tavily-search
使用Tavily API进行智能网络搜索。无需信用卡,每月1000次免费查询。支持AI增强的搜索结果和深度研究模式。Use when: 需要高质量搜索结果、学术研究、或不想绑定信用卡的场景。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chyher/irene-tavilyWhat This Skill Does
The tavily-search skill is a high-performance, AI-optimized web search tool designed to empower your OpenClaw agent with real-time, accurate information retrieval. Unlike traditional search engines, Tavily is specifically built for AI agents, meaning it doesn't just return a list of links; it provides contextual, AI-synthesized summaries and structured data extraction. By utilizing this skill, your agent can perform deep research, keep up with the latest technological developments, or verify complex queries without the need for manual browsing. It integrates seamlessly into your agent's workflow, allowing for automated, high-quality data gathering across multiple languages.
Installation
Getting started with tavily-search is straightforward and requires no upfront financial commitment. First, head over to the Tavily website to register a free account and copy your unique API Key. Once obtained, configure your environment to enable the skill within OpenClaw. You can do this by executing export TAVILY_API_KEY="your_key_here" in your terminal, or more permanently by appending TAVILY_API_KEY=your_key_here to your ~/.openclaw/.env file. For a quick start, use the installation command: clawhub install openclaw/skills/skills/chyher/irene-tavily.
Use Cases
This skill is perfect for scenarios requiring depth and reliability. Use it for:
- Market Intelligence: Gathering data on industry competitors or current product launches.
- Academic Research: Summarizing scientific papers or exploring complex technical concepts using the advanced depth mode.
- Content Creation: Automating the information-gathering phase for writing technical documentation or articles.
- Problem Solving: Fetching the latest debugging tutorials or community discussions for technical issues that are too new for standard LLM training data.
Example Prompts
- "Perform a deep research analysis on the current state of decentralized AI infrastructure and provide a summary of the top three projects."
- "Search for the latest official installation guides for the most recent version of Docker and summarize the key setup differences compared to last year."
- "Find the most recent news regarding advancements in quantum computing from the last 7 days and format the findings as a concise update."
Tips & Limitations
- Optimize Your Results: Use the
--search-depth advancedflag for complex queries that require synthesizing information from multiple sources. - Control Costs: The skill offers 1000 free monthly requests. Keep an eye on your usage to stay within the free tier. If you consistently hit limits, consider filtering results with the
--daysparameter. - Language Support: While the engine supports auto-detection, explicitly using the
--langflag (e.g.,zhfor Chinese,enfor English) will ensure the most relevant results for your target audience. - Structured Data: Always use the
--jsonflag when calling the script from another Python application to ensure easy parsing of the response content.
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-chyher-irene-tavily": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Team Discuss
Skill by chyher
daily-ai-news
Daily AI news aggregator. Fetches latest AI-related content from HackerNews, GitHub Trending, ArXiv papers, and web search (Brave/Tavily). Use for: (1) Getting daily AI digest, (2) Staying updated with trending AI projects, (3) Discovering latest research papers, (4) Web search for breaking news. Triggers: ai news, daily digest, what's new in ai, tech news.