← 返回 Skills 市场
160
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xiaogua-tavily-search
功能描述
Tavily-powered live web search skill for current information, news, online research, source gathering, and fallback web search when built-in web_search is ra...
安全使用建议
This skill appears to do what it says: it posts your query (and the provided TAVILY_API_KEY) to Tavily and returns ranked results. Before installing: (1) be aware you must supply a Tavily API key (set TAVILY_API_KEY or pass --api-key); the registry metadata failing to declare this is an inconsistency. (2) Inspect the API endpoint (https://api.tavily.com/search) and confirm you trust it. (3) Do not commit your API key to source control — prefer environment variables for shared installs. (4) If you have concerns about network exfiltration, run the script in an isolated environment and monitor outbound requests. (5) If you choose to proceed, consider correcting the registry metadata or contacting the publisher to avoid confusion about required credentials.
功能分析
Type: OpenClaw Skill
Name: xiaogua-tavily-search
Version: 1.0.2
The skill is a legitimate Tavily search wrapper designed for the OpenClaw agent. It uses the Python standard library to interact with the official Tavily API (api.tavily.com) and implements custom ranking logic to prioritize official documentation and release notes while suppressing low-signal domains. No evidence of data exfiltration, malicious execution, or prompt injection was found in 'tavily_search.py' or 'SKILL.md'.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script consistently implement a Tavily-backed live web search. The operations (query, ranking, deduplication, noisy-domain suppression) are implemented in the script and make sense for the stated purpose. Incoherence: the registry metadata lists no required env vars, but both SKILL.md and the script require TAVILY_API_KEY (or --api-key / .secrets/tavily.key).
Instruction Scope
SKILL.md instructs the agent/user to provide a Tavily API key and run the script; the script follows those instructions and only reads the declared locations (TAVILY_API_KEY env var, --api-key, or .secrets/tavily.key inside the skill folder). It does not read other system files or unexpected config paths.
Install Mechanism
There is no install spec. The skill is instruction-only with a bundled Python script that uses only the standard library (urllib, json, argparse, pathlib). No external downloads, package installs, or non-standard install actions are present.
Credentials
The only secret the skill requires is a Tavily API key, which is proportionate to a third-party search API. The script sends that key in a JSON POST to https://api.tavily.com/search (expected for this service). Note the registry metadata omission: the package metadata did not list TAVILY_API_KEY as required, which is misleading and should be corrected.
Persistence & Privilege
always:false and no code attempts to modify other skills or system-wide settings. The skill does not request elevated or persistent system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaogua-tavily-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaogua-tavily-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Tighten published credential behavior: keep TAVILY_API_KEY as primary credential, retain --api-key and skill-local .secrets support, remove parent-directory secret lookup from published script, clarify bilingual credential requirements and public/private credential boundaries.
v1.0.1
Clarify credential metadata: document TAVILY_API_KEY as primary credential, keep --api-key and local .secrets/tavily.key as secondary options, add bilingual credential requirements section, preserve all ranking/cleanup features.
v1.0.0
Initial public release. Bilingual EN/ZH description, real multi-key loading, official-source preference, path-level ranking, intent-aware sorting, deduplication, noisy-domain suppression, readable terminal output, Windows UTF-8 fixes.
元数据
常见问题
Xiaogua Tavily Search 是什么?
Tavily-powered live web search skill for current information, news, online research, source gathering, and fallback web search when built-in web_search is ra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Xiaogua Tavily Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaogua-tavily-search」即可一键安装,无需额外配置。
Xiaogua Tavily Search 是免费的吗?
是的,Xiaogua Tavily Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xiaogua Tavily Search 支持哪些平台?
Xiaogua Tavily Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xiaogua Tavily Search?
由 lt(@taowolf)开发并维护,当前版本 v1.0.2。
推荐 Skills