8 skills published from this repository, read as one issue.
Start reading — 1 minnpx skills add tavily-ai/skills/plugin marketplace add tavily-ai/skillsMIT486 stars2,844 wordsUpdated 4 September 2026
Web search, content extraction, site crawling, URL discovery, and deep research — powered by the Tavily CLI.
Install the Tavily CLI (opens in a new tab):
curl -fsSL https://cli.tavily.com/install.sh | bashOn a fresh interactive desktop install, the installer starts tvly init
automatically. Otherwise run it after installation:
tvly init
# Prefer to open the sign-in link yourself
tvly init --no-browsertvly init authenticates, detects Claude Code, Codex, and Cursor, installs
these skills, and verifies a live search. It reuses an existing credential and
is safe to rerun. Skills installed this way are pinned to the CLI release, so
run tvly update before tvly init when refreshing them.
tvly search and tvly extract also work without authentication, subject to
a keyless rate-limit cap. Use tvly init --skip-auth to keep keyless mode while
installing the skills. map, crawl, and research require authentication.
Browser-based OAuth is the preferred interactive sign-in method. --no-browser
simply prints the sign-in link instead of opening it automatically; the flow
still returns to a localhost callback on the machine running tvly. In remote
sessions, make sure that callback is reachable (SSH may require port
forwarding). For unattended agents or CI, authenticate beforehand or provide
TAVILY_API_KEY securely so the process does not wait for human input.
For other agents, or when you only want to install the skills:
npx skills add https://github.com/tavily-ai/skillsInstall the CLI separately if needed:
uv tool install tavily-cli # or: pip install tavily-cliThen use tvly init --skip-skills for guided authentication and verification,
or tvly login when you only need to authenticate.
tvly update --check
tvly update| Skill | Description |
|---|---|
| tavily-search | Search the web with LLM-optimized results. Supports domain filtering, time ranges, and multiple search depths. |
| tavily-extract | Extract clean markdown/text content from specific URLs. Handles JS-rendered pages. |
| tavily-crawl | Crawl websites and extract content from multiple pages. Save as local markdown files. |
| tavily-map | Discover all URLs on a website without extracting content. Faster than crawling. |
| tavily-research | Comprehensive AI-powered research with citations. Multi-source synthesis in 30-120s. |
| tavily-dynamic-search | Filter and deduplicate large search or extraction results without flooding agent context. |
| tavily-cli | Overview skill with workflow guide, install/auth instructions. |
| tavily-best-practices | 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)main, last pushed 4 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Tavily, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./tavily-ai/skills.md, and each skill at its own .md URL.