← 返回 Skills 市场
398
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install search-with-tavily
功能描述
Web search using Tavily API - a powerful search engine for AI agents. Use when you need to search the web for current information, news, research, or any top...
安全使用建议
This skill appears coherent for using the Tavily search API. Before installing: (1) Treat TAVILY_API_KEY like any API credential — only provide a key you trust and scope/rotate it if possible. (2) The fast script writes cached queries/results to ~/.cache/tavily_search; if you handle sensitive queries, consider disabling caching or removing the cache periodically. (3) The skill relies on the third-party Python package tavily-python — verify the package source (PyPI/GitHub links shown in SKILL.md) before installing. (4) If you plan to let an autonomous agent call this skill, remember the agent will be able to query the web using your API key; only enable that if you trust the agent and the key's permissions.
功能分析
Type: OpenClaw Skill
Name: search-with-tavily
Version: 1.0.0
The skill bundle provides a legitimate and well-documented interface for the Tavily Search API, intended for AI agent web searching and RAG applications. The included Python scripts (tavily_search.py, tavily_search_fast.py, and tavily_web_search.py) implement standard API interaction, error handling, and local caching in ~/.cache/tavily_search without any evidence of malicious behavior, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the three Python scripts all implement a Tavily web-search integration and consistently require only TAVILY_API_KEY and the tavily-python client. Required artifacts (examples, CLI wrappers, caching) match the stated purpose.
Instruction Scope
Runtime instructions only reference the Tavily API key and the tavily-python client. The scripts read only TAVILY_API_KEY and optionally write/read a local cache (~/.cache/tavily_search). The local cache means queries/results are persisted locally — a privacy consideration but within scope for a search tool.
Install Mechanism
There is no install spec; SKILL.md advises installing the tavily-python package via pip. No downloads from arbitrary URLs or archive extraction are present in the bundle.
Credentials
Only one environment variable is required (TAVILY_API_KEY), which is proportional for an API-based search integration. No other credentials or unrelated env vars are requested.
Persistence & Privilege
The skill is not always-enabled and uses local caching in the user's home directory. Caching is expected for performance but does persist query/result data; the skill does not request elevated system privileges or modify other skills/configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-with-tavily - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-with-tavily触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Tavily Search skill (v1.0.0).
- Provides web search via the Tavily API, optimized for AI agents and RAG (retrieval-augmented generation) applications.
- Supports multiple search modes: basic search, Q&A for direct answers, and context retrieval for LLM prompts.
- Includes configurable search parameters (depth, results count, domain filters, time range, etc.).
- Documents best practices for error handling, rate limits, and result filtering.
- Requires a Tavily API key (`TAVILY_API_KEY` environment variable).
元数据
常见问题
tavily-search 是什么?
Web search using Tavily API - a powerful search engine for AI agents. Use when you need to search the web for current information, news, research, or any top... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 398 次。
如何安装 tavily-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-with-tavily」即可一键安装,无需额外配置。
tavily-search 是免费的吗?
是的,tavily-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tavily-search 支持哪些平台?
tavily-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tavily-search?
由 chasehl(@chasehl)开发并维护,当前版本 v1.0.0。
推荐 Skills