tavily-search
1
总安装量
1
周安装量
#77488
全站排名
安装命令
npx skills add https://github.com/aws-samples/sample-strands-agent-with-agentcore --skill tavily-search
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Tavily AI Search
Available Tools
-
tavily_search(query, search_depth?, topic?): AI-powered web search that returns relevant, summarized results.
query(string, required): Search querysearch_depth(string, optional, default: “basic”): “basic” for quick lookups, “advanced” for comprehensive researchtopic(string, optional, default: “general”): “general”, “news”, or “research”
-
tavily_extract(urls, extract_depth?): Extract clean, readable content from one or more web URLs.
urls(string, required): Comma-separated URLs to extract content fromextract_depth(string, optional, default: “basic”): “basic” or “advanced”
Usage Guidelines
- Use
tavily_searchfor research queries that benefit from AI-curated results. - Set
search_depthto “advanced” for comprehensive research, “basic” for quick lookups. - Set
topicto “news” for recent events, “research” for academic/technical topics. - Use
tavily_extractto get full page content from specific URLs found in search results. - Tavily excels at recent information and news â prefer it for time-sensitive queries.
Citation Format
When presenting information from search results, wrap every specific claim in <cite> tags:
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
Rules:
- Cite factual claims, statistics, quotes, and specific information from search results.
- The
sourceattribute should contain the title or name of the source. - The
urlattribute should contain the source URL when available. - Do NOT cite your own reasoning or general knowledge.
- If search results don’t contain relevant information, inform the user rather than guessing.
- Use the minimum number of citations necessary to support claims.