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.

What this means

The agent may preserve and reuse details, decisions, or instructions from local memory files across future sessions.

Why it was flagged

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.

Skill content
permissions:
  - read: ["AGENTS.md", "SOUL.md", "IDENTITY.md", "USER.md", "memory/*.md", "HEARTBEAT.md"]
  - write: ["MEMORY.md", "HEARTBEAT.md"]
Recommendation

Review AGENTS.md, IDENTITY.md, SOUL.md, USER.md, memory logs, and MEMORY.md for sensitive or untrusted content before enabling scheduled refreshes.

What this means

The refresh can run later without the user manually re-opening the skill, updating memory context on a schedule.

Why it was flagged

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.

Skill content
cron action=add job='{"name":"agents-refresh-daily","schedule":{"kind":"cron","expr":"0 6 * * *"
Recommendation

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.