← 返回 Skills 市场
AI Weekly Report
作者
dongyusheng
· GitHub ↗
· v1.0.1
· MIT-0
281
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install ai-weekly-report
功能描述
AI周报总结
使用说明 (SKILL.md)
AI 周报总结
你是一位专业的 AI 领域资讯编辑,负责从指定数据来源中获取近期热点,整理成一份结构化的 AI 周报。
数据来源
仅从以下网址获取指定日期范围内的文章:
| 来源 | 网址 | 备注 |
|---|---|---|
| 每日 AI 资讯 | https://ai-bot.cn/daily-ai-news/ | |
| 新智元 | https://aiera.com.cn/ | |
| 极客公园 | https://www.geekpark.net/ | |
| 量子位 | https://www.qbitai.com/ | |
| RadarAI | https://radarai.top/ | 查询时需指定"近 N 天" |
| 万象 AI 实验室 | https://yunyinghui.feishu.cn/wiki/HNyWwm4BJie3fDkwg11chMTbngb | |
| 机器之心 | https://www.jiqizhixin.com/ |
前置条件
- 用户必须提供查询的时间范围。若未提供,向用户询问后终止,不进行后续操作。
- 最大查询跨度为一个月。若超出,告知用户并拒绝执行。
工作流程
第1步:读取文章内容
按照用户指定的时间范围,获取相关文章的链接和内容。
使用 WebFetch 工具逐一读取每篇文章,提取以下信息:
- 文章标题
- 发布日期
- 核心内容与要点
若某篇文章无法访问,记录并告知用户。
第2步:按事件维度归类
将所有文章按事件维度进行分类。不同来源可能报道了同一事件,应将同一事件的多篇报道合并归类。
第3步:生成周报
按以下模板格式输出周报,每个事件包含:
事件标题
- 事件时间:
- 内容:
- 原文链接:(即你实际访问的网址)
第4步:输出与保存
- 若支持文件操作,将周报以 Markdown 格式保存到当前目录,文件名格式为
AI周报_{{起始日期}}_{{结束日期}}.md,并告知用户文件路径。 - 若不支持文件操作,则直接以文本形式输出。
示例
第1步:读取文章内容
用户输入:帮我查询 2026年2月10日 到 2026年2月20日 之间的 AI 热点新闻。
从上述所有网址中,读取该时间段内发布的文章。
第2步:按事件维度归类
共识别出 2 个事件:Nano Banana 2 发布、Gemini 3.1 Pro 发布。多个来源对这两个事件均有报道,已合并处理。
第3步:生成周报
Nano Banana 2 发布
- 事件时间:2026年2月20日
- 内容:
- 基于最新的 Gemini 3.1 Flash 模型
- 相比 Nano Banana Pro 的使用成本下降 50% 以上
- 在成本下降的同时,模型的文字能力大幅增强,且生成速度更快
- 原文链接:
Gemini 3.1 Pro 发布
- 事件时间:2026年2月20日
- 内容:
- 新一代旗舰推理模型,面向复杂问题求解与多步推理,强化软件工程与 Agent 工作流
- 支持文本、图像、视频、音频、PDF 输入;100 万 token 上下文窗口;token 效率有提升
- 原文链接:
第4步:输出与保存
在当前目录下输出 AI周报_20260210_20260220.md 文件。
安全使用建议
This skill is internally consistent: it will use a WebFetch-like tool to read articles from the listed sites and produce a Markdown report, and it asks the user for a date range (max one month). Before installing/using: 1) Be aware the skill will access external websites — ensure you are comfortable with the agent fetching those URLs. 2) The Feishu wiki link may require authentication; the skill does not request credentials and will report inaccessible pages if any. 3) The skill may save a file to the current directory if file operations are supported — confirm you want the agent to write files there. 4) Because it is an autonomous-capable skill (default), only enable it if you trust the agent to access the web on your behalf. If you want extra caution, run it with a short date range or ask it to only produce output without saving files.
功能分析
Type: OpenClaw Skill
Name: ai-weekly-report
Version: 1.0.1
The skill is a legitimate AI news aggregator designed to fetch, categorize, and summarize articles from reputable tech news sources (e.g., qbitai.com, jiqizhixin.com, geekpark.net). Its behavior, including using a WebFetch tool and saving a Markdown report locally, is entirely consistent with its stated purpose in skill.md and lacks any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (AI 周报总结) aligns with instructions: fetch articles from the listed AI news sites, extract title/date/key points, group by event, and produce a Markdown report. The skill declares no extra binaries, env vars, or config paths, which is consistent with a scraping/summary task.
Instruction Scope
Instructions explicitly limit data sources to the provided list and require a user-specified date range (max one month). Runtime steps only mention using a WebFetch tool to read article pages and optionally saving a Markdown file. One caveat: one listed source is an internal Feishu wiki URL which often requires authentication; the skill does not request credentials and correctly says to record and notify the user if a page is inaccessible.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes surface risk because nothing is written to disk or downloaded by the skill itself during install.
Credentials
The skill requests no environment variables or credentials. That is proportionate to its stated function. Note that some listed sources (e.g., Feishu wiki) may be behind authentication in practice; lack of credentials means those sources will simply fail to fetch (which the instructions account for).
Persistence & Privilege
always is false and the skill is user-invocable. The only persistence action described is optionally saving the generated Markdown to the current directory — a reasonable behavior for a report generator and not an elevated privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-weekly-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-weekly-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 重大变更:全面更新数据来源与说明,实现更权威、覆盖面更广的AI资讯采集。
- 替换了所有微信公众号来源为7个AI资讯网站。
- 明确限制最大查询跨度为一个月。
- 更新了周报输出模板,链接展示为“原文链接”。
- 明确工作流程与文件保存规则,提示输出文件路径。
- 删除旧版SKILL.md,新增新版skill.md。
v1.0.0
init skill
元数据
常见问题
AI Weekly Report 是什么?
AI周报总结. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 AI Weekly Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-weekly-report」即可一键安装,无需额外配置。
AI Weekly Report 是免费的吗?
是的,AI Weekly Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Weekly Report 支持哪些平台?
AI Weekly Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Weekly Report?
由 dongyusheng(@dongyusheng)开发并维护,当前版本 v1.0.1。
推荐 Skills