Electric 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 electric-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
Performs the electric slide, gliding sideways with a step-touch, a clap, and a quarter turn. Use when the command mentions electric slide, electric boogie, or do the electric slide.
SKILL.md
1.3 KB, as published. Nobody here has run it
electric-slide
A classic group line dance: slide sideways with a step-touch, clap, and finish with a quarter turn to the next wall. Loop (each loop turns 90°).
How
- Slide sideways (
root.x), light steps (*UpLegX ~10–15). - Step-touch + clap: touch the trailing foot (
RightFoot:[60,0,0]), hands clap (*UpperArm:[40,0,±50], forearms folded in). - Quarter turn:
root.faceDeg:90, arms back out. Loop.
Example
- "do the electric slide" ->
{"durationMs":2600,"say":"Slide!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpLeg":[15,0,180],"RightUpLeg":[10,0,180],"LeftUpperArm":[0,0,70],"RightUpperArm":[0,0,-70]},"root":{"x":-0.5}},{"t":0.5,"pose":{"RightUpLeg":[30,0,180],"RightLeg":[30,0,0],"RightFoot":[60,0,0],"LeftUpperArm":[40,0,50],"RightUpperArm":[40,0,-50],"LeftForearm":[0,0,-100],"RightForearm":[0,0,100]},"root":{"x":-1}},{"t":1,"pose":{"LeftUpLeg":[0,0,180],"RightUpLeg":[0,0,180],"RightLeg":[0,0,0],"LeftUpperArm":[0,0,90],"RightUpperArm":[0,0,-90]},"root":{"x":-1,"faceDeg":90}}]}}