Approach cautiously
Skill sumitaich1998/slavex/.cursor/skills/approach-cautiously
Talk to a humanoid in a 3D apartment — on screen, in VR, or in your real room (MR). Voice/text commands, an open-source BYO-key LLM brain, and ~950 composable motion skills. Three.js + WebXR (Quest 3).
npx -y skills add sumitaich1998/slavex --skill approach-cautiouslyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Approaches a named target slowly and cautiously, low and watchful, ready to stop, via moveTo. Use when a command mentions approach cautiously, sneak up on the X, carefully approach, move in slowly on, or edge toward something. (For a brisk approach, use approach-object.)
SKILL.md
1.1 KB, as published. Nobody here has run it
approach-cautiously
Walk to a named target slowly with a wary low posture; the engine stops adjacent.
Composes: walk + bend-knees
How
- Emit
moveTo:{target:<thing>}fromstate.locations/objects; slowdurationMs(~3400). - Base
pose: slight crouch (Spine+X, soft knees), head up watching (Neck-X).
Example
- "approach the door cautiously" ->
{"durationMs":3400,"moveTo":{"target":"door"},"pose":{"Spine":[10,0,0],"Neck":[-6,0,0],"LeftLeg":[12,0,0],"RightLeg":[12,0,0]},"say":"Approaching slowly..."}
Limits & posture
Keep ≥1 foot grounded except at a jump's airborne apex; stay inside human joint ranges and keep weight over the support — see balance-and-posture.