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-data或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install baidu-baike-data⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/baidu-baike-data/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: baidu-baike-data 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": ["python3"] ,"env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY" } } ---
Query encyclopedia entries from Baidu Baike.
Get default matching entry for a keyword.
python3 scripts/baidu_baike.py --search_type=lemmaTitle --search_key="keyword"
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"
export BAIDU_API_KEY="your_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-data/ 目录(个人级,所有项目可用),或 .claude/skills/baidu-baike-data/(项目级)。重启 AI 客户端后,用 /baidu-baike-data 主动调用,或让 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 智能体在此领域执行专业任务。