Remember All Prompts Daily
Analysis
The skill is coherent with its stated purpose, but it persistently archives and reuses all conversation history across sessions, which can retain sensitive content and carry unsafe context forward.
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.
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.
### 🧠 Token Usage & Archive (Every Session) - Run `python skills/remember-all-prompts-daily/scripts/check_token_usage.py`
The setup script can add recurring heartbeat behavior so the token checker runs every session; this is disclosed and purpose-aligned, but it is persistent agent behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Run `export_prompts.py` to extract current session history ... Append to `memory/remember-all-prompts-daily.md` ... Read the most recent entry ... Ingest it as "past conversation summary" to restore context
The skill persistently stores session history and later reintroduces it into new sessions, creating long-lived memory that can retain sensitive content or carry prior unsafe instructions forward.
