← Back to Skills Marketplace
ide-rea

baidu baike search

by ide-rea · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
11080
Downloads
5
Stars
64
Active Installs
4
Versions
Install in OpenClaw
/install 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.
Usage Guidance
Install only if you are comfortable providing a Baidu API key and sending lookup terms to Baidu. Use a dedicated, revocable key, monitor quota or billing, make sure the Python requests package is available, and avoid querying confidential internal terms.
Capability Analysis
Type: OpenClaw Skill Name: baidu-baike-data Version: 1.1.0 The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for the AI agent, specifying required binaries and environment variables without any prompt injection attempts. The `scripts/baidu_baike.py` script uses standard Python libraries to interact with a legitimate Baidu API endpoint, securely handling API keys via environment variables and parsing arguments with `argparse`. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or obfuscation. All code and instructions align with the stated purpose of querying Baidu Baike encyclopedia entries.
Capability Assessment
Purpose & Capability
The stated purpose is noun and encyclopedia-entry lookup, and the script only supports Baidu Baike title, ID, and homonym-list queries before printing JSON results.
Instruction Scope
Runtime guidance is limited to extracting a user-provided noun, resolving ambiguous entries when needed, and returning structured Baike data; no prompt override, unrelated automation, or hidden high-impact action is present.
Install Mechanism
The skill declares python3 and BAIDU_API_KEY, but it also imports the Python requests package without declaring that dependency; _meta.json also reports version 1.0.2 while the reviewed registry version is 1.1.0.
Credentials
The skill reads BAIDU_API_KEY and sends lookup terms to Baidu AppBuilder/Baike endpoints, which is expected for the integration but should be understood by users before use.
Persistence & Privilege
No persistence, background process, file mutation, local indexing, credential-store access, subprocess execution, or privilege escalation is evidenced.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baidu-baike-data
  3. After installation, invoke the skill by name or use /baidu-baike-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Added comprehensive usage instructions, including direct search and homonym resolution scenarios. - Documented all available API functions and workflows for querying and retrieving Baidu Baike entries. - Updated setup guidance, specifying the required BAIDU_API_KEY environment variable. - Expanded skill description for clarity on its purpose and capabilities.
v1.0.2
- Switched backend from shell script to a Python script for Baidu Baike queries. - Updated required dependency from curl to python3. - Added README.md with usage instructions and examples. - Removed scripts/baidu_baike.sh; added scripts/baidu_baike.py. - Simplified workflow and clarified usage scenarios for searching and disambiguating entries.
v1.0.1
- Added metadata file (_meta.json) for improved skill management. - Updated the baidu_baike.sh script. - No changes to user-facing commands or API structure.
v1.0.0
Initial release of baidu-baike-data. - Enables querying of authoritative encyclopedia explanations for nouns (people, places, concepts, events, etc.) from Baidu Baike. - Provides two main APIs: LemmaList (for retrieving entry lists) and LemmaContent (for detailed entry content). - Supports querying by entry name (lemmaTitle) or ID (lemmaId). - Requires curl and a BAIDU_API_KEY environment variable for operation. - Includes example shell scripts for basic and advanced queries.
Metadata
Slug baidu-baike-data
Version 1.1.0
License
All-time Installs 373
Active Installs 64
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 11080 downloads so far.

How do I install baidu baike search?

Run "/install baidu-baike-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is baidu baike search free?

Yes, baidu baike search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does baidu baike search support?

baidu baike search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created baidu baike search?

It is built and maintained by ide-rea (@ide-rea); the current version is v1.1.0.

💬 Comments