tavily — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tavily (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Web search, content extraction, site crawling, URL discovery, and deep research — powered by the Tavily CLI.
# Agent skills (Claude Code, Cursor, etc.)
npx skills add https://github.com/tavily-ai/skillsThe skills require the Tavily CLI (tvly) to be installed. It lives in its own repository: tavily-ai/tavily-cli.
curl -fsSL https://cli.tavily.com/install.sh | bashOr install manually:
uv tool install tavily-cli # or: pip install tavily-clitvly login --api-key tvly-YOUR_KEY
# or: tvly login (opens browser for OAuth)
# or: export TAVILY_API_KEY=tvly-...Get an API key at tavily.com.
| Skill | Description |
|---|---|
| [tavily-search](skills/tavily-search/SKILL.md) | Search the web with LLM-optimized results. Supports domain filtering, time ranges, and multiple search depths. |
| [tavily-extract](skills/tavily-extract/SKILL.md) | Extract clean markdown/text content from specific URLs. Handles JS-rendered pages. |
| [tavily-crawl](skills/tavily-crawl/SKILL.md) | Crawl websites and extract content from multiple pages. Save as local markdown files. |
| [tavily-map](skills/tavily-map/SKILL.md) | Discover all URLs on a website without extracting content. Faster than crawling. |
| [tavily-research](skills/tavily-research/SKILL.md) | Comprehensive AI-powered research with citations. Multi-source synthesis in 30-120s. |
| [tavily-cli](skills/tavily-cli/SKILL.md) | Overview skill with workflow guide, install/auth instructions. |
| [tavily-best-practices](skills/tavily-best-practices/SKILL.md) | Reference docs for building production-ready Tavily integrations. |
Start simple, escalate when needed:
tvly search "query" --json)tvly extract "https://..." --json)tvly map "https://..." --json)tvly crawl "https://..." --output-dir ./docs/)tvly research "topic" --model pro)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.