Agents Refresh MD v1.1.2 πΎ
PassAudited by ClawScan on May 1, 2026.
Overview
This is a transparent memory-refresh skill, but it will create or use a scheduled task that reads personal/workspace memory files and updates memory notes.
Install this only if you want scheduled memory continuity. Before enabling the cron refresh, review the local markdown files it reads, keep secrets out of memory files, check MEMORY.md updates periodically, and disable the scheduled job if you do not want persistent context maintenance.
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.
The agent may preserve and reuse details, decisions, or instructions from local memory files across future sessions.
The skill reads identity/user/memory markdown and writes persistent memory files, so inaccurate or unsafe content in those files could be carried into future context.
permissions: - read: ["AGENTS.md", "SOUL.md", "IDENTITY.md", "USER.md", "memory/*.md", "HEARTBEAT.md"] - write: ["MEMORY.md", "HEARTBEAT.md"]
Review AGENTS.md, IDENTITY.md, SOUL.md, USER.md, memory logs, and MEMORY.md for sensitive or untrusted content before enabling scheduled refreshes.
The refresh can run later without the user manually re-opening the skill, updating memory context on a schedule.
The skill instructs adding a daily scheduled refresh job. This creates persistent agent activity, but it is disclosed and aligned with the memory-refresh purpose.
cron action=add job='{"name":"agents-refresh-daily","schedule":{"kind":"cron","expr":"0 6 * * *"Only add the cron job if you want ongoing memory maintenance; remove or disable the scheduled job if you want refreshes to be manual only.
