Guangzhou Daily News
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a benign public-news formatting skill, with minor user-notice items around scheduled pushes and manual dependency installation.
Before installing, make sure you want any twice-daily scheduled news notifications, review the cron settings if they exist, and install the Python dependencies only from a trusted environment. The provided code appears scoped to saving public news summaries under ~/News and does not show credential theft, exfiltration, or destructive behavior.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing packages may add third-party code to the local Python environment.
The setup documentation asks the user to install unpinned third-party Python packages. This is expected for a Python web-scraping helper, but users should install from a trusted package source and environment.
pip3 install requests beautifulsoup4
Install dependencies only from trusted sources, preferably in a virtual environment, and pin versions if reproducibility matters.
If scheduled tasks are actually configured, the skill may fetch news and send notifications twice per day without a fresh manual request each time.
The skill documentation describes recurring automatic execution and push behavior. This matches the news-alert purpose, but it is persistent behavior users should be aware of.
已配置每天两个时间段自动获取并推送:... 09:00 ... 18:00
Confirm the OpenClaw cron/schedule settings after installation and disable or adjust the schedule if recurring news pushes are not desired.
