baidu-search

baidu-search is a skill for Claude Code, Codex from countbot-ai/CountBot. It costs 57 tokens per session (522 once invoked), scanned A, original, MIT.

A Chinese-language search tool that can search webpages, Baidu Baike, short encyclopedia videos, or generate an answer from search results.

In plain words
What is it for?
Use it to search Chinese or general web content, look up encyclopedia entries, find explanatory videos, or request an AI-generated search answer.
Why use it?
It gives users several ways to find current information or explanations through Baidu’s search services.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/countbot-ai/countbot/baidu-search
Any agent
npx skills add countbot-ai/CountBot --skill baidu-search
Clone the repo
git clone --depth 1 https://github.com/countbot-ai/CountBot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for baidu-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/countbot-ai/countbot/baidu-search.svg)](https://agentmods.dev/skills/countbot-ai/countbot/baidu-search)
Your own site
<a href="https://agentmods.dev/skills/countbot-ai/countbot/baidu-search"><img src="https://agentmods.dev/badge/skills/countbot-ai/countbot/baidu-search.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00522
Opus 5 $0.00028 $0.00261
Sonnet 5 $0.00011 $0.00104
Haiku 4.5 $0.00006 $0.00052

Measured 6d ago against content hash 7ec89c9e7ace, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

baidu-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/baidu_search_manager.py, scripts/search.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/baidu-search/SKILL.md · 65 lines

What it actually says

百度 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_chat AI 智能搜索生成

注意事项

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

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 65 lines · 57 tokens per session scan A 7ec89c9e7ace

Subscribe to this mod's changes

baidu-search is a skill published in the GitHub repository countbot-ai/CountBot (774 stars, last pushed 2d ago), licensed MIT. It adds 57 tokens to every session and 522 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.