← 返回 Skills 市场
90653
总下载
217
收藏
981
当前安装
12
版本数
在 OpenClaw 中安装
/install baidu-search
功能描述
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
安全使用建议
Install only if you are comfortable sending search terms to Baidu or, in sandbox deployments, to the configured proxy. Use a dedicated revocable Baidu API key, keep the OpenClaw config private, and monitor quota or billing.
功能分析
Type: OpenClaw Skill
Name: baidu-search
Version: 1.1.4
The skill bundle provides a legitimate implementation for searching the web via the Baidu AI Search API. The Python script (scripts/search.py) correctly handles API authentication via environment variables, performs basic input validation on search parameters, and uses the standard requests library for communication. While it contains logic to proxy requests if specific sandbox environment variables (DUMATE_SESSION_ID) are present, this appears to be a functional requirement for specific deployment environments rather than a malicious exfiltration attempt.
能力评估
Purpose & Capability
The artifacts consistently describe Baidu AI Search, and the script only builds a search request from query, count, and freshness parameters, caps count at 50, and returns API results.
Instruction Scope
Runtime instructions are limited to invoking the search script with JSON input; there are no unrelated commands, local indexing, autonomous workflows, or role/prompt manipulation instructions.
Install Mechanism
The bundle contains documentation and one Python script with no hidden installer, dependency download, or setup-time execution.
Credentials
Use of BAIDU_API_KEY and outbound network access is expected for this purpose and is disclosed; search queries and the API key will be used in requests to Baidu or a configured DUMATE scheduler proxy.
Persistence & Privilege
The setup guide recommends storing the API key in OpenClaw configuration and restarting the gateway, but the skill itself shows no privilege escalation, background persistence, destructive behavior, or broad local data access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.4
- Removed the _meta.json file from the skill.
- No feature or behavior changes; functionality remains fully intact.
v1.1.3
- Added new documentation for API key setup, including a reference guide (references/apikey-fetch.md)
- Updated SKILL.md with clearer instructions on API key configuration and setup link
- Added _meta.json file for enhanced skill metadata
v1.1.2
- Added detailed usage instructions and examples for using the Baidu AI Search API in SKILL.md.
- Documented all available request parameters, including query, count, and freshness options.
- Updated skill description for clarity on live search and research capabilities.
- Included requirements for environment variables and binaries in metadata.
- Confirmed the skill is fully functional.
v1.1.1
- Updated request parameters: simplified to include only query, count, and freshness.
- Added support for new freshness formats ("YYYY-MM-DDtoYYYY-MM-DD" and short codes pd/pw/pm/py).
- Default and range for count parameter clarified (default 10, range 1–50).
- Examples and usage instructions revised for new parameter set.
- Removed advanced resource and search filter options from documentation for simplicity.
- _meta.json file removed.
v1.1.0
- Added detailed usage instructions and request parameter documentation for the Baidu Search skill.
- Described available filters, including resource type, advanced search, website blocking, and date ranges.
- Provided example commands for common search tasks.
- Outlined current capability: fully functional for live Baidu web, image, and video search.
v1.0.6
- Simplified and clarified user documentation in SKILL.md for easier reference.
- Improved usage instructions and added concise, updated search parameter tables.
- Streamlined parameter descriptions, examples, and filtering guidance.
- No code logic changes; documentation updates only.
v1.0.5
- Fixed a bug in scripts/search.py to improve stability and/or functionality.
- No changes to user-facing features or SKILL.md documentation.
v1.0.4
- Environment variable requirement changed from apiKey to BAIDU_API_KEY.
- Metadata updated to reflect the new environment variable name.
v1.0.3
- Environment variable changed from BAIDU_API_KEY to apiKey for configuration.
- Updated documentation to remove explicit setup steps for environment variable.
- Example usage updated to reflect new environment variable requirements.
- Metadata in SKILL.md and _meta.json adjusted to match the environment variable change.
v1.0.2
- Added _meta.json file for enhanced metadata management.
- Updated requirement from "python" to "python3" in the skill metadata.
v1.0.1
- Added detailed instructions for obtaining the BAIDU_API_KEY, including Baidu Cloud registration and API key retrieval links.
- No other workflow or functionality changes.
v1.0.0
Initial release of the baidu-search skill.
- Enables web search via Baidu AI Search Engine (BDSE) when built-in web_search is unavailable.
- Requires a valid BAIDU_API_KEY environment variable for authentication.
- Supports advanced search parameters, including filtering by site, date range, content type, and safe search.
- Executes a Python script to interact with the Baidu API and returns structured search results.
- Provides detailed setup, parameter usage, and example invocation instructions.
元数据
常见问题
Baidu web search 是什么?
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90653 次。
如何安装 Baidu web search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-search」即可一键安装,无需额外配置。
Baidu web search 是免费的吗?
是的,Baidu web search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baidu web search 支持哪些平台?
Baidu web search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu web search?
由 ide-rea(@ide-rea)开发并维护,当前版本 v1.1.4。
推荐 Skills