← 返回 Skills 市场
238
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-cn
功能描述
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。
安全使用建议
This skill appears to do what it claims, but take these precautions before installing: (1) Only provide a Baidu API key you trust—treat BAIDU_API_KEY like any secret. (2) Verify the 'uv' Homebrew formula/source before installing (it is an unusual install path for a Python service). (3) When running the service, bind it to localhost and avoid exposing it publicly; example defaults use 127.0.0.1 but double-check any deployment. (4) Logs may include request bodies (queries/errors), so avoid sending sensitive secrets or PII in search queries or secure your logs. (5) If you plan to deploy to a server, store the API key in a secure secret store and restrict network access to Baidu endpoints only.
功能分析
Type: OpenClaw Skill
Name: openclaw-cn
Version: 1.0.0
The skill is a legitimate wrapper for the Baidu AI Search API (Qianfan). It uses standard Python libraries (FastAPI, httpx) to proxy search requests to the official Baidu endpoint (qianfan.baidubce.com). The code and documentation (SKILL.md) contain no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description describe a Baidu web-search proxy and the package contains a FastAPI app that calls Baidu's qianfan web_search endpoint. The single required secret (BAIDU_API_KEY) is appropriate and declared as the primary credential. Requiring a 'uv' CLI is plausible given the SKILL.md uses that tool to manage venv and run uvicorn.
Instruction Scope
SKILL.md instructs creating a .env with BAIDU_API_KEY, building a venv, and running a local FastAPI server; the runtime steps and example curl calls match the service purpose. Minor notes: the validation error handler logs request bodies/errors (may record user queries to logs), and several example commands embed an absolute workspace path (/home/node/...), which is environment-specific but not harmful.
Install Mechanism
Install uses a Homebrew formula named 'uv' to provide the 'uv' binary. This is unusual for a Python FastAPI app (users often use pip/venv directly), but not inherently malicious. Users should verify the 'uv' formula source before installing (especially on non-macOS systems) to ensure it is the expected tool.
Credentials
Only BAIDU_API_KEY is required and used. No other credentials, system config paths, or unrelated environment variables are requested. The code reads OPENAPI_SERVER_URL for FastAPI server metadata but does not treat it as a secret.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system settings, and only runs a local server when the user elects to start it. Autonomous invocation defaults are unchanged (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
百度搜索 1.0.1 版本发布
- 新增通过百度 AI 搜索 API 获取网页实时信息与搜索结果
- 支持关键词搜索、时间过滤和指定网站筛选
- 补充详细安装与启动方法,推荐安全配置
- 修正响应解析,兼容百度 API 返回结构
- 说明了典型使用场景与对话流程
元数据
常见问题
Openclaw Cn 百度搜索 是什么?
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 Openclaw Cn 百度搜索?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-cn」即可一键安装,无需额外配置。
Openclaw Cn 百度搜索 是免费的吗?
是的,Openclaw Cn 百度搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Cn 百度搜索 支持哪些平台?
Openclaw Cn 百度搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Cn 百度搜索?
由 iDOTOOLS(@yky3489)开发并维护,当前版本 v1.0.0。
推荐 Skills