← 返回 Skills 市场
Baidu Chinese Search
作者
liyafeichina
· GitHub ↗
· v1.0.0
· MIT-0
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-chinese-search
功能描述
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.
Prerequisites
API Key Configuration
This skill requires a BAIDU_API_KEY to be configured in OpenClaw.
If you don't have an API key yet, please visit: https://console.bce.baidu.com/ai-search/qianfan/ais/console/apiKey
For detailed setup instructions, see: references/apikey-fetch.md
Usage
python3 skills/baidu-search/scripts/search.py '\x3CJSON>'
Request Parameters
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
| query | str | yes | - | Search query |
| count | int | no | 10 | Number of results to return, range 1-50 |
| freshness | str | no | Null | Time range, two formats: format one is ”YYYY-MM-DDtoYYYY-MM-DD“, and format two includes pd, pw, pm, and py, representing the past 24 hours, past 7 days, past 31 days, and past 365 days respectively |
Examples
# Basic search
python3 scripts/search.py '{"query":"人工智能"}'
# Freshness first format "YYYY-MM-DDtoYYYY-MM-DD" example
python3 scripts/search.py '{
"query":"最新新闻",
"freshness":"2025-09-01to2025-09-08"
}'
# Freshness second format pd、pw、pm、py example
python3 scripts/search.py '{
"query":"最新新闻",
"freshness":"pd"
}'
# set count, the number of results to return
python3 scripts/search.py '{
"query":"旅游景点",
"count": 20,
}'
Current Status
Fully functional.
安全使用建议
Install only if you are comfortable sending search queries to Baidu AI Search. Do not search for secrets, private personal data, or confidential internal material, and protect the Baidu API key in your local OpenClaw config with appropriate file permissions and rotation if exposed.
能力标签
能力评估
Purpose & Capability
The reported behavior fits the apparent purpose: a search skill sends user queries to Baidu AI Search and uses a Baidu API key to authenticate.
Instruction Scope
The scanner concern is about disclosure quality, not hidden unrelated behavior; query transmission to the search provider is expected for this kind of skill, but users should know prompts may leave the local machine.
Install Mechanism
The referenced setup stores a live API key in the local OpenClaw JSON config. That is a common integration pattern, but stronger secret-handling instructions would be better.
Credentials
Network access to Baidu and use of one service API key are proportionate to a Baidu search provider skill; there is no evidence of unrelated credentials, broad local indexing, destructive actions, or background execution.
Persistence & Privilege
The API key persists in local configuration, but the supplied evidence does not show automatic privilege escalation, unbounded persistence, or use of session/profile stores beyond the user-provided key.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-chinese-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-chinese-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Optimized Baidu web search for Chinese developers. Supports mainland China content sources, simplified Chinese queries, and real-time news. Differentiated from ide-rea/baidu-search with enhanced Chinese language processing.
元数据
常见问题
Baidu Chinese Search 是什么?
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。
如何安装 Baidu Chinese Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-chinese-search」即可一键安装,无需额外配置。
Baidu Chinese Search 是免费的吗?
是的,Baidu Chinese Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baidu Chinese Search 支持哪些平台?
Baidu Chinese Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu Chinese Search?
由 liyafeichina(@liyafeichina)开发并维护,当前版本 v1.0.0。
推荐 Skills