Tavily Hikari Crawl

Crawl bounded sites through Tavily Hikari with tvly-hikari.

ivanli-cn Updated

File contents

Tavily Hikari Crawl

Use this skill when a task needs to crawl a site or path through Tavily Hikari.

Workflow

  1. Define the start URL and crawl bounds before running the command.

  2. Run a bounded crawl:

    tvly-hikari crawl https://example.com/docs --json
    
  3. Save crawl results for follow-up analysis:

    tvly-hikari crawl https://example.com/docs --json --output-dir tavily-crawl
    
  4. Prefer narrow crawl scope over broad site-wide crawling.

Hikari Notes

  • Requests go to the configured Hikari /api/tavily/crawl facade.
  • Hikari token quota and audit logs apply to the crawl.
  • The upstream Tavily key remains inside Hikari's key pool.

ivanli-cn/tavily-hikari/tree/main/skills/tavily-hikari-crawl commit eb9f3bf143

Frequently asked questions

npx skillmds@latest add ivanli-cn/tavily-hikari-crawl