Tavily Hikari CLI
Use this skill when a task needs Tavily search, extract, crawl, map, or research through a Tavily Hikari deployment.
Workflow
Verify the wrapper is configured:
tvly-hikari doctorRun official Tavily CLI commands through the wrapper:
tvly-hikari search "agentic browser automation patterns" --json tvly-hikari extract https://example.com --json tvly-hikari crawl https://example.com --json tvly-hikari map https://example.com --json tvly-hikari research "compare MCP and CLI agent tools" --jsonPrefer
--jsonfor machine-readable output and pass through officialtvlyflags such as-oor--output-dirwhen the task needs saved artifacts.
Hikari Contract
tvly-hikariinjectsTAVILY_API_BASE_URL=<baseUrl>/api/tavily.tvly-hikariinjectsTAVILY_API_KEY=<Hikari token>.- The Hikari token is not an official Tavily API key.
- Hikari performs quota checks, audit logging, and upstream key-pool routing.