tavily
Installation
SKILL.md
Tavily (Web Search / Extract / Research)
Prereqs
- Ensure
TAVILY_API_KEYis set in the Hermes environment (commonly~/.hermes/.env). - Do not hardcode or paste API keys into chat logs. See
references/bp-api-key-management.md.
Security Notes
- The bundled CLI (
scripts/tavily.py) reads onlyTAVILY_API_KEYfrom the environment and only sends requests tohttps://api.tavily.com. - Prefer
searchthenextractoverinclude_raw_contentonsearchto keep outputs small and reduce accidental data exposure.
Quick Reference
Use the terminal tool to run the bundled CLI script (prints JSON).
SKILL_DIR is the directory containing this SKILL.md file.