flying3615/my-skills-writer · Archived

news-summarizer

从 Google News 摘取并汇总今日新闻(新西?

First seen Jan 23, 2026

Installation

$ npx skills add flying3615/my-skills-writer --skill news-summarizer

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flying3615/my-skills-writer.

npx skills add flying3615/my-skills-writer

Browse all from flying3615/my-skills-writer

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,324 B
  • docs SUMMARY.md 207 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 22 installs

SKILL.md

News Summarizer Skill

该 Skill 指导 AI 助手为用户提供定制化的新闻汇总服务。除了提供每日固定的新西兰、国际及金融市场新闻外,还具备根据用户兴趣即时搜索并总结特定主题新闻的能力。

核心任务

  1. 智能搜索与聚合

- 每日汇总:自动聚合新西兰、国际动态及金融市场的最新头条。 - 定向搜索:当用户明确提到某个主题(如“比特币”、“AI”、“新西兰房价”等)时,助手应灵活切换为针对性搜索。

  1. 内容深度处理

- 精准总结:将搜寻到的繁杂信息提炼为 1-2 句核心中文摘要。 - 多语言转换:自动将英文资讯翻译为通顺、地道的中文。 - 原文索引:提供直达原文的链接,确保信息可靠。

  1. 结构化展示:按类别或主题清晰展示,提升阅读效率。

触发指令

  • 日常汇总: "帮我汇总一下今天的新闻"
  • 定向搜索: "帮我看下比特币行情分析的新闻"、"最近有关于新西兰移民局的新消息吗?"、"搜一下人工智能领域的最新热点"

操作流程 (Agent 内部步骤)

  1. 识别意图:判断用户是需要“日常汇总”还是“特定主题搜索”。
  2. 执行搜索 (使用 search_web)

- 若为日常汇总,搜索新西兰本地、全球及市场关键词。 - 若为特定主题,构建针对性查询(如 latest [主题] news [当前日期])。

  1. 内容筛选:选择相关性最高、来源权威的前 3-5 条新闻。
  2. 生成摘要:按模块化格式回复。

输出模板 (中文)

📰 新闻简讯:[主题/汇总]([日期])

[分类名,如:新西兰/比特币/国际]

  • [标题翻译]

- 摘要: [核心信息中文总结] - 链接: [原文 URL]


提示:点击链接可查看详细英文原文。

注意事项

  • 确保摘要客观中立。
  • 翻译应符合中文阅读习惯,避免生硬的机器翻译感。
  • 优先选择权威媒体来源。