← 返回 Skills 市场
ugvfpdcuwfnh

Tavily Proxy Search

作者 HongWei Jiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tavily-proxy-search
功能描述
Search the web through a self-hosted TavilyProxyManager instance using Bearer master-key authentication while preserving the familiar tavily-search parameter...
安全使用建议
This skill appears to be what it claims: a small script that forwards search requests to a TavilyProxyManager instance using a Bearer master key. Before installing, verify you trust the target proxy URL (set TAVILY_PROXY_URL explicitly to the intended host, ideally a local or otherwise controlled instance) because the skill will send your TAVILY_PROXY_MASTER_KEY to that endpoint. Note the registry metadata omitted the required environment variable—you must set TAVILY_PROXY_MASTER_KEY (via env or ~/.openclaw/.env). If you have concerns, review the included scripts (they are short and readable) and avoid using a high‑privilege/production master key unless necessary.
功能分析
Type: OpenClaw Skill Name: tavily-proxy-search Version: 1.0.0 The skill is a utility for performing web searches through a self-hosted TavilyProxyManager instance. The Python script (tavily_proxy_search.py) reads configuration from environment variables or a local .env file and makes authenticated POST requests using standard libraries. No evidence of malicious intent, data exfiltration, or obfuscation was found; the code and documentation (SKILL.md) are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description align with the included script: it POSTs a search payload to a TavilyProxyManager /search endpoint using a Bearer master key. However, the registry metadata lists no required environment variables or primary credential while SKILL.md and the script require TAVILY_PROXY_MASTER_KEY (and optionally TAVILY_PROXY_URL). This metadata omission is inconsistent but the requested secret itself is appropriate for the described purpose.
Instruction Scope
SKILL.md and the script are narrowly scoped: they read TAVILY_PROXY_MASTER_KEY and optionally TAVILY_PROXY_URL from the environment or ~/.openclaw/.env, build a JSON payload and POST it to the configured proxy URL, then return parsed results. The instructions and code do not access unrelated files, scan system state beyond the .env file, or contact any endpoints other than the configured proxy.
Install Mechanism
No install spec; this is instruction-only with a small bundled Python script. No external downloads, package installs, or archive extraction are performed by the skill.
Credentials
The skill requests a single master key (TAVILY_PROXY_MASTER_KEY), which is proportionate for authenticating to a self‑hosted proxy. The script reads ~/.openclaw/.env to find that variable (it only searches for the named variable). The inconsistency is that registry metadata did not declare this required env var; users should be aware the skill will read that environment variable and send it to the configured URL.
Persistence & Privilege
The skill does not request persistent 'always' inclusion, does not modify other skills or global agent settings, and uses normal autonomous-invocation defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tavily-proxy-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tavily-proxy-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release: self-hosted TavilyProxyManager search skill with Bearer master-key auth, public-safe defaults, common failure guidance, and legacy tavily-search style parameters.
元数据
Slug tavily-proxy-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tavily Proxy Search 是什么?

Search the web through a self-hosted TavilyProxyManager instance using Bearer master-key authentication while preserving the familiar tavily-search parameter... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Tavily Proxy Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tavily-proxy-search」即可一键安装,无需额外配置。

Tavily Proxy Search 是免费的吗?

是的,Tavily Proxy Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tavily Proxy Search 支持哪些平台?

Tavily Proxy Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tavily Proxy Search?

由 HongWei Jiang(@ugvfpdcuwfnh)开发并维护,当前版本 v1.0.0。

💬 留言讨论