用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/IvanLi-CN/tavily-hikari --skill tavily-hikari-best-practices命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | tavily-hikari-best-practices |
| description | Guide agents to use Tavily Hikari safely through tvly-hikari. |
Use this skill when deciding how to call Tavily Hikari from an agent workflow.
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:
tvly-hikari configure --base-url https://<your-hikari-host> --token th-<id>-<secret>
Treat /mcp and /api/tavily/* as different integration surfaces:
https://<your-hikari-host>/mcp with bearer auth.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.
tvly-hikari doctor
tvly-hikari search "Tavily Hikari smoke test" --json