# Send PetRPG to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pet-rpg",
    "name": "PetRPG",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NoizceEra/pet-rpg",
    "canonicalUrl": "https://clawhub.ai/NoizceEra/pet-rpg",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pet-rpg",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pet-rpg",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "scripts/achievements.py",
      "scripts/battle.py",
      "scripts/pet.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pet-rpg",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T02:05:05.971Z",
      "expiresAt": "2026-05-14T02:05:05.971Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pet-rpg",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pet-rpg",
        "contentDisposition": "attachment; filename=\"pet-rpg-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pet-rpg"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pet-rpg"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pet-rpg",
    "downloadUrl": "https://openagent3.xyz/downloads/pet-rpg",
    "agentUrl": "https://openagent3.xyz/skills/pet-rpg/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pet-rpg/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pet-rpg/agent.md"
  }
}
```
## Documentation

### 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. 🐾
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NoizceEra
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T02:05:05.971Z
- Expires at: 2026-05-14T02:05:05.971Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pet-rpg)
- [Send to Agent page](https://openagent3.xyz/skills/pet-rpg/agent)
- [JSON manifest](https://openagent3.xyz/skills/pet-rpg/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pet-rpg/agent.md)
- [Download page](https://openagent3.xyz/downloads/pet-rpg)