Baidu Search Pro
/install baidu-search-pro
Baidu Search (compat alias)
Cross-platform Python: on Windows prefer
py -3.11; on Linux/macOS preferpython3; if plainpythonalready points to Python 3, it also works.
This skill is a backward-compatible alias for realtime-web-search.
Use it only when an existing workflow still calls skills/baidu-search; new installs should prefer realtime-web-search directly.
What this alias keeps working
Both commands run the same canonical Baidu-based search chain:
py -3.11 skills/baidu-search/scripts/search.py '\x3CJSON>'
py -3.11 skills/realtime-web-search/scripts/search.py '\x3CJSON>'
Recommended modes
mode=auto(default):web_search -> chat -> web_summarymode=search:web_search -> chatmode=summary:web_summaryonly
Prefer mode=search for speed and stability.
Minimal request example
py -3.11 skills/baidu-search/scripts/search.py '{"query":"人工智能","mode":"search"}'
Required environment variable
BAIDU_API_KEY
Optional endpoint overrides
BAIDU_WEB_SEARCH_ENDPOINTBAIDU_CHAT_SEARCH_ENDPOINTBAIDU_SUMMARY_ENDPOINT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install baidu-search-pro - After installation, invoke the skill by name or use
/baidu-search-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Baidu Search Pro?
Compatibility entry for our in-house Baidu realtime search chain. Use for live information, documentation, or research topics. It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install Baidu Search Pro?
Run "/install baidu-search-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Baidu Search Pro free?
Yes, Baidu Search Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Baidu Search Pro support?
Baidu Search Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Baidu Search Pro?
It is built and maintained by wangziiiiii (@wangziiiiii); the current version is v1.0.1.