{"skill":{"slug":"tavily-web-search","displayName":"Tavily Search","summary":"AI-optimized search and content extraction using Tavily API. Includes deep search, news filtering, and raw content extraction for LLM processing.","description":"---\nname: tavily-search\ndescription: \"AI-optimized search and content extraction using Tavily API. Includes deep search, news filtering, and raw content extraction for LLM processing.\"\nhomepage: https://tavily.com\nmetadata: {\"clawdbot\":{\"emoji\":\"🔍\",\"requires\":{\"bins\":[\"node\"],\"env\":[\"TAVILY_API_KEY\"]}}}\n---\n\n# Tavily Search\n\nTavily is a search engine built specifically for AI agents (LLMs). This skill provides optimized search results and content extraction.\n\n## Prerequisites\n\n1.  **Node.js** installed.\n2.  **Tavily API Key**: Get one at [tavily.com](https://tavily.com).\n3.  **Environment Variable**: Set `TAVILY_API_KEY` in your environment.\n\n## Usage\n\n### Search\n\nPerform an AI-optimized search.\n\n```bash\nnode scripts/search.mjs \"What are the latest developments in agentic AI?\"\n```\n\n**Options:**\n- `-n <number>`: Number of results (default: 5, max: 20).\n- `--deep`: Use advanced search depth (more tokens, better results).\n- `--topic <general|news>`: Filter by topic (default: general).\n- `--days <number>`: For news topic, limit results to past N days.\n\n## Extract content from URL\n\n```bash\nnode {baseDir}/scripts/extract.mjs \"https://example.com/article\"\n```\n\nNotes:\n- Needs `TAVILY_API_KEY` from https://tavily.com\n- Tavily is optimized for AI - returns clean, relevant snippets\n- Use `--deep` for complex research questions\n- Use `--topic news` for current events\n\n## Troubleshooting\n\n-   **Missing API Key**: Ensure `TAVILY_API_KEY` is exported or set in your session.\n-   **Network Errors**: Check your internet connection and API quota at Tavily.\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":1710,"installsAllTime":43,"installsCurrent":42,"stars":1,"versions":1},"createdAt":1771321355993,"updatedAt":1778491563795},"latestVersion":{"version":"1.0.0","createdAt":1771321355993,"changelog":"Initial release of Tavily Search skill.\n\n- Provides AI-optimized web search and content extraction using the Tavily API.\n- Supports deep search, news filtering, and raw content extraction for LLM processing.\n- Requires Node.js and a Tavily API key.\n- Includes CLI scripts for search and extraction with flexible options for result count, topic, and recency.\n- Designed to return clean, relevant results for AI-based applications.","license":null},"metadata":{"setup":[{"key":"TAVILY_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"rajtejani61","userId":"s177gcm6ngwpdnbcjfjc498pn984101q","displayName":"RajTejani","image":"https://avatars.githubusercontent.com/u/140295772?v=4"},"moderation":null}