원클릭으로
lexora-buddy-animation
Use when an external runtime needs to control an installed Lexora Buddy desktop pet through the packaged IPC script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when an external runtime needs to control an installed Lexora Buddy desktop pet through the packaged IPC script.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | lexora-buddy-animation |
| description | Use when an external runtime needs to control an installed Lexora Buddy desktop pet through the packaged IPC script. |
This skill controls an installed Lexora Buddy desktop pet from outside the native Buddy chat window.
If the conversation is already inside the native Lexora Buddy desktop chat, do not use this external skill contract. Buddy injects its own host-only skill that emits hidden host actions and does not run shell commands.
lexora-buddy-bin on pacman/AUR or lexora-buddy on deb/apt.lexora-buddy binary must be launchable from PATH.references/runtime-installation.md.references/screen-and-visibility.md.center, home, original, edge and explicit coordinate target semantics: read references/position-targets.md.references/animations.md.references/action-sequences.md.Use <skill_dir> for the directory containing this SKILL.md.
node <skill_dir>/scripts/lexora-buddy-pet.mjs diagnose
node <skill_dir>/scripts/lexora-buddy-pet.mjs state
node <skill_dir>/scripts/lexora-buddy-pet.mjs capabilities
node <skill_dir>/scripts/lexora-buddy-pet.mjs animation celebrate
node <skill_dir>/scripts/lexora-buddy-pet.mjs move edge left --after celebrate
node <skill_dir>/scripts/lexora-buddy-pet.mjs move center
node <skill_dir>/scripts/lexora-buddy-pet.mjs move home --after sleep
node <skill_dir>/scripts/lexora-buddy-pet.mjs perform center-cast-return-sleep --animation celebrate --duration-ms 2000
For custom multi-step movement, use sequence --json or sequence --file; do not hand-write socket payloads.
Run the control command first, then give the user a short natural-language confirmation. Show script output only when the user asks for diagnostics or when the control command fails.