Skip to content

tavily-ai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Installation

npx skills add https://github.com/tavily-ai/skills

Authentication

No setup required — Uses OAuth via the Tavily MCP server.

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

On first run, the script will:

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

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"
  }
}

Available Skills

Skill Command Description
Search /search Search the web using Tavily's LLM-optimized API. Returns relevant results with content snippets, scores, and metadata.
Research /research Get research on any topic with citations. Supports structured JSON output for pipelines.
Extract /extract Extract clean content from specific URLs. Returns markdown/text from web pages.
Crawl /crawl Crawl websites to download documentation, knowledge bases, or web content as local markdown files.
Tavily Best Practices /tavily-best-practices Reference documentation for building production-ready Tavily integrations in agentic workflows, RAG systems, or autonomous agents.

Releases

No releases published

Packages

No packages published

Languages