← 返回 Skills 市场
222
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install tavily-search-simple
功能描述
【极简版省token】使用 Tavily API 执行网络搜索。专为 LLM 与 AI Agent 优化的搜索引擎。
安全使用建议
This skill appears to do what it says: send your TAVILY_API_KEY to Tavily's search API and return results. Before installing, verify you trust tavily.com and that the API key you provide has appropriate scope. Prefer setting TAVILY_API_KEY as an environment variable rather than storing many secrets together in ~/.openclaw/.env (the script only looks for the TAVILY_API_KEY value, but keeping that file minimal reduces accidental exposure). Also note the registry metadata doesn't mark the primary credential field — that's cosmetic but worth checking if you rely on the registry UI for secret management. If you want higher assurance, inspect the full scripts/tavily_search.py file in the package you will install to confirm there are no hidden network calls or trailing/incomplete code.
功能分析
Type: OpenClaw Skill
Name: tavily-search-simple
Version: 1.0.4
The skill is a standard implementation of a web search tool using the Tavily API. The Python script (scripts/tavily_search.py) uses standard libraries to send search queries to the official Tavily endpoint (api.tavily.com) and handles API keys via environment variables or a local config file as expected. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description say 'Tavily search' and the code and SKILL.md only require a Tavily API key and send requests to https://api.tavily.com/search — this aligns. Minor metadata inconsistency: registry metadata lists TAVILY_API_KEY as required but does not declare it as the primary credential; this is an administrative omission rather than functional mismatch.
Instruction Scope
SKILL.md instructs the agent to set TAVILY_API_KEY (or put it in ~/.openclaw/.env) and run scripts/tavily_search.py with expected flags. The runtime instructions and the script reference only the Tavily API and the local ~/.openclaw/.env file — no unrelated file reads, system-wide config changes, or unexpected external endpoints are present.
Install Mechanism
No install spec (instruction-only plus a bundled script). Nothing is downloaded or installed automatically, so no high-risk install behavior is present.
Credentials
Only TAVILY_API_KEY is required, which is proportionate for an API-backed search skill. The script will also attempt to read ~/.openclaw/.env for convenience; it only extracts TAVILY_API_KEY via regex, but storing multiple secrets in that file could expose them if shared — advise keeping that file limited to this key or using env vars instead.
Persistence & Privilege
always:false and no changes to other skills or system-wide settings. The skill does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tavily-search-simple - 安装完成后,直接呼叫该 Skill 的名称或使用
/tavily-search-simple触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Added support for the country parameter to filter search results by country/region (only effective when topic=general).
- Updated documentation to include the new country option and specify its usage.
- No changes to code logic; only documentation and cache file added.
v1.0.3
- Version bump to 1.0.3 with no changes to code or documentation.
- No file changes detected in this release.
v1.0.2
Initial release of tavily-search-simple:
- Enables internet search and summarization via Tavily API.
- Optimized for LLM and AI Agent scenarios.
- Supports flexible search parameters, result filtering, and output formats.
- Requires a Tavily API key for use.
v1.0.0
- Initial release of tavily-search-simple skill.
- Provides minimal-token internet search using the Tavily API.
- Optimized for LLM and AI Agent integration.
- Supports environment variable configuration for API key.
- Command-line usage with extensive options for query, filters, and result formatting.
元数据
常见问题
Tavily Search 极简版 是什么?
【极简版省token】使用 Tavily API 执行网络搜索。专为 LLM 与 AI Agent 优化的搜索引擎。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 Tavily Search 极简版?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-search-simple」即可一键安装,无需额外配置。
Tavily Search 极简版 是免费的吗?
是的,Tavily Search 极简版 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tavily Search 极简版 支持哪些平台?
Tavily Search 极简版 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tavily Search 极简版?
由 jhc888007(@jhc888007)开发并维护,当前版本 v1.0.4。
推荐 Skills