agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
$ npx -y skills add countbot-ai/CountBot --skill baidu-search --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/baidu-searchContext preview
The summary Claude sees to decide when to auto-load this skill.
百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
name: baidu-search description: 百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。 homepage: https://github.com/countbot-ai/CountBot
基于百度千帆平台的 AI 搜索服务,支持多种搜索模式。
编辑 `skills/baidu-search/scripts/config.json`,填写 API Key:
{
"api_key": "bce-v3/YOUR_API_KEY_HERE"
}API Key 从 [百度千帆平台](https://console.bce.baidu.com/qianfan/ais/console/onlineService) 获取。
# 网页搜索(默认) 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
| 类型 | 说明 | |------|------| | `web_search` | 网页搜索(默认) | | `baike` | 百度百科 | | `miaodong_baike` | 秒懂百科(视频) | | `ai_chat` | AI 智能搜索生成 |
更适配中文用户的轻量开源AI Agent | 国产大模型Coding plan支持 | 兼容OpenClaw Skills生态| 已接入微信ClawBot/微博龙虾/飞书/钉钉/QQ/小智AI/Telegram/deepseek-v4。
Repo: countbot-ai/CountBot
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
多智能体团队管理。创建、查看、修改、删除 CountBot 的多智能体团队,管理团队成员(角色)和团队级自定义模型配置。当用户要新建 Pipeline/Graph/Council 团队、调整成员分工、修改依赖关系、开关技能系统、设置团队专属模型时使用。
基于腾讯 SkillHub 搜索、安装和管理技能。用户提到“找技能”“安装 skill”“扩展功能”“启用/禁用 skill”“删除 skill”“安装 SkillHub CLI”时优先使用。
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's…