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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install baidu-baike或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install baidu-baike⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/baidu-baike/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: baidu-baike description: 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. homepage: https://baike.baidu.com/ metadata: { "openclaw": { "emoji": "📖", "requires": { "bins": ["curl"] } } } ---
This skill allows OpenClaw agents to search detailed entry explanations via Baidu Baike .
| 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|
lemma_title: The search entry nametop_k: Number of results to return (default: 5)curl -XGET 'https://appbuilder.baidu.com/v2/baike/lemma/get_content?lemma_title=刘德华' \
-H 'Authorization: Bearer BAIDU_API_KEY'
search_type: The type of search, optional values include: "lemmaTitle", "lemmaId"search_key: The search key, either the entry name or entry IDcurl -XGET 'https://appbuilder.baidu.com/v2/baike/lemma/get_content?search_type=lemmaTitle&search_key=刘德华' \
-H 'Authorization: Bearer BAIDU_API_KEY'安装 baidu baike search 后,可以对 AI 说这些话来触发它
Help me get started with baidu baike search
Explains what baidu baike search does, walks through the setup, and runs a quick demo based on your current project
Use baidu baike search to the Baidu Baike Component is a knowledge service tool designed to q...
Invokes baidu baike search with the right parameters and returns the result directly in the conversation
What can I do with baidu baike search in my data & analytics workflow?
Lists the top use cases for baidu baike search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/baidu-baike/ 目录(个人级,所有项目可用),或 .claude/skills/baidu-baike/(项目级)。重启 AI 客户端后,用 /baidu-baike 主动调用,或让 AI 根据上下文自动发现并使用。
baidu baike search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
baidu baike search 可免费安装使用。请查阅仓库了解许可证信息。
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.
Automate my data & analytics tasks using baidu baike search
Identifies repetitive steps in your workflow and sets up baidu baike search to handle them automatically
baidu baike search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。