chatbot-app/agentcore/skills/tavily-search/SKILL.md
AI-powered web search and content extraction
npx skillsauth add aws-samples/sample-strands-agent-with-agentcore tavily-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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"tavily_search for research queries that benefit from AI-curated results.search_depth to "advanced" for comprehensive research, "basic" for quick lookups.topic to "news" for recent events, "research" for academic/technical topics.tavily_extract to get full page content from specific URLs found in search results.When presenting information from search results, wrap every specific claim in <cite> tags:
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
Rules:
source attribute should contain the title or name of the source.url attribute should contain the source URL when available.development
Read and write files in the shared session workspace. Use this to access files created by any skill — code-agent outputs, office documents, images, and more. All within the same isolated session.
documentation
Create, modify, and manage Word documents.
documentation
Wikipedia article search and retrieval
development
Search the web using DuckDuckGo for current information, news, and research topics.