OpenPet
PassAudited by ClawScan on May 10, 2026.
Overview
OpenPet appears to be a straightforward virtual-pet game; its notable behaviors are disclosed local pet-state storage and scheduled game reminders.
This skill looks safe for a chat-based virtual pet game. Before installing, be aware it may create local pet-state files with user identifiers and may run periodic decay/reminder behavior unless disabled.
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.
Pet state can identify users and may remain on disk after use unless deleted.
The skill maintains persistent local state that includes user identifiers and names so it can track each user's pet.
Pets stored in `tamagotchi/pets/{platform}_{userId}.json` ... "ownerId": "202739061796896768", "platform": "discord", "ownerName": "mattzap"Install only if you are comfortable with local per-user game records; provide a way to clear `tamagotchi/pets/` if users want their pet data removed.
The skill may keep updating pet stats and sending reminders after the initial interaction.
The skill describes recurring background behavior and proactive platform alerts; this is disclosed and aligned with virtual-pet decay/reminder mechanics.
Set up cron job `openpet-tick` every 2 hours ... Alert owner if critical
Make the scheduled tick and alerts opt-in or clearly documented, and provide an easy way to disable them.
