Install
openclaw skills install baidu-search-proCompatibility entry for our in-house Baidu realtime search chain. Use for live information, documentation, or research topics.
openclaw skills install baidu-search-proCross-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.
Both commands run the same canonical Baidu-based search chain:
py -3.11 skills/baidu-search/scripts/search.py '<JSON>'
py -3.11 skills/realtime-web-search/scripts/search.py '<JSON>'
mode=auto (default): web_search -> chat -> web_summarymode=search: web_search -> chatmode=summary: web_summary onlyPrefer mode=search for speed and stability.
py -3.11 skills/baidu-search/scripts/search.py '{"query":"人工智能","mode":"search"}'
BAIDU_API_KEYBAIDU_WEB_SEARCH_ENDPOINTBAIDU_CHAT_SEARCH_ENDPOINTBAIDU_SUMMARY_ENDPOINT