← 返回 Skills 市场
11080
总下载
5
收藏
64
当前安装
4
版本数
在 OpenClaw 中安装
/install baidu-baike-data
功能描述
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
安全使用建议
Install only if you are comfortable providing a Baidu API key and sending lookup terms to Baidu. Use a dedicated, revocable key, monitor quota or billing, make sure the Python requests package is available, and avoid querying confidential internal terms.
功能分析
Type: OpenClaw Skill
Name: baidu-baike-data
Version: 1.1.0
The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for the AI agent, specifying required binaries and environment variables without any prompt injection attempts. The `scripts/baidu_baike.py` script uses standard Python libraries to interact with a legitimate Baidu API endpoint, securely handling API keys via environment variables and parsing arguments with `argparse`. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or obfuscation. All code and instructions align with the stated purpose of querying Baidu Baike encyclopedia entries.
能力评估
Purpose & Capability
The stated purpose is noun and encyclopedia-entry lookup, and the script only supports Baidu Baike title, ID, and homonym-list queries before printing JSON results.
Instruction Scope
Runtime guidance is limited to extracting a user-provided noun, resolving ambiguous entries when needed, and returning structured Baike data; no prompt override, unrelated automation, or hidden high-impact action is present.
Install Mechanism
The skill declares python3 and BAIDU_API_KEY, but it also imports the Python requests package without declaring that dependency; _meta.json also reports version 1.0.2 while the reviewed registry version is 1.1.0.
Credentials
The skill reads BAIDU_API_KEY and sends lookup terms to Baidu AppBuilder/Baike endpoints, which is expected for the integration but should be understood by users before use.
Persistence & Privilege
No persistence, background process, file mutation, local indexing, credential-store access, subprocess execution, or privilege escalation is evidenced.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-baike-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-baike-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added comprehensive usage instructions, including direct search and homonym resolution scenarios.
- Documented all available API functions and workflows for querying and retrieving Baidu Baike entries.
- Updated setup guidance, specifying the required BAIDU_API_KEY environment variable.
- Expanded skill description for clarity on its purpose and capabilities.
v1.0.2
- Switched backend from shell script to a Python script for Baidu Baike queries.
- Updated required dependency from curl to python3.
- Added README.md with usage instructions and examples.
- Removed scripts/baidu_baike.sh; added scripts/baidu_baike.py.
- Simplified workflow and clarified usage scenarios for searching and disambiguating entries.
v1.0.1
- Added metadata file (_meta.json) for improved skill management.
- Updated the baidu_baike.sh script.
- No changes to user-facing commands or API structure.
v1.0.0
Initial release of baidu-baike-data.
- Enables querying of authoritative encyclopedia explanations for nouns (people, places, concepts, events, etc.) from Baidu Baike.
- Provides two main APIs: LemmaList (for retrieving entry lists) and LemmaContent (for detailed entry content).
- Supports querying by entry name (lemmaTitle) or ID (lemmaId).
- Requires curl and a BAIDU_API_KEY environment variable for operation.
- Includes example shell scripts for basic and advanced queries.
元数据
常见问题
baidu baike search 是什么?
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 11080 次。
如何安装 baidu baike search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-baike-data」即可一键安装,无需额外配置。
baidu baike search 是免费的吗?
是的,baidu baike search 完全免费(开源免费),可自由下载、安装和使用。
baidu baike search 支持哪些平台?
baidu baike search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 baidu baike search?
由 ide-rea(@ide-rea)开发并维护,当前版本 v1.1.0。
推荐 Skills