โ† All skills
Tencent SkillHub ยท Communication & Collaboration

OpenPet

Virtual pet (Tamagotchi-style) game for chat platforms. Triggers on pet commands like "feed pet", "pet status", "play with pet", "name pet", "pet sleep", "new pet". Supports multi-user across Discord, WhatsApp, Telegram, etc. Each user gets their own pet that evolves based on care.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Virtual pet (Tamagotchi-style) game for chat platforms. Triggers on pet commands like "feed pet", "pet status", "play with pet", "name pet", "pet sleep", "new pet". Supports multi-user across Discord, WhatsApp, Telegram, etc. Each user gets their own pet that evolves based on care.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/config.json, references/sprites.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

OpenPet

Virtual pet game. Each user gets one pet, tracked by {platform}_{userId}.

State

Pets stored in tamagotchi/pets/{platform}_{userId}.json: { "name": "Blobby", "species": "blob", "hunger": 30, "happiness": 70, "energy": 50, "age": 5, "born": "2026-02-01T12:00:00Z", "lastUpdate": 1738442780000, "alive": true, "evolution": 1, "totalFeedings": 12, "totalPlays": 8, "ownerId": "202739061796896768", "platform": "discord", "ownerName": "mattzap" } Create tamagotchi/pets/ directory if missing.

Commands

TriggerActionpet, pet statusShow stats + ASCII artfeed pethunger -30, happiness +5play with pethappiness +25, energy -20pet sleepenergy +40, happiness +5name pet [name]Set pet namenew petReset (only if dead or confirm)pet helpShow commands

New User Flow

Any pet command from unknown user โ†’ create egg First interaction โ†’ hatch to blob Show welcome message + commands

Stats Display

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ (โ—•โ€ฟโ—•) โ”‚ โ”‚ โ™ฅ โ”‚ โ”‚ "Name" โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ โค๏ธ Happiness: โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ 70% ๐Ÿ– Hunger: โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 30% โšก Energy: โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 50% Use sprites from references/sprites.json. Mood = happy (โ‰ฅ70), neutral (40-69), sad (<40).

Evolution

StageRequirementegg โ†’ blobFirst interactionblob โ†’ catage โ‰ฅ10, feedings โ‰ฅ15, plays โ‰ฅ10cat โ†’ dragonage โ‰ฅ30, feedings โ‰ฅ50, plays โ‰ฅ40 Check evolution after each interaction. Announce with fanfare.

Death

Pet dies if: hunger โ‰ฅ 100 OR happiness โ‰ค 0 BUT if immortalMode: true in config, pets don't die โ€” they just get very sad and hungry. Stats cap at 99/1 instead of triggering death. Default is immortal mode ON. Show memorial (if death enabled), offer new pet to restart.

Decay (Cron)

Set up cron job openpet-tick every 2 hours: hunger +15, happiness -10, energy -5 Clamp all stats 0-100 Check death conditions Alert owner if critical (hunger >80 or happiness <20) Increment age daily

Platform Detection

Extract from message context: Discord: discord_{userId} WhatsApp: whatsapp_{phoneNumber} Telegram: telegram_{chatId} Signal: signal_{uuid}

Alerts

Send to user's origin platform when: Pet is hungry (>80): "๐Ÿ– {name} is starving!" Pet is sad (<20): "๐Ÿ˜ข {name} misses you!" Pet died: "๐Ÿ’€ {name} has passed away..." Evolution: "โœจ {name} evolved into a {species}!"

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • references/config.json Config
  • references/sprites.json Config