baidu-baike-search
SKILL.md
Baidu Baike
This skill allows OpenClaw agents to search detailed entry explanations via Baidu Baike .
Setup
- API Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.
- Environment: The API key should be available in the runtime environment.
- BAIDU_API_KEY: BAIDU_API_KEY available, need to go to the baidu cloud platform(https://login.bce.baidu.com) registered account, if you already have account will go to get the API KEY (https://console.bce.baidu.com/qianfan/ais/console/apiKey)
API table
| name | path | description |
|---|---|---|
| LemmaList | /v2/baike/lemma/get_list_by_title | Query the list of entries that are the same as this term, and the is_default field in the return represents the subject term |
| LemmaContent | /v2/baike/lemma/get_content | Query the entry explanation or detailed content of an entry based on the entry id or entry name, best to do so based on the entry ID |