← 返回 Skills 市场
baidu-search-auto
作者
xiongkun01
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-search-auto
功能描述
This skill should be used when the user wants to perform automated searches on Baidu, extract search results, or mentions "百度搜索", "在百度上搜索", "baidu search", "...
使用说明 (SKILL.md)
百度搜索自动化
This skill provides automated Baidu search functionality using browser automation.
功能概述
通过浏览器自动化工具在百度上执行搜索,获取搜索结果页面内容。
核心功能
- 自动化搜索: 在百度搜索页面输入关键词并执行搜索
- 结果提取: 获取搜索结果页面的标题和链接
- 浏览器操作: 使用 browser_agent 进行页面交互
使用方式
执行搜索
使用 browser_agent 工具执行百度搜索:
打开百度首页 https://www.baidu.com
在搜索框中输入关键词
点击"百度一下"按钮
等待搜索结果加载完成
返回搜索结果页面内容
参数
- 搜索关键词: 用户提供的搜索词
工作流程
graph TD
A[开始] --> B[打开百度首页]
B --> C[定位搜索框]
C --> D[输入搜索关键词]
D --> E[点击搜索按钮]
E --> F[等待结果加载]
F --> G[提取搜索结果]
G --> H[返回结果]
使用示例
示例 1:搜索技术文档
用户: 帮我在百度上搜索 "Python requests 文档"
执行:
- 打开 https://www.baidu.com
- 在搜索框输入 "Python requests 文档"
- 点击搜索按钮
- 返回搜索结果
示例 2:获取搜索结果列表
用户: 百度搜索 "快手生服 API"
执行:
- 访问百度首页
- 输入关键词 "快手生服 API"
- 获取前10条搜索结果
- 整理结果列表返回给用户
注意事项
- 网络依赖: 需要稳定的网络连接
- 页面结构: 如果百度页面结构变化,可能需要更新选择器
- 反爬虫: 频繁搜索可能触发验证码
- 结果格式: 返回的是页面内容,可能需要进一步解析
技术实现
使用 browser_agent 工具进行浏览器自动化:
- 打开页面:
browser_agent访问 https://www.baidu.com - 输入操作: 在搜索框元素中输入关键词
- 点击操作: 触发搜索按钮
- 结果等待: 等待结果页面加载完成
限制说明
- 不支持登录状态下的搜索
- 不支持高级搜索选项(时间筛选、文件类型等)
- 搜索结果受百度算法和地域影响
安全使用建议
This skill is coherent and appears to do what it says (automated Baidu searches via a browser agent). Before installing, confirm what the platform's browser_agent tool is allowed to do in your environment (network access, access to local files, or other agent capabilities). Avoid submitting sensitive secrets as search queries and respect rate limits to reduce triggering Baidu's anti-bot measures. Because this is instruction-only, there is no additional code to inspect — if you need higher assurance, verify the platform's implementation of browser_agent and logging/telemetry for exported data.
功能分析
Type: OpenClaw Skill
Name: baidu-search-auto
Version: 1.0.0
The skill bundle provides legitimate automated Baidu search functionality using a browser agent. It contains clear instructions in SKILL.md and technical references in baidu_page_structure.md for interacting with the Baidu search page using standard DOM selectors (e.g., #kw, #su). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name and description align with the instructions: the skill only needs browser automation to open baidu.com, enter queries, and extract results. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs use of a browser_agent to navigate Baidu, interact with page elements, and extract results. It does not instruct reading local files, environment variables, or sending data to third-party endpoints outside of Baidu.
Install Mechanism
No install spec and no code files beyond documentation; nothing is written to disk by the skill itself (instruction-only), which minimizes installation risk.
Credentials
The skill declares no environment variables, secrets, or config paths. The lack of requested credentials matches the simple search/extraction functionality described.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed by platform default but the skill does not request elevated persistence or system-wide config changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-search-auto - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-search-auto触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of baidu-search-auto skill.
- Enables automated searches on Baidu using browser automation.
- Extracts titles and links from Baidu search results.
- Supports searches via keywords provided by the user.
- Utilizes browser_agent tool for page interaction and result retrieval.
- Designed to help with both general search and structured result extraction.
- Includes important notes on usage limits and dependencies.
元数据
常见问题
baidu-search-auto 是什么?
This skill should be used when the user wants to perform automated searches on Baidu, extract search results, or mentions "百度搜索", "在百度上搜索", "baidu search", "... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 baidu-search-auto?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-search-auto」即可一键安装,无需额外配置。
baidu-search-auto 是免费的吗?
是的,baidu-search-auto 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
baidu-search-auto 支持哪些平台?
baidu-search-auto 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 baidu-search-auto?
由 xiongkun01(@xiongkun01)开发并维护,当前版本 v1.0.0。
推荐 Skills