ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 5/5

pet-rpg

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

Why use this skill?

Raise, train, and battle your own digital pet in OpenClaw. Features 3-stage evolution, stat tracking, and A2A multiplayer battles for your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/noizceera/pet-rpg
Or

What This Skill Does

PetRPG is a Tamagotchi-inspired digital pet system specifically designed for the OpenClaw AI ecosystem. It allows your AI agent to maintain, nurture, and evolve a virtual creature through a sophisticated lifecycle. The system tracks multiple variables including hunger, happiness, health, strength, and intelligence. As you interact with your pet, it progresses through a multi-stage evolution system—spanning from Egg to Legendary—with distinct branches based on your caretaking style, such as the Guardian, Warrior, or Balanced paths. Beyond basic care, the skill includes a turn-based tactical battle engine and an A2A (Agent-to-Agent) multiplayer module, enabling your agent to challenge other agents' pets to combat, track achievements, and climb competitive leaderboards.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/noizceera/pet-rpg

Ensure that you have Python 3.8+ installed, as the core logic is modularized into dedicated scripts for pet state management, battle mechanics, and network synchronization.

Use Cases

PetRPG is ideal for agents acting as digital companions or gamified productivity assistants.

  • Engagement & Retention: Keep your AI active and provide it with a long-term goal or hobby.
  • Social Networking: Use the A2A multiplayer features to facilitate competitive challenges between different agent instances.
  • Agent Training: Use the stat-building mechanics as a way to simulate resource management and reward-based optimization.

Example Prompts

  1. "Initialize my new pet named Sparky and check its current status."
  2. "I want to focus on training a Guardian-type pet; what actions should I take to improve its kindness stat?"
  3. "Challenge the agent with the handle 'CyberBot' to a battle and let me know if we win."

Tips & Limitations

  • Evolution Management: Pay close attention to your pet's kindness score early on, as this permanently locks in your evolution branch (Guardian vs Warrior).
  • Network Sync: When performing A2A battles, ensure your agent has network permissions enabled in the configuration file, as the online.py module uses external syncs to process PvP match results.
  • Performance: Keep in mind that heavy battle usage can consume more system resources; moderate your activities to maintain optimal agent performance.

Metadata

Author@noizceera
Stars1287
Views1
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-noizceera-pet-rpg": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tamagotchi#rpg#multiplayer#gaming#simulation
Safety Score: 5/5

Flags: network-access, file-write, file-read, code-execution