Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search the web via Baidu AI Search API.
python3 skills/baidu-search/scripts/search.py '<JSON>'
ParamTypeRequiredDefaultDescriptionquerystryes-Search querycountintno10Number of results to return, range 1-50freshnessstrnoNullTime 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
# 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, }'
Fully functional.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.