ワンクリックで
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.