baidu-searchSearch the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Install via ClawdBot CLI:
clawdbot install ide-rea/baidu-searchSearch the web via Baidu AI Search API.
python3 skills/baidu-search/scripts/search.py '<JSON>'
| Param | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| query | str | yes | - | Search query |
| edition | str | no | standard | standard (full) or lite (light) |
| resource_type_filter | list[obj] | no | web:20, others:0 | Resource types: web (max 50), video (max 10), image (max 30), aladdin (max 5) |
| search_filter | obj | no | - | Advanced filters (see below) |
| block_websites | list[str] | no | - | Sites to block, e.g. ["tieba.baidu.com"] |
| search_recency_filter | str | no | - | Time filter: week, month, semiyear, year |
| safe_search | bool | no | false | Enable strict content filtering |
| Param | Type | Description |
|-------|------|-------------|
| match.site | list[str] | Limit search to specific sites, e.g. ["baike.baidu.com"] |
| range.pageTime | obj | Date range for page_time field (see below) |
Fixed date: YYYY-MM-DD
Relative time (from current day): now-1w/d, now-1M/d, now-1y/d
| Operator | Meaning |
|----------|---------|
| gte | Greater or equal (start) |
| lte | Less or equal (end) |
# 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}]
}'
Fully functional.
Generated Mar 1, 2026
Businesses can use this skill to gather real-time market intelligence by searching for competitor news, product launches, and industry trends on Chinese websites. It helps in analyzing consumer sentiment and tracking regulatory updates specific to the Chinese market.
Researchers and students can leverage Baidu's extensive Chinese-language resources to find academic papers, technical documentation, and scientific studies. The time and site filters enable precise retrieval of recent publications from specific domains like universities or research institutes.
Media companies and content creators can automate the collection of up-to-date news articles, videos, and images from Chinese sources. By filtering by recency and blocking unwanted sites, they can compile relevant content for reports, newsletters, or social media feeds.
Tech firms expanding into China can search for user feedback, reviews, and local trends to inform product features and localization efforts. The resource type filter allows focusing on web content or videos to understand consumer preferences and cultural nuances.
Legal teams can track regulatory changes, court rulings, and compliance updates from Chinese government and news sites. Using site filters to limit searches to official sources ensures accurate and timely information for risk assessment and policy adaptation.
Offer tiered subscription plans for businesses to access the Baidu search skill, with pricing based on query volume and advanced features like custom filters. This model provides recurring revenue and can include premium support for enterprise clients.
Develop customized versions of the skill integrated into clients' internal tools or customer-facing platforms, such as market research dashboards or content management systems. Revenue comes from one-time development fees and ongoing maintenance contracts.
Use the skill to collect search data, analyze trends, and sell reports or insights to industries like finance or marketing. This adds value by processing raw search results into actionable intelligence, leveraging filters for targeted data extraction.
๐ฌ Integration Tip
Ensure the BAIDU_API_KEY environment variable is set and test with simple queries first to verify connectivity before implementing advanced filters.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.