ivanli-cn/tavily-hikari

tavily-hikari-search

Search the web through Tavily Hikari with tvly-hikari.

First seen Jul 15, 2026

Installation

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

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 929 B
  • docs SUMMARY.md 82 B

History

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

SKILL.md

Tavily Hikari Search

Use this skill when the task needs web search results through Tavily Hikari.

Workflow

  1. Shape a focused query with any needed freshness, domain, or result-count constraints.
  2. Run:

``bash tvly-hikari search "latest MCP client setup patterns" --json ``

  1. For saved output, pass official CLI output flags through the wrapper:

``bash tvly-hikari search "Tavily CLI environment variables" --json -o tavily-search.json ``

  1. Summarize from the JSON result and cite URLs when the answer depends on external facts.

Hikari Notes

  • Requests go to the configured Hikari /api/tavily/search facade.
  • Use the Hikari token from tvly-hikari configure; do not use a raw Tavily API key.
  • Hikari records audit logs and enforces the token's quota before forwarding upstream.