← 返回 Skills 市场
Baidu Search 1.1.0
作者
leileitian
· GitHub ↗
· v1.0.0
3281
总下载
0
收藏
30
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-search-1-1-0
功能描述
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
使用说明 (SKILL.md)
Baidu Search
Search the web via Baidu AI Search API.
Usage
python3 skills/baidu-search/scripts/search.py '\x3CJSON>'
Request Parameters
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
| query | str | yes | - | Search query |
| edition | str | no | standard | standard (full) or lite (light) |
| resource_type_filter | list[obj] | no | web:20, others:0 | Resource types: web (max 50), video (max 10), image (max 30), aladdin (max 5) |
| search_filter | obj | no | - | Advanced filters (see below) |
| block_websites | list[str] | no | - | Sites to block, e.g. ["tieba.baidu.com"] |
| search_recency_filter | str | no | - | Time filter: week, month, semiyear, year |
| safe_search | bool | no | false | Enable strict content filtering |
SearchFilter
| Param | Type | Description |
|---|---|---|
| match.site | list[str] | Limit search to specific sites, e.g. ["baike.baidu.com"] |
| range.pageTime | obj | Date range for page_time field (see below) |
Date Range Format
Fixed date: YYYY-MM-DD
Relative time (from current day): now-1w/d, now-1M/d, now-1y/d
| Operator | Meaning |
|---|---|
| gte | Greater or equal (start) |
| lte | Less or equal (end) |
Examples
# Basic search
python3 skills/baidu-search/scripts/search.py '{"query":"人工智能"}'
# Filter by time and site
python3 skills/baidu-search/scripts/search.py '{
"query":"最新新闻",
"search_recency_filter":"week",
"search_filter":{"match":{"site":["news.baidu.com"]}}
}'
# Resource type filter
python3 skills/baidu-search/scripts/search.py '{
"query":"旅游景点",
"resource_type_filter":[{"type":"web","top_k":20},{"type":"video","top_k":5}]
}'
Current Status
Fully functional.
安全使用建议
This skill appears coherent for Baidu web search. Before installing, confirm the publisher/version because the registry and _meta.json metadata do not match, and use a dedicated Baidu API key. Do not send confidential information in search queries unless you are comfortable sharing it with Baidu.
能力评估
Purpose & Capability
The documented purpose and included script both implement Baidu web search, with no evidence of unrelated local access, account mutation, or destructive behavior.
Instruction Scope
Usage is a user-invoked Python command with JSON search parameters; the artifacts do not instruct the agent to override user intent or run automatically.
Install Mechanism
There is no install spec, and the included _meta.json differs from the supplied registry metadata for owner, slug, and version, so publisher/version provenance should be checked.
Credentials
The skill requires BAIDU_API_KEY and posts search request data to Baidu, which is proportionate for a Baidu search integration but should be understood before use.
Persistence & Privilege
No artifact evidence shows persistence, background workers, credential storage, privilege escalation, or broad local file access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-search-1-1-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-search-1-1-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Baidu Search skill.
- Enables web searches using the Baidu AI Search Engine (BDSE) via API.
- Supports search filters for site, date, resource type, recency, and safe search.
- Allows blocking specific websites from results.
- Includes detailed usage instructions and request parameter documentation.
- Command-line interface using Python 3 is provided.
元数据
常见问题
Baidu Search 1.1.0 是什么?
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3281 次。
如何安装 Baidu Search 1.1.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-search-1-1-0」即可一键安装,无需额外配置。
Baidu Search 1.1.0 是免费的吗?
是的,Baidu Search 1.1.0 完全免费(开源免费),可自由下载、安装和使用。
Baidu Search 1.1.0 支持哪些平台?
Baidu Search 1.1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu Search 1.1.0?
由 leileitian(@leileitian)开发并维护,当前版本 v1.0.0。
推荐 Skills