Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

tavily-proxy-searchTavily proxy 搜索

Agent Skill

tavily-proxy-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,045

周安装

172

GitHub Stars

1

下载量

1,417
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tavily-proxy-search(Tavily proxy 搜索)
来源仓库:https://github.com/ugvfpdcuwfnh/tavily-proxy-search
安装命令:
openclaw skills install tavily-proxy-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tavily-proxy-search

简介

tavily-proxy-search 通过自托管代理实例调用 Tavily API,保留标准参数接口。

  • 适用于规避直接暴露主密钥或需私有化部署的环境。
  • 保持与 tavily-search 相同的调用方式,便于无缝替换。
  • 安装命令:openclaw skills install tavily-proxy-search,需自行维护代理服务。
  • 使用前请确保代理服务器可用且符合企业安全策略。

SKILL.md

name
tavily-proxy-search
description
Search the web through a self-hosted TavilyProxyManager instance using Bearer master-key authentication while preserving the familiar tavily-search parameter style. Use when the user wants Tavily-style web search, source gathering, quick research, or result summaries through a self-hosted proxy instead of the official Tavily API.

Tavily Proxy Search

Use the bundled script to search the web through an existing TavilyProxyManager /search endpoint.

This skill does not deploy TavilyProxyManager. It only sends authenticated search requests to a TavilyProxyManager instance that is already running. Project: https://github.com/xuncv/TavilyProxyManager

Requirements

Provide credentials via either:

  • environment variable: TAVILY_PROXY_MASTER_KEY
  • ~/.openclaw/.env line: TAVILY_PROXY_MASTER_KEY=...

Optional:

  • environment variable: TAVILY_PROXY_URL
  • ~/.openclaw/.env line: TAVILY_PROXY_URL=...
  • default URL: http://127.0.0.1:8080/search

Minimal example:

export TAVILY_PROXY_URL="http://127.0.0.1:8080/search"
export TAVILY_PROXY_MASTER_KEY="your-master-key"

Commands

Run from the OpenClaw workspace:

# raw JSON (default)
python3 {baseDir}/scripts/tavily_proxy_search.py --query "..." --max-results 5

# include short answer (if available)
python3 {baseDir}/scripts/tavily_proxy_search.py --query "..." --max-results 5 --include-answer

# stable schema (closer to web_search): {query, results:[{title,url,snippet}], answer?}
python3 {baseDir}/scripts/tavily_proxy_search.py --query "..." --max-results 5 --format brave

# human-readable Markdown list
python3 {baseDir}/scripts/tavily_proxy_search.py --query "..." --max-results 5 --format md

Output

raw (default)

  • JSON: query, optional answer, results: [{title,url,content}]

brave

  • JSON: query, optional answer, results: [{title,url,snippet}]

md

  • A compact Markdown list with title/url/snippet.

Common failures

  • Missing TAVILY_PROXY_MASTER_KEY

- Cause: the proxy master key is not configured. - Fix: set TAVILY_PROXY_MASTER_KEY in the environment or ~/.openclaw/.env.

  • Tavily proxy returned HTTP 401

- Cause: the Bearer master key is wrong, expired, or the endpoint expects a different auth setup. - Fix: verify the master key and confirm the target really is a TavilyProxyManager /search endpoint.

  • Tavily proxy request failed

- Cause: the proxy URL is unreachable, refused, timed out, or DNS failed. - Fix: verify TAVILY_PROXY_URL, container status, reverse proxy, and network reachability.

  • Tavily proxy returned non-JSON

- Cause: the configured URL is not the correct /search API endpoint, or an upstream proxy returned HTML/error text. - Fix: point TAVILY_PROXY_URL to the real TavilyProxyManager /search endpoint.

Notes

  • Keep max-results small by default (3–5) to reduce token and reading load.
  • Authentication is handled with Authorization: Bearer <TAVILY_PROXY_MASTER_KEY>.
  • Do not send TAVILY_API_KEY in the JSON body for this skill.
  • Preserve the familiar parameter style: --query, --max-results, --include-answer, --search-depth, --format.
  • advanced search depth depends on the capabilities of the deployed TavilyProxyManager instance and its upstream search configuration.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.23%
按下载量换算1,250

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills