Touch The Grass
Analysis
This wellness skill is coherent and disclosed, but it can set daily reminders, create Google Calendar events, and store personal progress/mood data.
Findings (3)
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.
openclaw cron add \ --name "touch-the-grass-daily" \ --cron "0 9 * * *"
The documented setup creates a persistent daily OpenClaw cron reminder. It is disclosed and tied to the skill’s purpose, but it means the skill can prompt the user proactively.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- **Agenda en Google Calendar** — crea eventos con recordatorios para que no se te olvide tocar el pasto
The skill is expected to use a user’s Google Calendar integration to create events. This is purpose-aligned and user-directed, but it is still third-party account mutation.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
El estado del usuario (score, streak, actividades completadas) se guarda en la **memoria del agente**
The skill persists personal progress and mood/activity information in agent memory for later scoring and reminders. This is disclosed and relevant to the feature, but it is personal wellbeing data.
