← 返回
安全合规 Key

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.
百度百科组件是一款知识服务工具,用于查询各类名词的权威百科解释。其核心功能是根据用户输入的特定名词(如人物、地点、概念等),返回来自百度百科的标准化详细词条释义。
jlpjavawayup
安全合规 clawhub v1.0.1 1 版本 99351.2 Key: 需要
★ 1
Stars
📥 3,349
下载
💾 33
安装
1
版本
#latest

概述

Baidu Baike

This skill allows OpenClaw agents to search detailed entry explanations via Baidu Baike .

Setup

  1. API Key: Ensure the BAIDU_API_KEY environment variable is set with your valid API key.
  2. Environment: The API key should be available in the runtime environment.

API table

namepathdescription
------------------------------------------------------------------------------------
LemmaList/v2/baike/lemma/get_list_by_titleQuery 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_contentQuery 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

Workflow

  1. The skill only supports searching for detailed knowledge explanations of objectively existing things such as (things, people, place names, concepts, events), etc. Therefore, please extract such nouns before calling
  2. The script makes a GET request to the Baidu Baike Search API
  3. The API returns structured search results with lemma_id, desc, url, lemma summary, videos, relations and knowledge, if the "noun" is a well-known person or thing, the associated person or thing of this noun will be returned
  4. If the content queried based on the default term name is inaccurate, you can first query the term list by the LemmaList API, and then select the term ID that meets the requirements from the list to query the term content by LemmaContent API

APIS

LemmaList API

Parameters

  • lemma_title: The search entry name
  • top_k: Number of results to return (default: 5)

Example Usage

curl -XGET 'https://appbuilder.baidu.com/v2/baike/lemma/get_content?lemma_title=刘德华' \
-H 'Authorization: Bearer BAIDU_API_KEY'

LemmaContent API

Parameters

  • search_type: The type of search, optional values include: "lemmaTitle", "lemmaId"
  • search_key: The search key, either the entry name or entry ID

Example Usage

curl -XGET 'https://appbuilder.baidu.com/v2/baike/lemma/get_content?search_type=lemmaTitle&search_key=刘德华' \
-H 'Authorization: Bearer BAIDU_API_KEY'

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 12:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,581
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,694
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,127