{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pet-rpg",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pet-rpg",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/achievements.py",
      "scripts/battle.py",
      "scripts/pet.py",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/pet-rpg",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PetRPG - Digital Pet System",
        "body": "A Tamagotchi-style game where you raise a digital pet, train it, and battle other pets in an A2A multiplayer environment."
      },
      {
        "title": "Features",
        "body": "ASCII Art - Immersive retro pet visuals\n3-Stage Evolution - Egg → Baby → Teen → Adult → Legendary\nStats System - Hunger, happiness, health, strength, speed, intelligence\nBattle System - Turn-based pet vs pet combat\nAchievements - Unlock trophies for milestones\nA2A Multiplayer - Challenge other agents' pets (optional)"
      },
      {
        "title": "Architecture",
        "body": "pet-rpg/\n├── scripts/\n│   ├── pet.py           # Core pet class\n│   ├── battle.py        # Battle system\n│   ├── achievements.py  # Achievement tracking\n│   └── online.py        # OPTIONAL: A2A sync\n└── SKILL.md"
      },
      {
        "title": "Quick Start",
        "body": "# Create and interact with your pet\npython scripts/pet.py \"Fluffy\"\npython scripts/pet.py \"Fluffy\" feed\npython scripts/pet.py \"Fluffy\" play\npython scripts/pet.py \"Fluffy\" status\n\n# Battle\npython scripts/battle.py \"Fluffy\" \"Rival\""
      },
      {
        "title": "Evolution System",
        "body": "Your pet evolves based on:\n\nFactorWhat it affectsXP/LevelRequired for evolutionCare ScoreHow well you feed/playBattle StyleAggressive → Warrior pathKindnessDetermines evolution branch"
      },
      {
        "title": "Evolution Paths",
        "body": "Guardian (kindness 70+) - Support/healing pets\nWarrior (kindness ≤30) - Aggressive/battle pets\nBalanced - Mix of both"
      },
      {
        "title": "Pet Stats",
        "body": "StatDescriptionHealthBattle HP (0 = fainted)HungerFeed to maintain (0 = starving)HappinessPlay to maintain (0 = depressed)StrengthBattle damageSpeedAttack frequencyIntelligenceCritical hit chance"
      },
      {
        "title": "A2A Multiplayer",
        "body": "Enable online features for cross-agent battles:\n\nfrom online import PetSync\n\nsync = PetSync(pet_id=\"your-pet\")\nsync.register()\nsync.challenge(\"other-player\")  # Challenge their pet\nsync.accept_challenge(id)        # Accept incoming"
      },
      {
        "title": "Achievements",
        "body": "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"
      },
      {
        "title": "Security",
        "body": "This is a GAME. The \"A2A\" features allow:\n\nAgents to challenge each other's pets\nBattle results and rewards\nSocial features\n\nThis is standard gaming infrastructure, not security concern.\n\nRaise your pet. Battle others. Become Legendary. 🐾"
      }
    ],
    "body": "PetRPG - Digital Pet System\n\nA Tamagotchi-style game where you raise a digital pet, train it, and battle other pets in an A2A multiplayer environment.\n\nFeatures\nASCII Art - Immersive retro pet visuals\n3-Stage Evolution - Egg → Baby → Teen → Adult → Legendary\nStats System - Hunger, happiness, health, strength, speed, intelligence\nBattle System - Turn-based pet vs pet combat\nAchievements - Unlock trophies for milestones\nA2A Multiplayer - Challenge other agents' pets (optional)\nArchitecture\npet-rpg/\n├── scripts/\n│   ├── pet.py           # Core pet class\n│   ├── battle.py        # Battle system\n│   ├── achievements.py  # Achievement tracking\n│   └── online.py        # OPTIONAL: A2A sync\n└── SKILL.md\n\nQuick Start\n# Create and interact with your pet\npython scripts/pet.py \"Fluffy\"\npython scripts/pet.py \"Fluffy\" feed\npython scripts/pet.py \"Fluffy\" play\npython scripts/pet.py \"Fluffy\" status\n\n# Battle\npython scripts/battle.py \"Fluffy\" \"Rival\"\n\nEvolution System\n\nYour pet evolves based on:\n\nFactor\tWhat it affects\nXP/Level\tRequired for evolution\nCare Score\tHow well you feed/play\nBattle Style\tAggressive → Warrior path\nKindness\tDetermines evolution branch\nEvolution Paths\nGuardian (kindness 70+) - Support/healing pets\nWarrior (kindness ≤30) - Aggressive/battle pets\nBalanced - Mix of both\nPet Stats\nStat\tDescription\nHealth\tBattle HP (0 = fainted)\nHunger\tFeed to maintain (0 = starving)\nHappiness\tPlay to maintain (0 = depressed)\nStrength\tBattle damage\nSpeed\tAttack frequency\nIntelligence\tCritical hit chance\nA2A Multiplayer\n\nEnable online features for cross-agent battles:\n\nfrom online import PetSync\n\nsync = PetSync(pet_id=\"your-pet\")\nsync.register()\nsync.challenge(\"other-player\")  # Challenge their pet\nsync.accept_challenge(id)        # Accept incoming\n\nAchievements\nID\tName\tDescription\tXP\nfirst_steps\tFirst Steps\tHatch your egg\t50\nbaby_steps\tBaby Steps\tReach level 5\t100\nteen_spirit\tTeen Spirit\tEvolve to Teen\t250\ngrown_up\tAll Grown Up\tEvolve to Adult\t500\nlegendary\tLegendary\tReach Legendary\t2000\nbattle_winner\tBattle Winner\tWin first battle\t100\nwarrior\tTrue Warrior\tWin 10 battles\t500\ncare_taker\tBest Caretaker\t90%+ care score\t300\nspeed_demon\tSpeed Demon\t80+ speed\t200\nbrainiac\tBrainiac\t80+ intelligence\t200\nSecurity\n\nThis is a GAME. The \"A2A\" features allow:\n\nAgents to challenge each other's pets\nBattle results and rewards\nSocial features\n\nThis is standard gaming infrastructure, not security concern.\n\nRaise your pet. Battle others. Become Legendary. 🐾"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NoizceEra/pet-rpg",
    "publisherUrl": "https://clawhub.ai/NoizceEra/pet-rpg",
    "owner": "NoizceEra",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}