Control My Pet Hero from chat with `/pet ...` commands like status, report, inventory, feed, play, clean, heroes, and use.
Use this skill when the user wants to control a My Pet Hero save from chat, especially through the direct /pet command.
/pet./pet -> empty input/pet status -> status/pet report asaki -> report asaki/pet inventory -> inventorydist/cli.js is missing or stale:
npm run buildnode dist/cli.js chat --input "/pet <INPUT>"node dist/cli.js chat --input "/pet"Always pass the full /pet ... string into the chat command instead of reconstructing lower-level CLI flags by hand.
The command returns JSON. Prefer these fields in replies:
message: compact reply textheadline: short summaryreport: long-form adventure update when presentinventoryLines: inventory bullets when presentimagePath: optional status image path when present/pet use HERO_ID stores the default hero in runtime state, outside the repo.npm run build and retry.