Tavily Hikari CLI

Run Tavily CLI workflows through a configured Tavily Hikari deployment.

ivanli-cn 35a4f42 1.1 KB Updated

File contents

Tavily Hikari CLI

Use this skill when a task needs Tavily search, extract, crawl, map, or research through a Tavily Hikari deployment.

Workflow

  1. Verify the wrapper is configured:

    tvly-hikari doctor
    
  2. Run 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" --json
    
  3. Prefer --json for machine-readable output and pass through official tvly flags such as -o or --output-dir when the task needs saved artifacts.

Hikari Contract

  • tvly-hikari injects TAVILY_API_BASE_URL=<baseUrl>/api/tavily.
  • tvly-hikari injects TAVILY_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.

ivanli-cn/tavily-hikari/tree/main/skills/tavily-hikari-cli commit 35a4f4215c

Frequently asked questions

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