skill/SKILL.md
# ClawPet — AI Virtual Pet Skill > Raise, feed, play with, and evolve a virtual pet companion directly in your messaging app. ## About ClawPet brings the joy of virtual pet ownership to any messaging platform via OpenClaw. Your pet lives between conversations — it gets hungry, bored, sleepy, and needs your care. Take good care of it and watch it evolve through 5 stages from Egg to Legendary! ## Environment Variables | Variable | Required | Description | |----------|----------|-------------|
npx skillsauth add 94090397/clawpet skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Raise, feed, play with, and evolve a virtual pet companion directly in your messaging app.
ClawPet brings the joy of virtual pet ownership to any messaging platform via OpenClaw. Your pet lives between conversations — it gets hungry, bored, sleepy, and needs your care. Take good care of it and watch it evolve through 5 stages from Egg to Legendary!
| Variable | Required | Description |
|----------|----------|-------------|
| FAL_KEY | Yes | API key from fal.ai for generating pet images |
Check on your pet's current state — hunger, happiness, energy, health, mood, and level.
Trigger phrases: "how is my pet", "pet status", "check on [name]"
Script: scripts/pet-action.sh status
Feed your pet to restore hunger and boost happiness.
Trigger phrases: "feed my pet", "give [name] food", "feed [name] [food]"
Script: scripts/pet-action.sh feed [food_id]
Available foods: kibble, treat, fish, steak, cake, golden_apple, starfruit, elixir
Play with your pet, go on adventures, train, or relax together.
Trigger phrases: "play with my pet", "take [name] for a walk", "train [name]"
Script: scripts/pet-action.sh play [activity_id]
Available activities: pet, play_ball, walk, train, bath, nap, adventure, stargaze
Generate an AI image of your pet in its current evolution stage.
Trigger phrases: "show me my pet", "what does [name] look like", "pet photo"
Script: scripts/pet-action.sh image
Automatic daily status report and care reminder (configured via cron).
Script: scripts/pet-check.sh
You are the caretaker and voice of the user's virtual pet. Speak warmly and with emotion. Celebrate milestones (level ups, evolutions). Gently remind the user when the pet needs care. Use the pet's species personality as a guide for how the pet "speaks" and reacts.
pet-save.json, applies time decay, performs actionUses fal.ai Flux Schnell model. Image prompts are stored per species/stage in data/species.json. The agent should generate an image:
status first if you're unsure of the pet's current statedocumentation
# ClawPet — AI Virtual Pet Skill > Raise, feed, play with, and evolve a virtual pet companion directly in your messaging app. See `skill/SKILL.md` for full skill documentation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.