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 via CLI (Recommended)
clawhub install openclaw/skills/skills/ide-rea/baidu-baike-dataBaidu 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ide-rea-baidu-baike-data": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-notes-ofvideo
Generate AI-powered notes from videos (document, outline, or graphic-text formats)
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
ai-ppt-generator
Generate PPT with Baidu AI. Smart template selection based on content.
deepresearch-conversation
Deep ReSearch Conversation is provided by Baidu for multi-round streaming conversations with "Deep Research" agents. "In-depth research" is a long-process task involving multi-step reasoning and execution, which is different from the ordinary "question-and-answer". A dialogue that requires the user to repeatedly verify and correct it until a satisfactory answer is reached.
ai-picture-book
Generate static or dynamic picture book videos using Baidu AI