AI开发者日报

PassAudited by ClawScan on May 13, 2026.

Overview

This is a coherent news-digest skill; the main thing to notice is that it can create a daily scheduled message to the current chat.

This skill appears safe for its stated purpose. Before enabling scheduled delivery, confirm that the cron target is the chat where you want the digest and remember to disable or remove the cron job if you stop using it.

Findings (1)

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.

What this means

After setup, the skill may continue sending the daily digest to the selected chat until the cron task is changed or removed.

Why it was flagged

The setup instructions create a daily scheduled OpenClaw task that posts to the detected current channel/user. This is disclosed and matches the daily news purpose, but it is persistent automation.

Skill content
openclaw cron add ... --cron "0 8 * * *" ... --channel <当前渠道> ... --to <当前用户>
Recommendation

Only run the setup if you want recurring messages, verify the target channel/user, and use cron management commands to review or remove the schedule when no longer needed.