Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
countbot-ai avatar

Baidu Search

  • 1.8k installs
  • 760 repo stars
  • Updated July 15, 2026
  • countbot-ai/countbot

baidu-search is an agent skill that 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。.

About

百度 AI 搜索 支持网页搜索 百度百科 秒懂百科 AI 智能生成四种模式 自动包含当前日期上下文 当用户要求搜索信息 查询百科 获取最新资讯 搜索新闻 查找资料时使用 name baidu-search description 百度 AI 搜索 支持网页搜索 百度百科 秒懂百科 AI 智能生成四种模式 自动包含当前日期上下文 当用户要求搜索信息 查询百科 获取最新资讯 搜索新闻 查找资料时使用 homepage https github com countbot-ai CountBot 百度 AI 搜索 基于百度千帆平台的 AI 搜索服务 支持多种搜索模式 配置 编辑 skills baidu-search scripts config json 填写 API Key json api_key bce-v3 YOUR_API_KEY_HERE API Key 从 百度千帆平台 https console bce baidu com qianfan ais console onlineService 获取 命令行调用 bash 网页搜索 默认 python3 skills baidu-search scripts search py 搜索关键词 JSON 输出 推荐 AI 使用 python3 skills baidu-search scripts search py 人工智能最新进展 json 限制结果数 python3 skills baidu-search scripts search py Python教程 limit 5 站点过滤 python3 skills baidu-search scripts search py 天气预报 sites weather com cn 时间过滤 week month semiyear year python3 skills baidu-search scripts search py AI新闻 recency week 百度百科 python3 skills baidu-search scripts search py 人工智能 api-type baike 秒懂百科 视频 python3 skills baidu-search scripts search py 深度学习 api-type miaodong_baike AI 智能生成 python3 skills baidu-search scripts search py 什么是人工智能 api-type ai_chat API 类型 类型 说明 web_search 网页搜索

  • 时间过滤(week/month/semiyear/year)
  • 自动包含当前日期上下文,方便处理时效性查询
  • 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
  • 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
  • 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

Baidu Search by the numbers

  • 1,781 all-time installs (skills.sh)
  • +7 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #274 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

baidu-search capabilities & compatibility

Capabilities
时间过滤(week/month/semiyear/year) · 自动包含当前日期上下文,方便处理时效性查询 · 百度 ai 搜索。支持网页搜索、百度百科、秒懂百科、ai 智能生成四种模式。自动包含当前日期上下
Use cases
documentation
From the docs

What baidu-search says it does

--- name: baidu-search description: 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。 homepage: https://github.com/countbot-
SKILL.md
npx skills add https://github.com/countbot-ai/countbot --skill baidu-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.8k
repo stars760
Security audit2 / 3 scanners passed
Last updatedJuly 15, 2026
Repositorycountbot-ai/countbot

What problem does baidu-search solve for developers using this skill?

百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

Who is it for?

Developers who need baidu-search patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

What you get

Actionable workflows and conventions from SKILL.md for baidu-search.

  • JSON search results
  • Baike encyclopedia content
  • AI chat responses

By the numbers

  • Exposes 4 Baidu API endpoints
  • Default search mode is web_search

Files

SKILL.mdMarkdownGitHub ↗

百度 AI 搜索

基于百度千帆平台的 AI 搜索服务,支持多种搜索模式。

配置

编辑 skills/baidu-search/scripts/config.json,填写 API Key:

{
  "api_key": "bce-v3/YOUR_API_KEY_HERE"
}

API Key 从 百度千帆平台 获取。

命令行调用

# 网页搜索(默认)
python3 skills/baidu-search/scripts/search.py "搜索关键词"

# JSON 输出(推荐 AI 使用)
python3 skills/baidu-search/scripts/search.py "人工智能最新进展" --json

# 限制结果数
python3 skills/baidu-search/scripts/search.py "Python教程" --limit 5

# 站点过滤
python3 skills/baidu-search/scripts/search.py "天气预报" --sites weather.com.cn

# 时间过滤(week/month/semiyear/year)
python3 skills/baidu-search/scripts/search.py "AI新闻" --recency week

# 百度百科
python3 skills/baidu-search/scripts/search.py "人工智能" --api-type baike

# 秒懂百科(视频)
python3 skills/baidu-search/scripts/search.py "深度学习" --api-type miaodong_baike

# AI 智能生成
python3 skills/baidu-search/scripts/search.py "什么是人工智能" --api-type ai_chat

API 类型

类型说明
web_search网页搜索(默认)
baike百度百科
miaodong_baike秒懂百科(视频)
ai_chatAI 智能搜索生成

注意事项

  • 免费额度:100 次/天
  • 网页搜索查询最长 72 字符
  • 自动包含当前日期上下文,方便处理时效性查询

Related skills

FAQ

What does baidu-search do?

百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

When should I use baidu-search?

百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。

Is baidu-search safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.