← 返回 Skills 市场
wangziiiiii

Baidu Search Pro

作者 wangziiiiii · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
266
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install baidu-search-pro
功能描述
Compatibility entry for our in-house Baidu realtime search chain. Use for live information, documentation, or research topics.
使用说明 (SKILL.md)

Baidu Search (compat alias)

Cross-platform Python: on Windows prefer py -3.11; on Linux/macOS prefer python3; if plain python already points to Python 3, it also works.

This skill is a backward-compatible alias for realtime-web-search. Use it only when an existing workflow still calls skills/baidu-search; new installs should prefer realtime-web-search directly.

What this alias keeps working

Both commands run the same canonical Baidu-based search chain:

py -3.11 skills/baidu-search/scripts/search.py '\x3CJSON>'
py -3.11 skills/realtime-web-search/scripts/search.py '\x3CJSON>'

Recommended modes

  • mode=auto (default): web_search -> chat -> web_summary
  • mode=search: web_search -> chat
  • mode=summary: web_summary only

Prefer mode=search for speed and stability.

Minimal request example

py -3.11 skills/baidu-search/scripts/search.py '{"query":"人工智能","mode":"search"}'

Required environment variable

  • BAIDU_API_KEY

Optional endpoint overrides

  • BAIDU_WEB_SEARCH_ENDPOINT
  • BAIDU_CHAT_SEARCH_ENDPOINT
  • BAIDU_SUMMARY_ENDPOINT
安全使用建议
This skill is a lightweight compatibility alias that simply runs the realtime-web-search script from a shared custom-skills directory. The BAIDU_API_KEY requirement is expected. Before installing, verify that the canonical script (custom-skills/realtime-web-search/scripts/search.py) is trustworthy and owned by a known maintainer, because this alias will execute that external script at runtime (supply-chain risk). Also note the _meta.json ownerId differs slightly from the registry ownerId — this may be benign (stale metadata) but is worth checking. If you don't have or don't trust the realtime-web-search implementation, prefer installing the real realtime-web-search skill directly or review its code and endpoints first.
功能分析
Type: OpenClaw Skill Name: baidu-search-pro Version: 1.0.1 The skill functions as a compatibility alias but employs a risky execution pattern in `scripts/search.py`. It uses `runpy.run_path` to execute a Python script located outside its own bundle directory structure (`../../../custom-skills/realtime-web-search/scripts/search.py`). While this behavior is documented in `SKILL.md` as a way to redirect calls to the `realtime-web-search` skill, the practice of reaching outside the skill's isolated directory to execute external code is a high-risk capability that could be exploited if the target path is compromised.
能力评估
Purpose & Capability
Name/description match required artifacts: the skill is an alias for a Baidu realtime search chain and declares BAIDU_API_KEY and Python as required. Requesting a Baidu API key is appropriate for a Baidu search integration.
Instruction Scope
SKILL.md instructions are narrowly scoped and match the alias behavior. However the included script uses runpy.run_path to execute a canonical script located at ../../..../custom-skills/realtime-web-search/scripts/search.py (outside the skill directory). That means this package simply forwards execution to code elsewhere on disk — review the target script before trusting the alias.
Install Mechanism
No install spec — instruction-only plus a tiny wrapper file. Nothing is downloaded or written by an installer.
Credentials
Only BAIDU_API_KEY is required (with optional endpoint overrides). The environment access requested is proportional to a web-search integration.
Persistence & Privilege
always:false and normal invocation settings. The skill does not request elevated persistence or alter other skills' configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidu-search-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidu-search-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Sync latest local fixes and docs
v1.0.0
Publish compatibility alias for realtime web search
元数据
Slug baidu-search-pro
版本 1.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Baidu Search Pro 是什么?

Compatibility entry for our in-house Baidu realtime search chain. Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 Baidu Search Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-search-pro」即可一键安装,无需额外配置。

Baidu Search Pro 是免费的吗?

是的,Baidu Search Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Baidu Search Pro 支持哪些平台?

Baidu Search Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Baidu Search Pro?

由 wangziiiiii(@wangziiiiii)开发并维护,当前版本 v1.0.1。

💬 留言讨论