一键导入
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.