← Back to Skills Marketplace
qisee

weekly-ai-news

by qisee · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weekly-ai-news
Description
每周AI前沿动态生成工具。自动抓取 RSS 订阅源的 AI 新闻,筛选应用向内容(剔除技术性太高的内容),生成旧报纸风格的 HTML 简报,支持发送到飞书。使用场景:每周一自动/手动生成上周 AI 应用动态周报,以复古报纸形式呈现并推送到飞书。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weekly-ai-news
  3. After installation, invoke the skill by name or use /weekly-ai-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布,推出每周AI前沿动态自动生成工具。 - 自动抓取多家主流科技媒体RSS源,智能筛选AI应用新闻。 - 支持以旧报纸风格(复古多栏排版)生成HTML简报。 - 提供一键推送AI周报至飞书的功能。 - 内置命令行参数支持自定义输出路径、时间范围和分步执行。 - 适合每周一自动/手动生成与推送AI应用动态周报。
Metadata
Slug weekly-ai-news
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is weekly-ai-news?

每周AI前沿动态生成工具。自动抓取 RSS 订阅源的 AI 新闻,筛选应用向内容(剔除技术性太高的内容),生成旧报纸风格的 HTML 简报,支持发送到飞书。使用场景:每周一自动/手动生成上周 AI 应用动态周报,以复古报纸形式呈现并推送到飞书。 It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install weekly-ai-news?

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

Is weekly-ai-news free?

Yes, weekly-ai-news is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does weekly-ai-news support?

weekly-ai-news is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created weekly-ai-news?

It is built and maintained by qisee (@qisee); the current version is v1.0.0.

💬 Comments