← 返回
AI智能 Key 中文

Baidu Search 1.1.0

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

概述

Baidu Search

Search the web via Baidu AI Search API.

Usage

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

Request Parameters

ParamTypeRequiredDefaultDescription
---------------------------------------------
querystryes-Search query
editionstrnostandardstandard (full) or lite (light)
resource_type_filterlist[obj]noweb:20, others:0Resource types: web (max 50), video (max 10), image (max 30), aladdin (max 5)
search_filterobjno-Advanced filters (see below)
block_websiteslist[str]no-Sites to block, e.g. ["tieba.baidu.com"]
search_recency_filterstrno-Time filter: week, month, semiyear, year
safe_searchboolnofalseEnable strict content filtering

SearchFilter

ParamTypeDescription
--------------------------
match.sitelist[str]Limit search to specific sites, e.g. ["baike.baidu.com"]
range.pageTimeobjDate range for page_time field (see below)

Date Range Format

Fixed date: YYYY-MM-DD

Relative time (from current day): now-1w/d, now-1M/d, now-1y/d

OperatorMeaning
-------------------
gteGreater or equal (start)
lteLess or equal (end)

Examples

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

# Filter by time and site
python3 skills/baidu-search/scripts/search.py '{
  "query":"最新新闻",
  "search_recency_filter":"week",
  "search_filter":{"match":{"site":["news.baidu.com"]}}
}'

# Resource type filter
python3 skills/baidu-search/scripts/search.py '{
  "query":"旅游景点",
  "resource_type_filter":[{"type":"web","top_k":20},{"type":"video","top_k":5}]
}'

Current Status

Fully functional.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 09:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,525
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,695
developer-tools

Feishu File Sender 1.0.9

leileitian
飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI
★ 0 📥 889