From agi-super-team
Searches the web via Tavily API, returning clean snippets optimized for AI consumption. Supports result count, deep search, news topic, and URL content extraction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:tavily-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.
AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news
-n <count>: Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic <topic>: Search topic - general (default) or news--days <n>: For news topic, limit to last n daysnode {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
TAVILY_API_KEY from https://tavily.com--deep for complex research questions--topic news for current eventsnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamSearches the web via Tavily API, returning clean snippets optimized for AI consumption. Supports result count, deep search, news topic, and URL content extraction.
Performs AI-optimized web searches via Tavily API, returning clean snippets for current information and news.
Search the web using Tavily API for AI-optimized results with filtering, relevance scoring, and AI summaries. Use for current info, fact-checking, or research.