← 返回 Skills 市场
capreaaa

Turing Baidu Web Search

作者 CAPREaaa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
300
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install turing-baidu-web-search
功能描述
Search the web via the Turing Baidu proxy. Use when the user asks to search the web in Chinese, look up real-time information from Chinese sources, research...
安全使用建议
This skill's code and README legitimately call a Turing Baidu proxy and need three Turing credentials. However, the registry metadata incorrectly lists no required credentials — that mismatch is the main red flag. Before installing: verify the skill owner/source (homepage is docs.turing.cn but owner is unknown), confirm where you will store the TURING_API_KEY/CLIENT/ENV (the script reads ~/.openclaw/openclaw.json), and ensure those tokens are scoped and revocable. Consider testing in a sandbox with a limited-scope test key first. If you rely on the registry entry, ask the publisher to correct the advertised required env vars so the permissions are explicit. If you do not trust the owner, do not provide production credentials.
功能分析
Type: OpenClaw Skill Name: turing-baidu-web-search Version: 1.0.0 The skill is a legitimate implementation for performing Baidu web searches via the Turing proxy API. The Python script (scripts.py) correctly retrieves credentials from the standard OpenClaw configuration file and makes authenticated requests to the specified API endpoint (live-turing.cn.llm.tcljd.com). The code logic is transparent, lacks obfuscation, and strictly follows the functionality described in SKILL.md.
能力评估
Purpose & Capability
The SKILL.md and scripts.py both require TURING_API_KEY, TURING_CLIENT, and TURING_ENVIRONMENT and call a Turing Baidu proxy endpoint — that matches the declared purpose. However, the registry metadata (top-level requirements) lists no required env vars or primary credential, creating an incoherence between what the skill actually needs and what the registry advertises.
Instruction Scope
Runtime instructions are narrowly scoped: run the bundled script with a JSON argument and supply Turing credentials via openclaw.json. The script only reads ~/.openclaw/openclaw.json for its config and does HTTP POSTs to the declared Turing proxy endpoint. It does not access other system files or network endpoints. The only scope oddity is that SKILL.md says 'do NOT construct HTTP requests manually' and mandates using the bundled script — reasonable but restrictive.
Install Mechanism
No install spec or remote downloads; the skill is instruction + a small local Python script. There is no external installer or archive extraction, which is low-risk.
Credentials
The credentials requested in SKILL.md and scripts.py (TURING_API_KEY, TURING_CLIENT, TURING_ENVIRONMENT, optional TURING_API_BASE) are proportional to a proxy search API. Concern arises because the registry metadata does not declare these required credentials, and the script expects them in ~/.openclaw/openclaw.json rather than (or in addition to) process environment — this mismatch could surprise users and lead to misplaced secrets. No unrelated secrets are requested.
Persistence & Privilege
always:false (default) and the skill does not modify other skills or system-wide settings. Autonomous invocation (disable-model-invocation:false) is the platform default; combined with credential access this increases blast radius but is expected for a web-search skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install turing-baidu-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /turing-baidu-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Baidu Web Search skill via Turing Baidu proxy. - Enables web search in Chinese, with up-to-date Baidu results. - Use the included script for all API interactions; no manual HTTP requests needed. - Supports search queries, adjustable result count, and recency filters (week, month, semiyear, year). - Returns results with title, URL, snippet, date, and type. - Requires TURING_API_KEY, TURING_CLIENT, and TURING_ENVIRONMENT for configuration.
元数据
Slug turing-baidu-web-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Turing Baidu Web Search 是什么?

Search the web via the Turing Baidu proxy. Use when the user asks to search the web in Chinese, look up real-time information from Chinese sources, research... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。

如何安装 Turing Baidu Web Search?

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

Turing Baidu Web Search 是免费的吗?

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

Turing Baidu Web Search 支持哪些平台?

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

谁开发了 Turing Baidu Web Search?

由 CAPREaaa(@capreaaa)开发并维护,当前版本 v1.0.0。

💬 留言讨论