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".
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.