Slide
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 slideAssembled 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
Slides feet-first along the ground (e.g. under something or into a spot) then recovers, via a low translating sequence. Use when a command mentions slide, slide feet first, slide along the floor, power slide, or slide under something.
SKILL.md
1.5 KB, as published. Nobody here has run it
slide
Drop low and extend the legs forward to slide along the ground, then stand back up.
Composes: move-leg + move-torso + balance-and-posture
How
- Use a
sequencewithloop:false. Framerootis ABSOLUTE; compute the travel axis fromstate.position+state.faceDeg(0=+Z, 90=+X). The example assumes origin facing +Z. - Beats: drop (crouch,
root.y-0.3), extend legs forward and lean back to slide (-0.6,root.yzcarries), recover to rest. durationMs~1300.
Example
- "do a slide" ->
{"durationMs":1300,"say":"Sliiide!","sequence":{"loop":false,"frames":[{"t":0,"pose":{"LeftUpLeg":[55,0,0],"LeftLeg":[80,0,0],"RightUpLeg":[55,0,0],"RightLeg":[80,0,0]},"root":{"y":-0.3,"z":0.2}},{"t":0.5,"pose":{"LeftUpLeg":[80,0,0],"LeftLeg":[20,0,0],"RightUpLeg":[80,0,0],"RightLeg":[20,0,0],"Spine":[-20,0,0]},"root":{"y":-0.6,"z":1.2}},{"t":1,"pose":{"LeftUpLeg":[0,0,180],"LeftLeg":[0,0,0],"RightUpLeg":[0,0,180],"RightLeg":[0,0,0],"Spine":[0,0,0]},"root":{"y":0,"z":1.8}}]}}
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.
Gives 0 of the 12 instructions most slides presentations skills give
Counted across 568 of the 571 authors here whose files we hold, read 2026-08-06
- include a visual element on every slidein 52 of 568, across 21 files
- put one idea per slidein 50 of 568, across 42 files
- state the design approach before writing codein 38 of 568, across 8 files
- validate XML immediately after each editin 37 of 568, across 7 files
- rasterize gradients and icons as PNG images before referencing themin 37 of 568, across 7 files
- generate and inspect thumbnails to validate layoutin 37 of 568, across 7 files
- commit to a single visual motif across every slidein 37 of 568, across 12 files
- use web-safe fonts onlyin 36 of 568, across 7 files
- keep 0.5 inch minimum marginsin 35 of 568, across 9 files
- use two-column layout for slides with charts or tablesin 34 of 568, across 5 files
- save a template inventory analysis to a filein 33 of 568, across 4 files
- use subagents to visually inspect rendered slidesin 33 of 568, across 9 files
Said here and by no other author read
- drop low and extend legs forward
- stand back up after sliding
- use a sequence with loop disabled
- compute travel axis from state position and faceDeg
- set root frame to absolute
- crouch and lower root during drop
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.