๐ŸŽฏ

tavily-research

๐ŸŽฏSkill

from tavily-ai/skills

VibeIndex|
What it does
|

A Tavily skill that performs comprehensive AI-powered web research with citations, enabling agents to conduct deep multi-source investigations and produce well-referenced research reports.

๐Ÿ“ฆ

Same repository

tavily-ai/skills(12 items)

tavily-research

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add tavily-ai/skills --skill tavily-research
skills.sh Installโš  Installs to .agents/skills/
npx skills add tavily-ai/skills --skill tavily-research
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/tavily-research/SKILL.md

SKILL.md

12,232Installs
-
AddedMar 16, 2026

More from this repository10

๐ŸŽฏ
tavily-search๐ŸŽฏSkill

An agent skill that searches the web via the Tavily CLI and returns LLM-optimized results. Supports domain filtering, time ranges, and multiple search depths for targeted information retrieval.

๐ŸŽฏ
search๐ŸŽฏSkill

Agent skills for Tavily's LLM-optimized web search, deep research with citations, and clean content extraction, with OAuth and API key authentication options.

๐ŸŽฏ
tavily-best-practices๐ŸŽฏSkill

Agent skills for Tavily's LLM-optimized web search, deep research with citations, and clean content extraction, with OAuth and API key authentication options.

๐ŸŽฏ
tavily-extract๐ŸŽฏSkill

A Tavily skill that extracts clean markdown and text content from specific URLs, capable of handling JavaScript-rendered pages to provide agents with accurate web content for processing.

๐ŸŽฏ
tavily-cli๐ŸŽฏSkill

A Tavily agent skill that serves as the overview and workflow guide for the Tavily CLI toolset. Covers installation, authentication, and the recommended workflow for web search, content extraction, site crawling, URL discovery, and AI-powered deep research.

๐ŸŽฏ
tavily-crawl๐ŸŽฏSkill

A Tavily skill that crawls websites to extract and save content from multiple pages as local markdown files, enabling agents to perform comprehensive site-wide content harvesting.

๐ŸŽฏ
tavily-map๐ŸŽฏSkill

A Tavily agent skill for discovering all URLs on a website without extracting their content, making it faster than full crawling. Useful for site mapping and URL discovery before targeted content extraction.

๐ŸŽฏ
research๐ŸŽฏSkill

Tavily-powered research skill for Claude Code that provides real-time web search and information retrieval. Uses OAuth authentication with no API key setup required.

๐ŸŽฏ
extract๐ŸŽฏSkill

Extracts clean, readable markdown or text content directly from specified web page URLs.

๐ŸŽฏ
tavily-dynamic-search๐ŸŽฏSkill

Programmatic web search with hard context isolation โ€” runs Tavily search/extract inside a Python script so raw HTML and boilerplate never enter Claude's context window, cutting typical 300K-char raw results down to 1โ€“3K chars of curated signal. The default skill for 'search for', 'research', or 'look up' type tasks.