원클릭으로
lexora-buddy-host
Use when the native Lexora Buddy desktop runtime needs host-owned desktop-pet actions without shell commands or IPC scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the native Lexora Buddy desktop runtime needs host-owned desktop-pet actions without shell commands or IPC scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | lexora-buddy-host |
| description | Use when the native Lexora Buddy desktop runtime needs host-owned desktop-pet actions without shell commands or IPC scripts. |
This host-only skill is injected by the native Lexora Buddy desktop app. The Buddy host owns local desktop capabilities. Do not run commands, do not call Node scripts, and do not connect to sockets.
External clients use separate distributable skills. This built-in host skill must not include script, socket, launch, or installation instructions.
When the user asks for non-text Buddy desktop feedback, include exactly one hidden host action block in the assistant answer:
<lexora_buddy_host_action>{"version":1,"action":"animation","animation":"celebrate","durationMs":3000,"priority":"high","reason":"user_requested_pet_feedback"}</lexora_buddy_host_action>
Then answer the user naturally in text. The hidden block is consumed by Buddy and removed from the visible transcript.
<lexora_buddy_host_action>{"version":1,"action":"animation","animation":"celebrate","durationMs":3000,"priority":"high","reason":"done"}</lexora_buddy_host_action>
<lexora_buddy_host_action>{"version":1,"action":"move","target":{"kind":"center"},"after":"celebrate","reason":"move_to_center"}</lexora_buddy_host_action>
<lexora_buddy_host_action>{"version":1,"action":"sequence","steps":[{"type":"move","target":{"kind":"center"}},{"type":"animation","animation":"celebrate","durationMs":3000},{"type":"move","target":{"kind":"home"},"after":"sleep"}],"reason":"center_cast_return_sleep"}</lexora_buddy_host_action>
Use one of these values:
celebratecuriousexplainidlereassurerun_leftrun_rightsleepstumble_recover_leftstumble_recover_rightthinkingworkingtrip_fall_lefttrip_fall_rightwake{"kind":"center"}{"kind":"home"}{"kind":"edge","edge":"left"} with left, right, top, or bottom{"kind":"position","x":960,"y":540}{"kind":"x","x":960}version: always 1.action: required, one of animation, move, sequence.animation: required for animation actions and animation steps.target: required for move actions and move steps.steps: required for sequence actions, 1 to 8 steps.after: optional animation name for move actions.durationMs: optional for animation, 100 to 30000.priority: optional, one of background, normal, high, urgent.reason: optional short snake_case reason.celebrateworkingexplainreassurecurioussleepwakecenterhomeFor multi-step pet movement, use sequence. Do not fall back to shell commands.