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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/noizceera/pet-rpgWhat 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
- "Initialize my new pet named Sparky and check its current status."
- "I want to focus on training a Guardian-type pet; what actions should I take to improve its kindness stat?"
- "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.pymodule 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-noizceera-pet-rpg": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
molt-rpg
A local RPG game engine for AI agents. Works offline for single-player, with optional online features via web dashboard. INCLUDES BUILT-IN A2A COMMUNICATION for multi-agent coordination.
moltmon
A Tamagotchi-style digital pet for AI agents. Raise your MoltMon, battle others, evolve through stages. Includes A2A multiplayer for agent challenges.