← 返回 Skills 市场
367
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install turing-tavily-web-search
功能描述
Search the web via the Turing Tavily proxy. Use when the user asks to search the web, look up real-time information, research current events, or needs up-to-...
安全使用建议
Do not install blindly. Before using: (1) Confirm you trust the Turing Tavily proxy domain (default https://live-turing.cn.llm.tcljd.com) because your API key will be sent there. (2) Verify or update the registry metadata to declare TURING_API_KEY, TURING_CLIENT, and TURING_ENVIRONMENT so you know what secrets are required. (3) Check that the script's expected config location (~/.openclaw/openclaw.json) is acceptable to you — the script reads that file for credentials. (4) Ensure Python's 'requests' is available or install it in an isolated environment. (5) If you have doubts about the endpoint or owner, review the script yourself or run the skill in a locked-down container; do not provide production API keys until you are confident.
功能分析
Type: OpenClaw Skill
Name: turing-tavily-web-search
Version: 1.0.0
The skill provides a legitimate interface for performing web searches via a Turing Tavily proxy. The Python script (scripts.py) correctly handles JSON input, retrieves necessary API credentials from the local OpenClaw configuration file (~/.openclaw/openclaw.json), and communicates with the designated API endpoint (live-turing.cn.llm.tcljd.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md implement a web search via a Turing Tavily proxy and require TURING_API_KEY, TURING_CLIENT, TURING_ENVIRONMENT — these credentials are proportional to the stated purpose. However, the registry-level metadata provided earlier declares no required env vars or primary credential, which is inconsistent with the skill's actual behavior.
Instruction Scope
SKILL.md instructs running the bundled script and configuring credentials in ~/.openclaw/openclaw.json (skills.entries.turing-skills.env). The script only reads that file and sends search queries to the Turing proxy; it does not attempt to read other system files. This scope is appropriate, but the reliance on a user config file (instead of environment variables at runtime) should be noted.
Install Mechanism
There is no install spec (lowest install risk) and no network-downloaded code. However, the bundled script uses the Python 'requests' package but the skill does not declare this dependency; runtime failures or unexpected local installs may occur if 'requests' is missing.
Credentials
The script requires TURING_API_KEY (Bearer token), TURING_CLIENT, and TURING_ENVIRONMENT, plus an optional TURING_API_BASE. Those are appropriate for calling the proxy API, but the registry metadata omitted these requirements. The mismatch between declared and actual credential needs is a red flag that could lead to misconfiguration or inadvertent secret exposure.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It only reads its own config file (~/.openclaw/openclaw.json) and does not write system-wide settings or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install turing-tavily-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/turing-tavily-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of web search integration via Turing Tavily proxy.
- Search the web using the Turing Tavily proxy by running a Bash script; no manual HTTP requests needed.
- Supports single or batch queries, result count limits, and domain filtering.
- Returns AI-generated summaries and detailed result metadata (title, URL, content snippet, publication date).
- API credentials (TURING_API_KEY, TURING_CLIENT, TURING_ENVIRONMENT) required for setup.
- Detailed configuration and usage examples included in documentation.
元数据
常见问题
Turing Tavily Web Search 是什么?
Search the web via the Turing Tavily proxy. Use when the user asks to search the web, look up real-time information, research current events, or needs up-to-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 Turing Tavily Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install turing-tavily-web-search」即可一键安装,无需额外配置。
Turing Tavily Web Search 是免费的吗?
是的,Turing Tavily Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Turing Tavily Web Search 支持哪些平台?
Turing Tavily Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Turing Tavily Web Search?
由 CAPREaaa(@capreaaa)开发并维护,当前版本 v1.0.0。
推荐 Skills