mdgs-tavily-search-skill
使用 Tavily API 进行网络搜索、网页内容提取、抓取、映射和研究。当用户需要搜索信息、获取网页内容、从网站抓取数据、绘制网站地图或进行深度研究时使用此技能。AI 应根据任务自动选择最合适的模式。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/343195246/mdgs-tavily-search-skillWhat This Skill Does
The mdgs-tavily-search-skill is a powerful integration for OpenClaw that connects directly to the Tavily AI-optimized search engine. It provides specialized capabilities for web searching, content extraction, comprehensive web crawling, site mapping, and deep-dive research. Unlike standard search engines, this skill is specifically engineered to provide clean, structured data for AI agents to process. Whether you need to retrieve a specific fact, scrape content for data analysis, or conduct multi-source research on complex topics, this skill leverages Tavily's capabilities to ensure the data is relevant, high-quality, and easy for the system to interpret.
Installation
To integrate this skill into your environment, follow these steps:
- Open your terminal and run the installation command:
clawhub install openclaw/skills/skills/343195246/mdgs-tavily-search-skill - Register for an account at tavily.com to obtain your API key.
- Securely set the key as an environment variable in your system:
export TAVILY_API_KEY="tvly-your-actual-api-key" - Ensure you have the required dependencies by installing the core package via npm:
npm install @tavily/core.
Use Cases
This skill is highly versatile and serves several distinct professional needs. It is ideal for researchers who need to aggregate information across multiple domains; developers who need to extract raw text content from URLs for ingestion into LLMs; market analysts who need to map out website structures or keep track of competitive site changes; and general users who want summarized answers to complex natural language queries rather than a list of raw search links.
Example Prompts
- "Perform a deep research report on the current state of quantum computing and list the top 5 academic breakthroughs this year."
- "Extract the full text content from this URL: https://example.com/article/123 to summarize the main arguments for me."
- "Search for the latest pricing plans for SaaS project management software and compare the features in a table format."
Tips & Limitations
- Depth Selection: Use 'basic' mode for quick queries to save time, and 'advanced' or 'extensive' for complex research tasks.
- API Limits: Keep in mind that heavy crawling or large-scale mapping might reach your Tavily API plan limits. Monitor your usage via the Tavily dashboard.
- Rate Limiting: If processing large batches of URLs, implement a small delay between requests to avoid hitting rate limits.
- Data Privacy: This skill interacts with external websites. Be mindful that scraping policies vary by site; always check robots.txt files for compliance.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-343195246-mdgs-tavily-search-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api