# Tavily Hikari Crawl

> Crawl bounded sites through Tavily Hikari with tvly-hikari.

- Skill: `ivanli-cn/tavily-hikari-crawl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ivanli-cn/tavily-hikari-crawl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ivanli-cn/tavily-hikari-crawl/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ivanli-cn (https://skillmd.com/u/ivanli-cn)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ivanli-cn/tavily-hikari-crawl

---


# 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
   ```

3. Save crawl results for follow-up analysis:

   ```bash
   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.

