Baidu Baike encyclopedia search skill. Provides authoritative, real-time, structured Chinese encyclopedia knowledge. Use when user needs factual information about concepts, people, places, or topics.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill baidu-baike --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Baidu Baike?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-baidu-baike)More formats (shields.io, HTML) on the badges page.
---
name: openakita/skills@baidu-baike
description: "Baidu Baike encyclopedia search skill. Provides authoritative, real-time, structured Chinese encyclopedia knowledge. Use when user needs factual information about concepts, people, places, or topics."
license: MIT
metadata:
author: baidu
version: "1.1.0"
requires:
env: [BAIDU_API_KEY]
---
# 百度百科
为智能体注入权威、实时、结构化的中文百科知识,确保其回答的准确性与可信度。
## 配置
export BAIDU_API_KEY="your_key"
## 使用
输入名词或概念,返回百度百科的标准化详细解释。依赖 Python 3 和 requests 库。
## 预置脚本
### scripts/baidu_baike.py
百度百科词条查询脚本。
```bash
python3 scripts/baidu_baike.py search "量子计算"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!