baidu-search

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "baidu-search" with this command: npx skills add leileitian/baidu-search-1-1-0

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

七窍玲珑战法 v4.0

融合七窍玲珑×五维共振×量化闭环的完整交易系统。七维确认(1234567)+五维共振(趋势/位置/形态/时间/信号)+标准化五步闭环(分析→计划→执行→风控→复盘)+趋势/震荡双模式。适用于XAU/USD等所有可交易品种。内置九维排查、凯利仓位管理、市场适应性调整。

Registry SourceRecently Updated
Research

Autoresearch.Bak

Autonomous experiment loop for AI agents. Use when the user wants to run systematic experiments — optimizing hyperparameters, searching for better configurat...

Registry SourceRecently Updated
Research

Clone Anywebsite

High-fidelity visual-first web rebuilding from design references. Screenshot-driven analysis, DOM interrogation for exact CSS values, asset inspection (WebGL...

Registry SourceRecently Updated
1490Profile unavailable
Research

jeffli-content-factory

Create complete WeChat Official Account viral articles from a user-provided title by researching high-view YouTube videos, confirming topic/outline with user...

Registry SourceRecently Updated
1830Profile unavailable