Baidu Baike Data 1.1.0
/install baidu-baike-data-1-1-0
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install baidu-baike-data-1-1-0 - After installation, invoke the skill by name or use
/baidu-baike-data-1-1-0 - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Baidu Baike Data 1.1.0?
Run "/install baidu-baike-data-1-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Baidu Baike Data 1.1.0 free?
Yes, Baidu Baike Data 1.1.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Baidu Baike Data 1.1.0 support?
Baidu Baike Data 1.1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Baidu Baike Data 1.1.0?
It is built and maintained by zhangyingzhuangk (@zhangyingzhuangk); the current version is v1.0.0.