Wayfound

PassAudited by ClawScan on May 1, 2026.

Overview

Wayfound is a coherent instruction-only self-review skill; the main thing to notice is that it sets up a user-approved daily cron job that reads and writes persistent agent memory.

Install this only if you want your agent to maintain an ongoing self-review habit. Before approving setup, confirm the cron schedule, review where files will be written, and periodically check the generated review files and any SOUL.md or MEMORY.md updates.

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

After setup, the agent can run a daily self-review without the user prompting it each time.

Why it was flagged

This creates a recurring daily agent job. The behavior is disclosed, scoped, and requires explicit user approval, but it is still persistent autonomous activity.

Skill content
openclaw cron add wayfound:daily-review --schedule "0 23 * * *" --isolated --model cheap --low-thinking
Recommendation

Only approve the cron job if you want ongoing self-review, check for duplicate jobs as instructed, and know how to disable the cron job later if you no longer want it.

What this means

Self-generated reviews and updates can shape future sessions, including the agent's behavioral standards in SOUL.md.

Why it was flagged

The skill intentionally stores self-assessments and pattern-derived changes in persistent memory files that may influence future agent behavior.

Skill content
writes a short review to `memory/review-YYYY-MM-DD.md` ... `Update MEMORY.md` ... `Update SOUL.md`
Recommendation

Periodically inspect review files and any MEMORY.md or SOUL.md edits, and require user confirmation for important behavioral changes.