tavily-tools
Executes Tavily AI search, extraction, crawling, mapping, and deep research via Python CLI. Use when web search, URL content extraction, site crawling, or multi-step research needed.
npx skills add majiayu000/claude-skill-registry --skill tavily-tools --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# [H1][TAVILY-TOOLS] >**Dictum:** *Command-specific arguments enforce correct invocation.* <br> Execute Tavily AI web operations through unified Python CLI. [IMPORTANT] `search` requires `--query`; `extract` requires `--urls`; `crawl`/`map` require `--url`; `research` requires `--query`. 1Password injects API key automatically. --- ## [1][COMMANDS] | [CMD] | [REQUIRED_ARG] | [PURPOSE] | | -------- | -------------- | ------------------------------------- | | search | `--query TEXT` | AI-powered web search with results | | extract | `--urls URLS` | Extract content from one or more URLs | | crawl | `--url URL` | Crawl website from base URL | | map | `--url URL` | Map website URL structure | | research | `--query TEXT` | Multi-step deep research with report | --- ## [2][USAGE] ```bash # Search uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Vite 7 new features" uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "React 19" --topic news uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Effect-TS" --search-depth advanced --max-results 20 # Extract content from URLs uv run .claude/skills/tavily-tools/scripts/tavily.py extract --urls
- [1][COMMANDS]
- [2][USAGE]
- [3][ARGUMENTS]
- [4][OUTPUT]
- [5][ENVIRONMENT]
- [6][ERRORHANDLING]
Search uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Vite 7 new features" uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "React 19" --topic news uv run .claude/skills/tavily-tools/scripts/tavily.py search --query "Effect-TS" --search-depth advanced --max-results 20 Extract content from URLs uv run .claude/skills/tavily-tools/scripts/tavily.py extract --urls "https://example.com" uv run .claude/skills/tavily-tools/scripts/tavily.py extract --urls "https://a.com,https://b.com" --format text Crawl website uv run .claude/skills/tavily-tools/scripts/tavily.py crawl --url "https://docs.effect.website" uv run .claude/skills/tavily-tools/scripts/tavily.py crawl --url "https://nx.dev" --max-depth 3 --max-breadth 50
What does the tavily-tools skill do?
Executes Tavily AI search, extraction, crawling, mapping, and deep research via Python CLI. Use when web search, URL content extraction, site crawling, or multi-step research needed.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill tavily-tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
