← 返回 Skills 市场
Baidu Baike Data 1.1.0
作者
zhangyingzhuangk
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install baidu-baike-data-1-1-0
功能描述
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given...
使用说明 (SKILL.md)
Baidu Baike
Query encyclopedia entries from Baidu Baike.
Two Usage Scenarios
Scenario 1: Direct Search
Get default matching entry for a keyword.
python3 scripts/baidu_baike.py --search_type=lemmaTitle --search_key="keyword"
Scenario 2: Homonym Resolution
When term has multiple entries, list them and select by ID.
# List entries with same name
python3 scripts/baidu_baike.py --search_type=lemmaList --search_key="keyword" --top_k=5
# Get specific entry by ID
python3 scripts/baidu_baike.py --search_type=lemmaId --search_key="entry_id"
API
- LemmaList: List entries with same title
- LemmaContent: Get entry details by title or ID
Setup
export BAIDU_API_KEY="your_api_key"
Workflow
- Extract noun from query
- For ambiguous terms, call LemmaList first
- User selects entry from list
- Call LemmaContent with selected ID
- Return structured data
安全使用建议
This package is internally consistent for querying Baidu Baike, but before installing: 1) verify the publisher/owner because _meta.json ownerId differs from the registry ownerId in the metadata; 2) ensure your environment has python3 and the Python 'requests' package available; 3) provide a BAIDU_API_KEY that has only the necessary scope and rotate it if you expose it during testing; 4) review and confirm you trust network calls to https://appbuilder.baidu.com (the script calls that host); 5) run the script in a sandbox or isolated environment if you are unsure about provenance. If you need higher assurance about the source, ask the publisher for a signed release or an official repository link.
功能分析
Type: OpenClaw Skill
Name: baidu-baike-data-1-1-0
Version: 1.0.0
The skill is a legitimate tool for querying Baidu Baike encyclopedia entries using the Baidu AppBuilder API. The Python script (scripts/baidu_baike.py) implements standard API interaction patterns, requiring a user-provided BAIDU_API_KEY and performing no unauthorized actions or data exfiltration. The instructions in SKILL.md and README.md are consistent with the code's functionality and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
Name/description match the implementation: the script queries Baidu Baike endpoints and returns structured entries. The declared primaryEnv (BAIDU_API_KEY) and required binary (python3) are appropriate for this functionality.
Instruction Scope
SKILL.md and README describe only searching/listing/getting Baike entries and instruct exporting BAIDU_API_KEY and running the script. The runtime script only reads BAIDU_API_KEY and performs HTTP calls to appbuilder.baidu.com. Minor provenance issue: registry metadata ownerId differs from _meta.json ownerId in the package files — this is a non-security functional mismatch worth verifying with the publisher.
Install Mechanism
No install spec (instruction-only) so nothing is automatically downloaded or installed. The Python script imports 'requests' but the skill does not declare this dependency; you should ensure the runtime has the 'requests' package available (pip install requests) before running.
Credentials
Only BAIDU_API_KEY is required and it is used as the API bearer token by the script. No other credentials, config paths, or unrelated environment variables are requested or accessed.
Persistence & Privilege
The skill does not request persistent platform privileges (always=false) and does not modify system or other skill configs. It only runs on demand and prints JSON results.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baidu-baike-data-1-1-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/baidu-baike-data-1-1-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of baidu-baike-data skill.
- Provides standardized, detailed encyclopedia entries from Baidu Baike for queried nouns.
- Supports direct search by keyword and disambiguation for homonyms.
- Workflow guides users through selecting and retrieving specific entries when multiple matches exist.
- Requires Python 3 and a BAIDU_API_KEY for access.
元数据
常见问题
Baidu Baike Data 1.1.0 是什么?
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Baidu Baike Data 1.1.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-baike-data-1-1-0」即可一键安装,无需额外配置。
Baidu Baike Data 1.1.0 是免费的吗?
是的,Baidu Baike Data 1.1.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baidu Baike Data 1.1.0 支持哪些平台?
Baidu Baike Data 1.1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baidu Baike Data 1.1.0?
由 zhangyingzhuangk(@zhangyingzhuangk)开发并维护,当前版本 v1.0.0。
推荐 Skills