ivanli-cn/tavily-hikari

tavily-hikari-best-practices

Guide agents to use Tavily Hikari safely through tvly-hikari.

First seen Jul 18, 2026

Installation

$ npx skills add ivanli-cn/tavily-hikari --skill tavily-hikari-best-practices

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 1,148 B
  • docs SUMMARY.md 97 B

History

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

SKILL.md

Tavily Hikari Best Practices

Use this skill when deciding how to call Tavily Hikari from an agent workflow.

Rules

  • Use tvly-hikari ... --json for agent-readable output.
  • Use Hikari tokens beginning with th-; never paste official Tavily API keys into downstream

agents or user machines.

  • Configure Hikari once:

``bash tvly-hikari configure --base-url https://<your-hikari-host>; --token th-<id>-<secret> ``

  • Treat /mcp and /api/tavily/* as different integration surfaces:

- MCP clients use https://<your-hikari-host>/mcp with bearer auth. - CLI and HTTP-style clients use https://<your-hikari-host>/api/tavily.

  • Keep searches narrow, save large outputs with -o or --output-dir, and cite source URLs when

answering factual questions.

  • Do not test against Tavily production upstream unless the operator explicitly approves it; use

local or sandbox Hikari endpoints for smoke tests.

Quick Smoke

tvly-hikari doctor
tvly-hikari search "Tavily Hikari smoke test" --json