search

Installation
Summary

Web search with LLM-optimized results, relevance scoring, and flexible filtering.

  • Supports four search depth modes (ultra-fast, fast, basic, advanced) with configurable latency and relevance tradeoffs
  • Includes domain filtering, time range constraints, date ranges, country boosting, and raw content extraction
  • Returns results with title, URL, content snippet, and relevance score; optional image results and favicons
  • Automatic OAuth authentication via Tavily MCP server or API key configuration; no manual token management required
SKILL.md

Search Skill

Search the web and get relevant results optimized for LLM consumption.

Authentication

The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will:

  1. Check for existing tokens in ~/.mcp-auth/
  2. If none found, automatically open your browser for OAuth authentication

Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an account.

Alternative: API Key

If you prefer using an API key, get one at https://tavily.com and add to ~/.claude/settings.json:

{
  "env": {
    "TAVILY_API_KEY": "tvly-your-api-key-here"
Related skills
Installs
11.9K
GitHub Stars
287
First Seen
Jan 25, 2026