# Tavily Hikari Map

> Discover site URLs through Tavily Hikari with tvly-hikari.

- Skill: `ivanli-cn/tavily-hikari-map` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ivanli-cn/tavily-hikari-map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ivanli-cn/tavily-hikari-map/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-map

---


# Tavily Hikari Map

Use this skill when a task needs URL discovery or site mapping through Tavily Hikari.

## Workflow

1. Start from a canonical site or documentation root.
2. Run:

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

3. Save output when the URL set will guide later crawl or extract work:

   ```bash
   tvly-hikari map https://example.com/docs --json -o tavily-map.json
   ```

4. Feed only relevant discovered URLs into later extract or crawl calls.

## Hikari Notes

- Requests go to the configured Hikari `/api/tavily/map` facade.
- Use a Hikari token, not an official Tavily API key.
- Hikari centralizes quota, audit, and upstream key selection.

