Agent skill · Content & Marketing

tavily-usage

This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill tavily-usage --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/tavily-tools/skills/tavily-usage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tavily Search and Extract Use Tavily MCP tools for web search and content retrieval operations. ## Tool Selection ### Tavily Search (`mcp__tavily__tavily_search`) Use for: - Keyword-based searches across the web - Finding relevant pages and content - Quick answer gathering - Multiple result discovery **Best for**: Initial research, finding sources, broad queries ### Tavily Extract (`mcp__tavily__tavily-extract`) Use for: - Getting detailed content from specific URLs - Deep analysis of page content - Structured data extraction - Following up on search results **Best for**: In-depth analysis, specific URL content, detailed information ## Hook Behavior `tavily_extract_to_advanced.py` hook automatically upgrades extract calls to advanced mode for better accuracy when needed. ## Integration Pattern 1. Use `mcp__tavily__tavily_search` for discovery phase 2. Analyze results to find relevant URLs 3. Use `mcp__tavily__tavily-extract` for detailed content on specific URLs 4. Process extracted content for user needs ## Environment Variables Tavily MCP requires: - `TAVILY_API_KEY` - API key from Tavily (tvly-...) Configure in shell before using the plugin. ## Cost Considerations - Search is

What's inside
Steps it walks through
  1. Tool Selection
  2. Tavily Search (mcptavilytavilysearch)
  3. Tavily Extract (mcptavilytavily-extract)
  4. Hook Behavior
  5. Integration Pattern
  6. Environment Variables
  7. Cost Considerations
More from claude-codex-settings
All skills →
About this skill
What does the tavily-usage skill do?

This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".

How do I install it?

Run `npx skills add fcakyon/claude-codex-settings --skill tavily-usage --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 fcakyon/claude-codex-settings, a repository with 967 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.

Keep going