国内外社会、科技、军事新闻汇总。自动搜索、筛选、整理新闻要点。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill news-aggregator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of News Aggregator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-news-aggregator)More formats (shields.io, HTML) on the badges page.
---
name: news-aggregator
version: 1.0.3
description: 国内外社会、科技、军事新闻汇总。自动搜索、筛选、整理新闻要点。
license: MIT
---
# News Aggregator
聚合国内外社会、科技、军事新闻,自动筛选要点。
## 新闻源
### 国内科技
- 36氪 (https://36kr.com/information/tech/)
- 机器之心 (https://www.jiqizhixin.com/)
- 量子位 (https://www.1baijia.com/)
- IT之家 (https://www.ithome.com/)
### 国内军事
- 观察者网 (https://www.guancha.cn/)
- 澎湃新闻 (https://www.thepaper.cn/)
- 腾讯军事 (https://new.qq.com/om/mil/)
### 国际科技
- TechCrunch
- The Verge
- Wired
- Ars Technica
### 国际军事
- Defense News
- Jane's Defence
- Military Times
## 工作流
1. **搜索** - 用 tavily 或 web_fetch 搜索各源
2. **筛选** - 过滤重复、过期、不可靠来源
3. **整理** - 按类别整理,每条含标题、来源、要点
4. **输出** - 生成结构化汇总
## 可信度规则
**优先:**
- 官方媒体报道
- 权威机构发布
**谨慎:**
- 论坛帖子
- 匿名消息
- 二手转载
## 输出格式
```markdown
## 科技新闻
1. [标题](链接)
来源:xxx | 时间:xxx
要点:xxx
## 军事新闻
1. [标题](链接)
来源:xxx | 时间:xxx
要点:xxx
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...