baidu-baike-data
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations.
Best use case
baidu-baike-data is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations.
Teams using baidu-baike-data should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/baidu-baike-data/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How baidu-baike-data Compares
| Feature / Agent | baidu-baike-data | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# baidu-baike-data The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations. ## Install ``` npx clawhub@latest install baidu-baike-data ```
Related Skills
builder-data
Query builder reputation data via Talent Protocol API.
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.
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.
database-operations
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
powerdrill-data-analysis-skill
This skill should be used when the user wants to analyze, explore, visualize, or query data using Powerdrill.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.
baidu-baike-search
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations.
data-viz
Create data visualizations from the command line.
personaldatahub
Pull personal data (emails, issues) and propose outbound actions (drafts, replies) through the PersonalDataHub.
personal-data-hub
Pull personal data (emails, issues) and propose outbound actions (drafts, replies) through the PersonalDataHub.
allstock-data
Query A-share and US stock data via Tencent Finance API.
data-validation
Validate data with schemas across languages and formats. Use when defining JSON Schema, using Zod (TypeScript) or Pydantic (Python), validating API request/response shapes, checking CSV/JSON data integrity, or setting up data contracts between services.