web-search-tavily
Web-search-tavily delivers AI-driven search and research through multiple specialized endpoints: execute targeted queries with configurable depth and relevance tuning, extract and parse content from specific URLs, crawl entire websites as graphs, or launch comprehensive research tasks that synthesize multiple sources into detailed reports. Choose between fast, balanced, or advanced search modes depending on your latency and precision needs.
Web-search-tavily performs comprehensive web searches with AI-powered relevance ranking and multi-source research synthesis.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/web-search-tavily · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/research-tools/capabilities/web-search-tavily ~/.claude/skills/web-search-tavilyFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is web-search-tavily and what can it do?
Web-search-tavily delivers AI-driven search and research through multiple specialized endpoints: execute targeted queries with configurable depth and relevance tuning, extract and parse content from specific URLs, crawl entire websites as graphs, or launch comprehensive research tasks that synthesize multiple sources into detailed reports. Choose between fast, balanced, or advanced search modes depending on your latency and precision needs.
How do I use tavily for research tasks?
Web-search-tavily supports multiple research workflows. You can perform comprehensive web searches with AI-powered relevance ranking, extract and parse content from multiple URLs at scale, crawl and map website structures for documentation or discovery, or conduct automated multi-source research with structured output. Each approach integrates into agent workflows for seamless automation.
Can web-search-tavily extract webpage content?
Yes. Web-search-tavily includes content extraction capabilities that let you parse and extract data from specific URLs at scale. Combined with its crawling features, you can map entire website structures and extract content systematically across multiple pages and sources for comprehensive research and documentation purposes.
What search modes does web-search-tavily offer?
Web-search-tavily provides three configurable search modes: fast mode for quick results with lower latency, balanced mode for standard research needs, and advanced mode for precision-focused queries. You can tune relevance and depth settings based on your specific requirements, whether you need rapid answers or exhaustive multi-source synthesis.
How does web-search-tavily integrate into agent workflows?
Web-search-tavily's AI search capabilities integrate directly into agent workflows, enabling automated research pipelines. Agents can execute targeted queries, extract structured data from URLs, crawl website graphs, and synthesize findings across sources—all with configurable depth and relevance tuning for autonomous research and discovery tasks.
What license does web-search-tavily use?
Web-search-tavily is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Tavily - AI Search & Research API
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Comprehensive web search, crawling, content extraction, and deep research.
Capabilities
- Tavily Search: Execute a search query using Tavily Search
- Get Research Task Status: Retrieve the status and results of a research task using its request ID (free)
- Create Research Task: Tavily Research performs comprehensive research on a given topic by conducting multiple searches, analyzing sources, and generating a detailed research report
- Tavily Extract: Extract
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/research-tools/capabilities/web-search-tavily/SKILL.md
skills/research-tools/capabilities/web-search-tavily/skill.meta.json