Meow Speech
Analysis
This is an instruction-only cat-persona skill, with clearly disclosed opt-in scheduling and external-channel check-in guidance that users should enable deliberately.
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.
Only schedule when the user has opted in. ... Daily bedtime reminder ... run every day at about 22:00
The skill documents recurring host-side scheduled messages, which can persist after the current interaction, but it also clearly requires opt-in and provides limits.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
It may be used to draft messages for supported delivery surfaces such as Feishu or Telegram. ... only when the user has explicitly enabled that behavior.
The skill can prepare or route messages to external chat channels through the host environment, which changes where messages may appear, but the behavior is disclosed and consent-gated.
Store only: proactive_enabled, timezone, preferred_channel, last_user_activity_at, last_proactive_sent_at, pending_idle_job_id, bedtime_job_id
The automation guidance uses persistent host-side state about preferences, channel choice, and activity timing to decide future check-ins.
