← 返回 Skills 市场
188
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-tavily-search-bak
功能描述
Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
安全使用建议
This skill is coherent: it simply forwards your query and the provided TAVILY_API_KEY to Tavily's API and returns results. Before installing, confirm you trust the Tavily service and are comfortable sending queries and the API key to https://api.tavily.com. Verify the API key is stored only where you intend (environment variable or ~/.openclaw/.env). Note small inconsistencies in metadata (the _meta.json slug/owner/publishedAt look odd) — that does not change the code behavior but you may want to confirm the skill's source/author if provenance matters.
功能分析
Type: OpenClaw Skill
Name: openclaw-tavily-search-bak
Version: 1.0.0
The skill is a legitimate implementation of a web search tool using the Tavily API. The Python script (scripts/tavily_search.py) uses standard libraries to perform POST requests to the official Tavily endpoint (api.tavily.com) and handles API keys through standard environment variables or a local configuration file. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description declare a web search integration with Tavily; the included script posts queries to https://api.tavily.com/search and returns titles/URLs/snippets. Required inputs (TAVILY_API_KEY via env or ~/.openclaw/.env) align with that purpose.
Instruction Scope
SKILL.md instructs running the bundled Python script and documents the API key locations it reads. The script only reads the API key (env or ~/.openclaw/.env), sends a POST to the Tavily API, and formats the response; it does not attempt to read unrelated files or exfiltrate other environment variables.
Install Mechanism
No install spec; this is an instruction-only skill with a small, readable Python script that uses standard library modules (urllib). Nothing is downloaded or extracted during install.
Credentials
Only one secret is required (TAVILY_API_KEY), which is appropriate for a third-party search API integration. The script only accesses that key and no other credentials or config paths.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. Autonomous invocation is allowed by default but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-tavily-search-bak - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-tavily-search-bak触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tavily-search skill for OpenClaw.
- Enables web searches via the Tavily API as an alternative to Brave.
- Returns relevant results with titles, URLs, and snippets; can include short answer summaries.
- Supports multiple output formats: raw JSON, Brave-compatible schema, and Markdown.
- Allows API key configuration through environment variable or .env file.
- Includes CLI usage instructions and best practices for result handling.
元数据
常见问题
Openclaw Tavily Search.Bak 是什么?
Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。
如何安装 Openclaw Tavily Search.Bak?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-tavily-search-bak」即可一键安装,无需额外配置。
Openclaw Tavily Search.Bak 是免费的吗?
是的,Openclaw Tavily Search.Bak 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Tavily Search.Bak 支持哪些平台?
Openclaw Tavily Search.Bak 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Tavily Search.Bak?
由 make453(@make453)开发并维护,当前版本 v1.0.0。
推荐 Skills