baidu-baike
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/baiduqianfangroup/baidu-baikeWhat This Skill Does
The Baidu Baike component is an essential knowledge retrieval tool for OpenClaw agents, enabling them to access authoritative, standardized encyclopedia definitions. By leveraging the vast repository of Baidu Baike, the skill allows agents to fetch detailed information about objects, historical figures, geographic locations, scientific concepts, and significant events. It operates through a two-tiered system: users can either perform a direct lookup for a well-known entity using its name or utilize a structured search process to pinpoint specific entry IDs. This granularity ensures that ambiguity, such as identical names for different entities, is resolved through precise API calls, guaranteeing that the information provided to the user is contextually relevant and accurate.
Installation
To install this skill, use the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/baiduqianfangroup/baidu-baike
Ensure that you have obtained a valid API key and configured it within your environment variables as BAIDU_API_KEY. This key is required to authenticate all requests made to the Baidu Baike services.
Use Cases
This skill is ideal for research-intensive tasks. Use it when you need a verified summary of a historical event, a biography of a public figure, or a technical explanation of a complex noun. It acts as a grounded source of truth for agents, preventing hallucinations by retrieving pre-verified content. It is perfect for educational assistants, content curation, and data verification workflows where accurate entity descriptions are paramount.
Example Prompts
- "Explain the significance of the Great Wall of China in historical and architectural terms using Baidu Baike."
- "Can you provide a detailed profile for the scientist Albert Einstein?"
- "Look up the term 'Quantum Entanglement' and summarize the core concept for a beginner."
Tips & Limitations
For the best results, always extract specific nouns from user queries before invoking the tool, as it is designed for noun-based lookups rather than open-ended conversational questions. If your initial search for an entry name is too broad or returns inaccurate results, use the LemmaList API first to retrieve a list of related entries and their corresponding IDs. Then, use the specific LemmaID with the LemmaContent API for precise results. Be aware that the skill requires network access to communicate with the Baidu servers, and performance depends on the stability of the API endpoint.
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-baiduqianfangroup-baidu-baike": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Ai Notes Video
Skill by baiduqianfangroup
Ai Notes Of Video
Skill by baiduqianfangroup
ai-ppt-generate
The intelligent PPT generation tool is provided by Baidu. It is a tool that intelligently generates PPTS based on the themes or questions given by users. Users can choose PPT themes, templates, or even customize their own templates. It also provides image or resource files (such as pdf,word,txt, etc.). The download address for the final generated PPT file is provided
qianfan-clawhub
Search and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields
baidu-scholar-search
Baidu Academic Search Tool enables the retrieval of both Chinese and English literature, covering various types of literature such as academic journals, conference papers, and dissertations.