← 返回 Skills 市场
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-ai-news
功能描述
每周AI前沿动态生成工具。自动抓取 RSS 订阅源的 AI 新闻,筛选应用向内容(剔除技术性太高的内容),生成旧报纸风格的 HTML 简报,支持发送到飞书。使用场景:每周一自动/手动生成上周 AI 应用动态周报,以复古报纸形式呈现并推送到飞书。
安全使用建议
This skill appears to do what it says: fetch configured RSS feeds, filter for application-oriented AI news, produce an HTML 'newspaper', and prepare a Feishu-formatted message. Before installing or scheduling it: (1) review the included RSS source list and remove/add feeds you trust; (2) run the scripts manually once (e.g., generate_weekly_report.sh without --send) to inspect output files (news.json, HTML, message.txt) before any automated sending; (3) note the skill does not automatically send to Feishu because no Feishu credentials are requested — you must configure OpenClaw or provide your own send mechanism; (4) consider running in a limited user account or container if you want isolation; (5) be aware of minor correctness issues (date cutoff logic) and resource loads (Google Fonts when opening HTML). No unrelated credential access or hidden network exfiltration was found.
功能分析
Type: OpenClaw Skill
Name: weekly-ai-news
Version: 1.0.0
The skill bundle is a legitimate tool for aggregating AI-related news from reputable RSS feeds (e.g., 36kr, IT之家) and generating a stylized HTML report. The scripts (fetch_rss.py, generate_newspaper.py, etc.) follow standard practices, including basic input sanitization and HTML escaping to prevent XSS. No evidence of data exfiltration, unauthorized network calls, or malicious prompt injection was found; the automation suggestions (cron) are transparent and aligned with the stated purpose of generating weekly reports.
能力评估
Purpose & Capability
Name/description match the included scripts: RSS fetching (fetch_rss.py), HTML generation (generate_newspaper.py), message formatting (format_feishu_msg.py) and a wrapper script (generate_weekly_report.sh). Required binaries (python3, bash) are reasonable and expected for these tasks. No unexplained env vars, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run only the provided scripts and to optionally invoke openclaw message send; scripts fetch only the declared RSS sources and write local output files. Minor notes: (1) the wrapper and README suggest using openclaw message send but the skill does not include automated Feishu API integration (no tokens requested) — sending is manual/through OpenClaw; (2) date-range logic in fetch_rss.py/get_last_monday is somewhat unusual (may produce unexpected cutoff dates depending on weekday), but this is a correctness issue, not a security one; (3) generated HTML imports Google Fonts and embeds a data: SVG background — these cause harmless external resource loads when opening the HTML.
Install Mechanism
There is no install spec (instruction-only install), and provided code files run with python3/bash on disk. No downloads from third‑party URLs during install are present. Risk from installation is low because nothing fetches arbitrary remote code during install.
Credentials
No environment variables, secrets, or config paths are required. The scripts do not attempt to read unrelated credentials. The only external network activity is fetching the declared RSS feed URLs, which is expected for the stated function.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not modify other skills or global agent configuration. It writes output to a user-specified directory (default ~/weekly-ai-news), which is appropriate for this type of tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-ai-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-ai-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布,推出每周AI前沿动态自动生成工具。
- 自动抓取多家主流科技媒体RSS源,智能筛选AI应用新闻。
- 支持以旧报纸风格(复古多栏排版)生成HTML简报。
- 提供一键推送AI周报至飞书的功能。
- 内置命令行参数支持自定义输出路径、时间范围和分步执行。
- 适合每周一自动/手动生成与推送AI应用动态周报。
元数据
常见问题
weekly-ai-news 是什么?
每周AI前沿动态生成工具。自动抓取 RSS 订阅源的 AI 新闻,筛选应用向内容(剔除技术性太高的内容),生成旧报纸风格的 HTML 简报,支持发送到飞书。使用场景:每周一自动/手动生成上周 AI 应用动态周报,以复古报纸形式呈现并推送到飞书。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 weekly-ai-news?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-ai-news」即可一键安装,无需额外配置。
weekly-ai-news 是免费的吗?
是的,weekly-ai-news 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
weekly-ai-news 支持哪些平台?
weekly-ai-news 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weekly-ai-news?
由 qisee(@qisee)开发并维护,当前版本 v1.0.0。
推荐 Skills