ivanli-cn/tavily-hikari

tavily-hikari-crawl

Crawl bounded sites through Tavily Hikari with tvly-hikari.

First seen Jul 15, 2026

Installation

$ npx skills add ivanli-cn/tavily-hikari --skill tavily-hikari-crawl

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ivanli-cn/tavily-hikari.

npx skills add ivanli-cn/tavily-hikari

Browse all from ivanli-cn/tavily-hikari

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 347
License LICENSE
Default branch main
Open issues 18
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 797 B
  • docs SUMMARY.md 86 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 34 installs

SKILL.md

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:

``bash tvly-hikari crawl https://example.com/docs --json ``

  1. Save crawl results for follow-up analysis:

``bash tvly-hikari crawl https://example.com/docs --json --output-dir tavily-crawl ``

  1. 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.