← 返回 Skills 市场
search1
作者
popxool868-abcd
· GitHub ↗
· v1.0.0
· MIT-0
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-tavily-search-pb
功能描述
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 appears to be what it says (a Tavily-backed web search) but there are two red flags you should address before installing: (1) SKILL.md and the script require TAVILY_API_KEY, yet the registry metadata lists no required credentials — verify where and how you will store the key and that the registry listing is accurate; (2) the package metadata (ownerId, slug, version) inside the bundle differs from the published metadata — confirm the publisher's identity/version. Also verify you trust api.tavily.com (the script will send your queries and the API key there). If unsure, inspect/run the script in a sandbox, supply a limited or test key, or ask the publisher to correct the metadata before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: openclaw-tavily-search-pb
Version: 1.0.0
The skill bundle provides a legitimate utility for performing web searches via the Tavily API. The Python script (scripts/tavily_search.py) correctly handles API key retrieval from environment variables or a local configuration file (~/.openclaw/.env) and uses the standard library's urllib to communicate with the official Tavily endpoint (api.tavily.com). No malicious behaviors, obfuscation, or prompt-injection risks were identified.
能力评估
Purpose & Capability
The skill's stated purpose (web search via Tavily) matches the bundled script's behavior (POSTs queries to https://api.tavily.com/search). However the registry metadata claims no required environment variables or primary credential, while both SKILL.md and scripts/tavily_search.py require TAVILY_API_KEY. Additionally _meta.json ownerId/slug/version differ from the provided registry metadata — metadata inconsistencies reduce trust.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script and to provide an API key via TAVILY_API_KEY or ~/.openclaw/.env. The script only reads that key, sends search queries to the Tavily API, and returns results in several formats; it does not attempt to read other system files or call unrelated endpoints.
Install Mechanism
There is no install spec (instruction-only with a bundled script). Nothing is downloaded or written to disk by an installer step, which is low risk. The script itself will run when invoked.
Credentials
The skill legitimately needs an API key for Tavily, but the registry metadata does not declare this requirement. The script will read ~/.openclaw/.env if present (it parses the file for TAVILY_API_KEY). That file can contain other secrets, so users should confirm only the intended key is stored there and that the key is trusted for external queries to Tavily.
Persistence & Privilege
The skill is not always-included and does not request elevated/persistent privileges. It does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-tavily-search-pb - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-tavily-search-pb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search skill for OpenClaw.
- Enables web search via the Tavily API as an alternative to Brave.
- Provides commands for raw JSON, short answer inclusion, stable schema, and human-readable Markdown output.
- API key required via environment variable or config file.
- Designed to return concise results with titles, URLs, and snippets.
- Supports limiting results to reduce token and reading load.
元数据
常见问题
search1 是什么?
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 插件,目前累计下载 209 次。
如何安装 search1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-tavily-search-pb」即可一键安装,无需额外配置。
search1 是免费的吗?
是的,search1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
search1 支持哪些平台?
search1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 search1?
由 popxool868-abcd(@popxool868-abcd)开发并维护,当前版本 v1.0.0。
推荐 Skills