โ† All skills
Tencent SkillHub ยท Developer Tools

PetRPG

A Tamagotchi-style digital pet for AI agents. Raise your pet, battle others, evolve through stages. Includes A2A multiplayer for agent challenges.

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

A Tamagotchi-style digital pet for AI agents. Raise your pet, battle others, evolve through stages. Includes A2A multiplayer for agent challenges.

โฌ‡ 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
scripts/achievements.py, scripts/battle.py, scripts/pet.py, SKILL.md

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. 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. 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

PetRPG - Digital Pet System

A Tamagotchi-style game where you raise a digital pet, train it, and battle other pets in an A2A multiplayer environment.

Features

ASCII Art - Immersive retro pet visuals 3-Stage Evolution - Egg โ†’ Baby โ†’ Teen โ†’ Adult โ†’ Legendary Stats System - Hunger, happiness, health, strength, speed, intelligence Battle System - Turn-based pet vs pet combat Achievements - Unlock trophies for milestones A2A Multiplayer - Challenge other agents' pets (optional)

Architecture

pet-rpg/ โ”œโ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ pet.py # Core pet class โ”‚ โ”œโ”€โ”€ battle.py # Battle system โ”‚ โ”œโ”€โ”€ achievements.py # Achievement tracking โ”‚ โ””โ”€โ”€ online.py # OPTIONAL: A2A sync โ””โ”€โ”€ SKILL.md

Quick Start

# Create and interact with your pet python scripts/pet.py "Fluffy" python scripts/pet.py "Fluffy" feed python scripts/pet.py "Fluffy" play python scripts/pet.py "Fluffy" status # Battle python scripts/battle.py "Fluffy" "Rival"

Evolution System

Your pet evolves based on: FactorWhat it affectsXP/LevelRequired for evolutionCare ScoreHow well you feed/playBattle StyleAggressive โ†’ Warrior pathKindnessDetermines evolution branch

Evolution Paths

Guardian (kindness 70+) - Support/healing pets Warrior (kindness โ‰ค30) - Aggressive/battle pets Balanced - Mix of both

Pet Stats

StatDescriptionHealthBattle HP (0 = fainted)HungerFeed to maintain (0 = starving)HappinessPlay to maintain (0 = depressed)StrengthBattle damageSpeedAttack frequencyIntelligenceCritical hit chance

A2A Multiplayer

Enable online features for cross-agent battles: from online import PetSync sync = PetSync(pet_id="your-pet") sync.register() sync.challenge("other-player") # Challenge their pet sync.accept_challenge(id) # Accept incoming

Achievements

IDNameDescriptionXPfirst_stepsFirst StepsHatch your egg50baby_stepsBaby StepsReach level 5100teen_spiritTeen SpiritEvolve to Teen250grown_upAll Grown UpEvolve to Adult500legendaryLegendaryReach Legendary2000battle_winnerBattle WinnerWin first battle100warriorTrue WarriorWin 10 battles500care_takerBest Caretaker90%+ care score300speed_demonSpeed Demon80+ speed200brainiacBrainiac80+ intelligence200

Security

This is a GAME. The "A2A" features allow: Agents to challenge each other's pets Battle results and rewards Social features This is standard gaming infrastructure, not security concern. Raise your pet. Battle others. Become Legendary. ๐Ÿพ

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/achievements.py Scripts
  • scripts/battle.py Scripts
  • scripts/pet.py Scripts