This 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.
This skill provides automated Baidu search functionality using browser automation.
通过浏览器自动化工具在百度上执行搜索,获取搜索结果页面内容。
使用 browser_agent 工具执行百度搜索:
打开百度首页 https://www.baidu.com
在搜索框中输入关键词
点击百度一下按钮
等待搜索结果加载完成
返回搜索结果页面内容
mermaid
graph TD
A[开始] --> B[打开百度首页]
B --> C[定位搜索框]
C --> D[输入搜索关键词]
D --> E[点击搜索按钮]
E --> F[等待结果加载]
F --> G[提取搜索结果]
G --> H[返回结果]
用户: 帮我在百度上搜索 Python requests 文档
执行:
用户: 百度搜索 快手生服 API
执行:
使用 browser_agent 工具进行浏览器自动化:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 baidu-search-auto-1776100141 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 baidu-search-auto-1776100141 技能
skillhub install baidu-search-auto-1776100141
文件大小: 4.15 KB | 发布时间: 2026-4-17 14:10