← 返回
未分类 Key

Baidu Search 1.1.3

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
使用百度AI搜索引擎(BDSE)搜索网页,获取实时信息、文档或研究资料。
andy27725 andy27725 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 949
下载
💾 21
安装
1
版本
#latest

概述

Baidu Search

Search the web via Baidu AI Search API.

Prerequisites

API Key Configuration

This skill requires a BAIDU_API_KEY to be configured in OpenClaw.

If you don't have an API key yet, please visit:

https://console.bce.baidu.com/ai-search/qianfan/ais/console/apiKey

For detailed setup instructions, see:

references/apikey-fetch.md

Usage

python3 skills/baidu-search/scripts/search.py '<JSON>'

Request Parameters

ParamTypeRequiredDefaultDescription
---------------------------------------------
querystryes-Search query
countintno10Number of results to return, range 1-50
freshnessstrnoNullTime range, two formats: format one is ”YYYY-MM-DDtoYYYY-MM-DD“, and format two includes pd, pw, pm, and py, representing the past 24 hours, past 7 days, past 31 days, and past 365 days respectively

Examples

# Basic search
python3 scripts/search.py '{"query":"人工智能"}'

# Freshness first format "YYYY-MM-DDtoYYYY-MM-DD" example
python3 scripts/search.py '{
  "query":"最新新闻",
  "freshness":"2025-09-01to2025-09-08"
}'

# Freshness second format pd、pw、pm、py example
python3 scripts/search.py '{
  "query":"最新新闻",
  "freshness":"pd"
}'

# set count, the number of results to return
python3 scripts/search.py '{
  "query":"旅游景点",
  "count": 20,
}'

Current Status

Fully functional.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 06:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Feishu Wiki Andy27725

andy27725
飞书知识库导航。当用户提及知识库、wiki或wiki链接时激活。
★ 0 📥 615

Clawhub Local

andy27725
使用 ClawHub CLI 在 clawhub.com 上搜索、安装、更新和发布智能体技能。适用于需要即时获取新技能或同步已安装技能的场景。
★ 0 📥 2,558

Memos Memory Guide Local

andy27725
{"answer": "使用 MemOS Lite 记忆系统搜索并利用用户过往对话。当用户提及过往聊天或个人偏好时,请使用此技能。"}
★ 0 📥 697