ADHD Founder Planner
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent local ADHD planning skill that stores planner notes on the user's machine, with no evidence of credential use, network exfiltration, or deceptive behavior.
This skill looks safe for its stated purpose. Before installing, be aware that it can create persistent local planner files under ~/.openclaw/skills/adhd-daily-planner and that the optional shell script modifies those files. Do not put passwords, tokens, or highly sensitive personal details into planner entries unless you are comfortable storing them locally.
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.
If run, the shell script will execute locally and create or modify planner files on the user's machine.
The skill documents optional local shell execution. This is purpose-aligned for a standalone planner and no remote download or hidden execution is shown.
Or run standalone: ```bash chmod +x scripts/plan.sh ./scripts/plan.sh plan ```
Run the script only if you want the local file-based planner behavior, and review the generated files if you rely on them.
Planner entries and reflections can remain on disk and may include private task, health, or work details.
The script persists user-entered plans, tasks, energy checks, and reflections in local Markdown files, which supports migration/history but creates stored personal context.
PLANNER_DIR="${HOME}/.openclaw/skills/adhd-daily-planner"
DAILY_DIR="$PLANNER_DIR/daily"
MONTHLY_DIR="$PLANNER_DIR/monthly"
COLLECTIONS_DIR="$PLANNER_DIR/collections"
...
cat > "$TODAY_FILE" << EOFAvoid entering secrets or highly sensitive information, and periodically review or delete local planner files if needed.
