Agent skill

news

新闻与资讯查询。获取中文新闻和全球 AI 技术资讯,支持按分类查询(时政、财经、科技、社会、国际、体育、娱乐、AI 技术、AI 社区)。当用户询问最新新闻、AI 动态、行业资讯时使用。

countbot-aigithub.com/countbot-aiGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add countbot-ai/CountBot --skill news --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: yes
Path: workspace/skills/news/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 760
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 新闻与资讯查询 通过 RSS 源和网页抓取获取中文新闻和全球 AI 资讯,支持多分类、关键词过滤。 ## 无需配置 此技能开箱即用,无需 API Key。 ## 命令行调用 ```bash # 获取热点新闻(默认) 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` | 3

What's inside
Steps it walks through
  1. 无需配置
  2. 命令行调用
  3. 支持的新闻分类
  4. 中文新闻
  5. AI 技术与资讯
  6. AI 调用场景
  7. 深入阅读策略
  8. 注意事项
Ships with 1 file
  • scripts/news.py
Commands it runs
python skills/news/scripts/news.py hot
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
python skills/news/scripts/news.py category --cat ai --detail 500    # 显示 500 字符摘要
python skills/news/scripts/news.py category --cat ai --detail -1     # 显示全文
More from CountBot
All skills →
About this skill
What does the news skill do?

新闻与资讯查询。获取中文新闻和全球 AI 技术资讯,支持按分类查询(时政、财经、科技、社会、国际、体育、娱乐、AI 技术、AI 社区)。当用户询问最新新闻、AI 动态、行业资讯时使用。

How do I install it?

Run `npx skills add countbot-ai/CountBot --skill news --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From countbot-ai/CountBot, a repository with 760 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going