tavily-search

Solid

Web search using Tavily AI-powered search API. Returns AI-synthesized answers with citations and structured search results. Use when the user explicitly requests Tavily search, or when high-quality AI-synthesized answers with citations are needed for research, fact-checking, or comprehensive information gathering. Requires TAVILY_API_KEY.

AI & Automation 40 stars 9 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
54
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Tavily Search AI-powered web search that returns synthesized answers with citations and structured results. ## When to Use - User explicitly requests "use Tavily" or "search with Tavily" - Research tasks requiring comprehensive, cited answers - Fact-checking with source verification - Alternative to Brave/Perplexity when specifically requested ## Requirements - Python 3.6+ - `tavily-python` package: `pip install tavily-python` - `TAVILY_API_KEY` environment variable Get your API key at: https://tavily.com ## Script Location The search script is located at `skills/tavily-search/scripts/search.py` relative to the application working directory. **IMPORTANT**: Always use the FULL path `skills/tavily-search/scripts/search.py` — do NOT shorten to `scripts/search.py`. ## Quick Start ### Basic search ```bash python skills/tavily-search/scripts/search.py "latest AI developments" ``` ### Advanced search with more results ```bash python skills/tavily-search/scripts/search.py "quantum computing breakthroughs" --max-results 10 --depth advanced ``` ### Text format output ```bash python skills/tavily-search/scripts/search.py "climate change news" --format text ``` ## Usage ### Command-line options - `query` (required): Search query - `--max-results N`: Maximum results (1-10, default: 5) - `--depth [basic|advanced]`: Search depth (default: basic) - `basic`: Fast, general search - `advanced`: Deep, comprehensive search (slower, costs more) - `--no-answer`: Exclude AI-g...

Details

Author
kyopark2014
Repository
kyopark2014/mcp
Created
1 years ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

dingtalk-ai-web-search

网页搜索与实时信息检索。需要查找最新资讯、实时数据、技术文档、热点事件,或用户说"搜一下"、"帮我查"、"查资料"、"web search"等时使用。基于小宿AI智能搜索,支持关键词搜索、时间范围过滤(一天/一周/一月/一年)、自定义结果数量、JSON 输出。

47 Updated 1 months ago
breath57
AI & Automation Solid

ai-search-hub

Run the AI Search Hub browser automation scripts for Yuanbao, LongCat, Doubao, Qwen, Gemini, Grok, and MiniMax. Use this skill when the user wants to ask one of those sites a prompt, auto-start or attach to a Chrome DevTools session on port 9222, seed an isolated debug browser profile from the user's local browser data, detect whether login is required, wait for the user to finish logging in if needed, and then continue automatically.

1,127 Updated 4 weeks ago
minsight-ai-info
AI & Automation Solid

rival-search-mcp

Deep research and competitor analysis using RivalSearchMCP. 10 tools: web search (Yahoo/DuckDuckGo), social media (Reddit/HN/Dev.to), news aggregation, GitHub search, website mapping, content extraction with OCR, scientific papers (arXiv/PubMed), and AI research agent. No API keys required. Use when the user needs web research, competitive analysis, content discovery, or academic paper search.

91 Updated 5 days ago
damionrashford
AI & Automation Featured

last30days

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

26,539 Updated 3 days ago
mvanhorn
AI & Automation Listed

grok-skill

Search and analyze X (Twitter) using xAI Grok 4 via OpenRouter with Live Search. Trigger on prompts that explicitly or implicitly ask to "search Twitter/X", "what's trending", "tweets from @handle", "hashtag #…", "what are people saying", or that require tweet-level activity/engagement from X.

18 Updated 6 months ago
mikedemarais