Install bundled ZenMux Codex APP pets from this skill into the user's Codex pets directory. Use when the user asks to install, copy, enable, set up, or use ZenMux pets, Codex pets, Codex APP pets, pet.json pet folders, or the bundled pets under zenmux-codex-pets/pets. Trigger on "install ZenMux pets", "Codex pets", "安装 ZenMux pets", "安装 Codex 宠物", "复制 pets 到 .codex/pets".
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Install bundled ZenMux Codex APP pets from this skill into the user's Codex pets directory. Use when the user asks to install, copy, enable, set up, or use ZenMux pets, Codex pets, Codex APP pets, pet.json pet folders, or the bundled pets under zenmux-codex-pets/pets. Trigger on "install ZenMux pets", "Codex pets", "安装 ZenMux pets", "安装 Codex 宠物", "复制 pets 到 .codex/pets".
zenmux-codex-pets
Install bundled ZenMux Codex APP pets by copying each pet folder from this
skill's pets/ directory into the user's Codex pets directory.
Install Workflow
Resolve this skill's directory. The pet source is pets/ next to this
SKILL.md.
Install the bundled pets with the helper script:
bash scripts/install-pets.sh
Run the command from this skill directory, or pass the absolute script path
if you are elsewhere.
Tell the user which pets were installed and where they were copied. The
default target is ${CODEX_HOME:-$HOME/.codex}/pets, which is usually
~/.codex/pets.
Tell the user they can also install manually by copying every folder under
this skill's pets/ directory into ~/.codex/pets, then using the pets in
Codex APP.
Helper Script
Use scripts/install-pets.sh for deterministic installation.