Daily Summary
Analysis
This instruction-only skill is coherent for making a daily OpenClaw usage summary, with only purpose-aligned notes about running a local status command and saving a persistent memory file.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
执行命令: ```bash openclaw status --json ```
The skill instructs the agent to run a specific local CLI command to obtain token usage. This is purpose-aligned, but it is still local tool execution that users should be aware of.
- 脚本:`~/.openclaw/workspace/cron_daily_summary.py`
The skill references a workspace script that is not part of the supplied instruction-only package. The artifact does not instruct the agent to run it, so this is a provenance note rather than a concern.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
创建/更新 `memory/YYYY-MM-DD.md` ... 保存文件到 `~/.openclaw/workspace/memory/YYYY-MM-DD.md`
The skill persists the generated daily summary, including token statistics and task-completion information, in the OpenClaw workspace memory path.
