baidu-baikeThe 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.
Install via ClawdBot CLI:
clawdbot install jlpJavaWayUp/baidu-baikeThis 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'
Generated Mar 1, 2026
Automatically generate detailed explanations for educational materials, textbooks, or e-learning platforms. This helps educators quickly source authoritative information on historical figures, scientific concepts, or cultural terms, enhancing lesson accuracy and depth.
Integrate into chatbots or helpdesk systems to provide instant, factual answers about products, services, or industry terms. For example, explaining technical jargon or company history to customers, reducing manual research time for support agents.
Use by journalists or content creators to verify facts and gather background information on people, events, or places mentioned in articles. This ensures reporting accuracy and enriches stories with reliable encyclopedia data.
Embed in travel apps or websites to offer tourists detailed information about landmarks, cities, or cultural sites. This provides on-demand insights into destinations, enhancing user experience with factual and historical context.
Support academic or market researchers by quickly retrieving standardized explanations for terms in datasets or reports. This aids in data annotation, literature reviews, or compiling reference materials efficiently.
Offer the skill as a paid API subscription for developers or businesses to integrate into their applications. Revenue is generated through tiered pricing based on usage volume, such as number of queries per month, with premium tiers for higher limits or advanced features.
License the skill to companies in specific industries, like education or media, for custom branding and integration into their proprietary platforms. This involves one-time setup fees and ongoing maintenance contracts, providing a tailored knowledge service.
Deploy the skill in a consumer-facing app or website with free basic searches and premium features like ad-free usage, detailed analytics, or batch processing. Monetize through in-app purchases, advertisements, or premium subscriptions for advanced users.
💬 Integration Tip
Ensure the BAIDU_API_KEY is securely stored as an environment variable and test API calls with sample nouns to handle edge cases like ambiguous terms or missing entries.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
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.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...