← Back to Skills Marketplace
183
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install official-baidu-search
Description
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install official-baidu-search - After installation, invoke the skill by name or use
/official-baidu-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Official Baidu Search?
通过百度 AI 搜索 API 进行网页搜索,获取实时信息和搜索结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.
How do I install Official Baidu Search?
Run "/install official-baidu-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Official Baidu Search free?
Yes, Official Baidu Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Official Baidu Search support?
Official Baidu Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Official Baidu Search?
It is built and maintained by erxiza (@erxiza); the current version is v1.0.0.
More Skills