← 返回 Skills 市场
183
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install official-baidu-search
功能描述
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。
安全使用建议
This skill appears to implement a straightforward Baidu AI search proxy. Before installing: (1) ensure you trust the source and the Homebrew 'uv' formula you will install; (2) keep your BAIDU_API_KEY secret — the running service uses it to call Baidu and will include it in Authorization headers; (3) the local server logs queries (check logger config if you worry about logging sensitive queries); (4) OPENAPI_SERVER_URL is optional and not declared as required; you can leave it unset. If you want extra caution, run the service in an isolated environment (container or dedicated VM) and review network traffic to confirm requests only go to Baidu endpoints.
功能分析
Type: OpenClaw Skill
Name: official-baidu-search
Version: 1.0.0
The skill bundle is a standard FastAPI-based proxy for the official Baidu AI Search API (qianfan.baidubce.com). The code in `baidu_api.py` and `main.py` correctly implements search functionality, handles API authentication via environment variables, and lacks any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (Baidu AI web search) match the code and runtime requirements. The package implements a FastAPI service that posts to Baidu's qianfan.baidubce.com search endpoint and returns parsed results. BAIDU_API_KEY is the only credential requested and is appropriate for this purpose.
Instruction Scope
SKILL.md instructs running a local FastAPI service, setting BAIDU_API_KEY, and using the uv tool to create a venv and run the server. The code logs queries and calls only the Baidu API URL; it does not reference or exfiltrate unrelated files or credentials. It does reference an optional OPENAPI_SERVER_URL env var (used only for OpenAPI servers list) which is not declared as required — that's a minor omission but not harmful.
Install Mechanism
Install uses a Homebrew formula 'uv' which matches the SKILL.md usage of the uv CLI. Homebrew is a standard install path; the formula name 'uv' is uncommon but is consistent with the provided runtime commands. No downloads from untrusted URLs or archive extraction are present; Python dependencies are standard (fastapi, httpx, uvicorn).
Credentials
Only BAIDU_API_KEY is required and declared as the primary credential. No unrelated secrets or multiple external credentials are requested. The code reads BAIDU_API_KEY (and optionally OPENAPI_SERVER_URL) only.
Persistence & Privilege
The skill does not request 'always: true' or other elevated, persistent privileges. It is user-invocable and can be invoked autonomously by the agent (platform default), which is expected for a callable integration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install official-baidu-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/official-baidu-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Baidu Search skill.
- Enables real-time web search using the Baidu AI Search API.
- Supports keyword, time-based, and site-specific queries.
- Requires a BAIDU_API_KEY for authentication.
- Provides concise API usage instructions and response formats.
- Suitable for retrieving news, weather, or other Chinese internet content.
元数据
常见问题
Official Baidu Search 是什么?
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。
如何安装 Official Baidu Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install official-baidu-search」即可一键安装,无需额外配置。
Official Baidu Search 是免费的吗?
是的,Official Baidu Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Official Baidu Search 支持哪些平台?
Official Baidu Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Official Baidu Search?
由 erxiza(@erxiza)开发并维护,当前版本 v1.0.0。
推荐 Skills