Install
openclaw skills install baidu-search-autoThis skill should be used when the user wants to perform automated searches on Baidu, extract search results, or mentions "百度搜索", "在百度上搜索", "baidu search", "search on baidu", or any task requiring browser automation on Baidu search page.
openclaw skills install baidu-search-autoThis skill provides automated Baidu search functionality using browser automation.
通过浏览器自动化工具在百度上执行搜索,获取搜索结果页面内容。
使用 browser_agent 工具执行百度搜索:
打开百度首页 https://www.baidu.com
在搜索框中输入关键词
点击"百度一下"按钮
等待搜索结果加载完成
返回搜索结果页面内容
graph TD
A[开始] --> B[打开百度首页]
B --> C[定位搜索框]
C --> D[输入搜索关键词]
D --> E[点击搜索按钮]
E --> F[等待结果加载]
F --> G[提取搜索结果]
G --> H[返回结果]
用户: 帮我在百度上搜索 "Python requests 文档"
执行:
用户: 百度搜索 "快手生服 API"
执行:
使用 browser_agent 工具进行浏览器自动化:
browser_agent 访问 https://www.baidu.com