Memory Onboarding Wizard
Analysis
This skill mostly creates local memory files, but it also installs a default heartbeat checklist that can prompt future agents to repeatedly check email and calendar without a clear opt-in.
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.
The agent reads this file on every heartbeat poll... Active Checks (rotate through these 2-4x/day)\n\n- [ ] Email — any urgent unread messages?\n- [ ] Calendar — upcoming events in the next 24-48h?\n- [ ] Weather — relevant if your human might go out?
The script's HEARTBEAT.md template creates persistent recurring instructions for future heartbeat polls, including email and calendar checks, which can continue after the initial memory setup and may use sensitive integrations if available.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Your agent will read these files at the start of each session to maintain continuity... USER.md — Asks 3 quick questions (name, timezone, main use case) and writes them
The skill intentionally creates persistent memory/profile files that are reused across sessions; this is purpose-aligned, but users should know that personal context and any later edits may influence future agent behavior.
