← 返回
未分类 Key 中文

Baidu Search.Bak

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
使用百度AI搜索引擎(BDSE)搜索网页,用于获取实时信息、文档或研究主题
aysun168 aysun168 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 386
下载
💾 2
安装
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-05-03 09:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Self Improving.Bak

aysun168
自我反思 + 自我批评 + 自我学习 + 自我组织记忆。智能体评估自身工作,捕捉错误,永久改进。使用场景:
★ 0 📥 361

Skill Vetter.Bak

aysun168
在安装来自 ClawdHub、GitHub 等来源的技能前,以安全为核心进行审查,检查危险信号和权限范围。
★ 0 📥 332

Tavily Skill.Bak

aysun168
使用 Tavily API 进行实时网络搜索和内容提取。用于:用户需要实时搜索结果、研究或获取当前信息时。
★ 0 📥 312