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 技术、AI 社区)。当用户询问最新新闻、AI 动态、行业资讯时使用。
$ npx -y skills add countbot-ai/CountBot --skill news --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/newsContext preview
The summary Claude sees to decide when to auto-load this skill.
新闻与资讯查询。获取中文新闻和全球 AI 技术资讯,支持按分类查询(时政、财经、科技、社会、国际、体育、娱乐、AI 技术、AI 社区)。当用户询问最新新闻、AI 动态、行业资讯时使用。
name: news description: 新闻与资讯查询。获取中文新闻和全球 AI 技术资讯,支持按分类查询(时政、财经、科技、社会、国际、体育、娱乐、AI 技术、AI 社区)。当用户询问最新新闻、AI 动态、行业资讯时使用。 homepage: https://github.com/countbot-ai/CountBot
通过 RSS 源和网页抓取获取中文新闻和全球 AI 资讯,支持多分类、关键词过滤。
此技能开箱即用,无需 API Key。
# 获取热点新闻(默认) python skills/news/scripts/news.py hot # AI新闻资讯查询 python skills/news/scripts/news.py category --cat ai --limit 20 # 按分类查询 python skills/news/scripts/news.py category --cat tech python skills/news/scripts/news.py category --cat finance python skills/news/scripts/news.py category --cat ai python skills/news/scripts/news.py category --cat ai-community # 关键词搜索 python skills/news/scripts/news.py hot --keyword AI python skills/news/scripts/news.py category --cat ai --keyword GPT # 控制摘要长度(默认 100 字符) python skills/news/scripts/news.py category --cat ai --detail 500 # 显示 500 字符摘要 python skills/news/scripts/news.py category --cat ai --detail -1 # 显示全文 python skills/news/scripts/news.py category --cat ai --detail 0 # 不显示摘要 # 指定返回条数 python skills/news/scripts/news.py hot --limit 20 # JSON 格式输出(包含完整正文,不截断) python skills/news/scripts/news.py hot --json # 查看所有支持的分类和来源 python skills/news/scripts/news.py sources
| 分类 | 参数值 | 来源 | |------|--------|------| | 热点要闻 | `hot` | 人民网、新华网、澎湃新闻 | | 时政 | `politics` | 人民网时政、新华网政务 | | 财经 | `finance` | 新浪财经、东方财富 | | 科技 | `tech` | 36氪、IT之家 | | 社会 | `society` | 中国新闻网、澎湃新闻 | | 国际 | `world` | 环球网、参考消息 | | 体育 | `sports` | 新浪体育、虎扑 | | 娱乐 | `entertainment` | 新浪娱乐 |
| 分类 | 参数值 | 来源 | |------|--------|------| | AI 技术 | `ai` | MIT Tech Review、OpenAI Blog、Google AI Blog、DeepMind Blog、Latent Space、Interconnects、One Useful Thing、KDnuggets | | AI 社区 | `ai-community` | AI News Daily、Sebastian Raschka、Hacker News、Product Hunt |
AI 源说明:
用户说"今天有什么新闻":
python skills/news/scripts/news.py hot --limit 10
用户说"最近 AI 有什么新动态":
python skills/news/scripts/news.py category --cat ai --limit 10
用户说"有什么新的 AI 产品":
python skills/news/scripts/news.py category --cat ai-community --limit 10
用户说"搜一下关于 GPT 的新闻":
python skills/news/scripts/news.py category --cat ai --keyword GPT --limit 15
用户想深入阅读某篇文章:
# 使用 --detail -1 获取 RSS 全文内容 python skills/news/scripts/news.py category --cat ai --keyword "关键词" --detail -1 --limit 5 # 或使用 --json 获取完整 JSON(含全文) python skills/news/scripts/news.py category --cat ai --keyword "关键词" --json --limit 5
获取新闻后,整理为简洁的列表返回给用户,包含标题、来源和链接。英文内容可适当翻译摘要。
当用户想详细了解某篇新闻时,按以下优先级获取全文:
1. **首选:`--detail -1` 或 `--json`** — 直接从 RSS 源获取全文内容,无需额外网络请求 2. **备选:`web_fetch`(仅限中文新闻源)** — 人民网、新华网、澎湃新闻、36氪等中文站点通常允许抓取 3. **不要对 AI 类源使用 `web_fetch`** — OpenAI Blog、MIT Tech Review、Google AI Blog、DeepMind Blog 等网站会返回 403/404,无法抓取
更适配中文用户的轻量开源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 团队、调整成员分工、修改依赖关系、开关技能系统、设置团队专属模型时使用。
百度 AI 搜索。支持网页搜索、百度百科、秒懂百科、AI 智能生成四种模式。自动包含当前日期上下文。当用户要求搜索信息、查询百科、获取最新资讯、搜索新闻、查找资料时使用。
基于腾讯 SkillHub 搜索、安装和管理技能。用户提到“找技能”“安装 skill”“扩展功能”“启用/禁用 skill”“删除 skill”“安装 SkillHub CLI”时优先使用。