← 返回 Skills 市场
Claw Tavily Search Pro
作者
Williamwang-wh
· GitHub ↗
· v1.0.0
· MIT-0
247
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-tavily-search-pro
功能描述
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
使用说明 (SKILL.md)
Tavily Search
AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.
Search
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news
Options
-n \x3Ccount>: Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic \x3Ctopic>: Search topic -general(default) ornews--days \x3Cn>: For news topic, limit to last 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
安全使用建议
This skill appears to do what it claims: it sends your queries and any URLs you pass to Tavily's API and prints back the returned snippets. Before installing, confirm you trust tavily.com and are comfortable sending queries (and any URLs) to that external service. Only supply an API key with permissions you intend for this use; do not pass sensitive secrets or personal data through the skill. Note a minor packaging inconsistency: _meta.json uses a different ownerId/slug than the registry metadata — likely a metadata packaging issue but worth confirming the publisher's identity if provenance matters to you.
功能分析
Type: OpenClaw Skill
Name: claw-tavily-search-pro
Version: 1.0.0
The skill bundle provides a legitimate implementation for AI-optimized web searching and content extraction using the Tavily API. The scripts `scripts/search.mjs` and `scripts/extract.mjs` communicate exclusively with the official Tavily endpoints (api.tavily.com) and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the behavior: both scripts call Tavily endpoints (api.tavily.com) and the skill requires TAVILY_API_KEY and node. Required binaries and env vars are appropriate and proportional for a web-search integration.
Instruction Scope
SKILL.md instructs running the included Node scripts which only POST queries/URLs to Tavily and print results. Note: user queries and any provided URLs are transmitted to api.tavily.com (expected for a search/extract skill). The instructions do not read other system files or unrelated environment variables.
Install Mechanism
No install spec (instruction-only) and included code is small and readable. Nothing is downloaded from untrusted URLs and no archives are extracted.
Credentials
Only TAVILY_API_KEY is required (declared as primaryEnv). The scripts only read that env var and use it in requests to the Tavily API — this is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or agent-wide settings, and is user-invocable by default. Autonomous agent invocation is allowed by platform default but is not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-tavily-search-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-tavily-search-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Tavily Search skill.
- Provides AI-optimized web search using the Tavily API with concise, relevant results.
- Includes command-line scripts for searching (`search.mjs`) and content extraction (`extract.mjs`).
- Supports advanced search options: result count, deep search mode, topic selection (general/news), and news recency filtering.
- Requires a Tavily API key (`TAVILY_API_KEY`) for use.
元数据
常见问题
Claw Tavily Search Pro 是什么?
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 Claw Tavily Search Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-tavily-search-pro」即可一键安装,无需额外配置。
Claw Tavily Search Pro 是免费的吗?
是的,Claw Tavily Search Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Tavily Search Pro 支持哪些平台?
Claw Tavily Search Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Tavily Search Pro?
由 Williamwang-wh(@williamwang-wh)开发并维护,当前版本 v1.0.0。
推荐 Skills