Back to Registry View Author Profile
Official Verified
tavily-search
AI-optimized search and content extraction using Tavily API. Includes deep search, news filtering, and raw content extraction for LLM processing.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rajtejani61/tavily-web-searchOr
Tavily Search
Tavily is a search engine built specifically for AI agents (LLMs). This skill provides optimized search results and content extraction.
Prerequisites
- Node.js installed.
- Tavily API Key: Get one at tavily.com.
- Environment Variable: Set
TAVILY_API_KEYin your environment.
Usage
Search
Perform an AI-optimized search.
node scripts/search.mjs "What are the latest developments in agentic AI?"
Options:
-n <number>: Number of results (default: 5, max: 20).--deep: Use advanced search depth (more tokens, better results).--topic <general|news>: Filter by topic (default: general).--days <number>: For news topic, limit results to past N days.
Extract content from URL
node {baseDir}/scripts/extract.mjs "https://example.com/article"
Notes:
- Needs
TAVILY_API_KEYfrom https://tavily.com - Tavily is optimized for AI - returns clean, relevant snippets
- Use
--deepfor complex research questions - Use
--topic newsfor current events
Troubleshooting
- Missing API Key: Ensure
TAVILY_API_KEYis exported or set in your session. - Network Errors: Check your internet connection and API quota at Tavily.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rajtejani61-tavily-web-search": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.