baidu-baike-dataThe 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 ide-rea/baidu-baike-dataQuery 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"
Generated Mar 1, 2026
Used by e-learning platforms to automatically fetch authoritative explanations for terms in study materials, enhancing content accuracy and depth. For example, when a student queries a historical event, the tool retrieves a detailed Baidu Baike entry to supplement lessons.
Integrated into chatbots or help desks to provide instant, standardized answers to customer queries about products, services, or concepts. For instance, in a telecom app, it can explain technical terms like '5G' with reliable encyclopedia data.
Employed by social media or news platforms to verify information and flag misinformation by comparing user-generated content against authoritative Baidu Baike entries. Helps maintain platform credibility and compliance.
Assists researchers or analysts in quickly gathering background information on entities like companies, people, or events for reports or data enrichment. Useful in fields like market research or academic studies.
Used by travel apps or websites to provide detailed descriptions of landmarks, cities, or cultural terms to tourists. For example, when a user searches for a famous site, it returns an encyclopedia entry with historical context.
Monetize by offering the Baidu Baike search functionality as a paid API to developers or businesses, with tiered pricing based on request volume. This model leverages the tool's reliability and integration ease for recurring revenue.
Package the skill into customizable software for specific industries, such as education or customer service, and sell it as a standalone product. This includes licensing fees and support services for tailored deployments.
Collaborate with data providers or platforms to enhance their datasets with Baidu Baike content, charging for data integration and updates. This model targets companies needing enriched information for analytics or AI training.
💬 Integration Tip
Ensure the BAIDU_API_KEY is securely stored as an environment variable and handle ambiguous terms by implementing the homonym resolution workflow for better user experience.
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...
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...
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。