← Back to Skills Marketplace
dongyusheng

AI Weekly Report

by dongyusheng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
281
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install ai-weekly-report
Description
AI周报总结
README (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 发布

Gemini 3.1 Pro 发布

第4步:输出与保存

在当前目录下输出 AI周报_20260210_20260220.md 文件。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-weekly-report
  3. After installation, invoke the skill by name or use /ai-weekly-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 重大变更:全面更新数据来源与说明,实现更权威、覆盖面更广的AI资讯采集。 - 替换了所有微信公众号来源为7个AI资讯网站。 - 明确限制最大查询跨度为一个月。 - 更新了周报输出模板,链接展示为“原文链接”。 - 明确工作流程与文件保存规则,提示输出文件路径。 - 删除旧版SKILL.md,新增新版skill.md。
v1.0.0
init skill
Metadata
Slug ai-weekly-report
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is AI Weekly Report?

AI周报总结. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install AI Weekly Report?

Run "/install ai-weekly-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI Weekly Report free?

Yes, AI Weekly Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI Weekly Report support?

AI Weekly Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Weekly Report?

It is built and maintained by dongyusheng (@dongyusheng); the current version is v1.0.1.

💬 Comments