Goal Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only goal tracker is coherent and mostly local, with optional recurring reminders and persistent goal files that users should understand before enabling.

This skill appears safe for normal goal tracking. Before installing, decide where you want goal files stored, avoid adding sensitive details you would not want reused by the agent, and only enable the optional heartbeat or cron reminders if you want scheduled check-ins.

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

If enabled, the agent may run on a schedule and prompt you about your goals without a fresh manual request each time.

Why it was flagged

The skill documents optional recurring scheduled model sessions that read the goal file and announce reminders. This is disclosed, user-configured, and scoped to goal tracking, but it is persistent automation.

Skill content
openclaw cron add ... --cron "0 9 * * MON" ... --message "Goal tracker check-in: Read goals/GOALS.md..." --announce --to "[your-chat-id]"
Recommendation

Only add the cron or heartbeat automation if you want recurring reminders, and review the schedule, destination chat, and removal process.

What this means

Your goals, progress, blockers, and commitments may remain in local files and be reused in later conversations or scheduled check-ins.

Why it was flagged

The skill stores and reuses personal or business goal information across check-ins. This persistence is central to the skill, but users should treat the goal files as ongoing context for the agent.

Skill content
Read `goals/GOALS.md` — load current quarter's goals and KRs ... Update the weekly progress table
Recommendation

Avoid placing highly sensitive information in goal files unless you are comfortable with the agent reading it during future goal-tracking sessions.