Power stride
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 power-strideAssembled 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
Strides forward fast and aggressively with long powerful steps, a forward lean and pumping bent arms, TRANSLATING via moveTo while the engine drives the legs. Use when a command mentions power stride, stride out, march hard, powerful walk, drive forward, or big strong steps.
SKILL.md
1.3 KB, as published. Nobody here has run it
power-stride
A long, forceful walking stride that eats up ground. The engine drives the step cycle; you set the destination and an aggressive posture.
Composes: walk + move-arm + balance-and-posture
How
- TRAVEL uses top-level
moveTo(never an in-place leg cycle): a namedtargetfromstate.locations, or a point ahead computed fromstate.position+state.faceDeg. Use a far point (d~3.5). - Base
pose: forward torso lean (Spine+X) and bent pumping elbows (run-style). - Short
durationMs(~1900) reads as powerful.
Example
- "power-stride forward" ->
{"durationMs":1900,"moveTo":{"x":0,"z":3.5},"pose":{"Spine":[14,0,0],"Chest":[8,0,0],"RightForearm":[0,0,90],"LeftForearm":[0,0,-90]},"say":"Powering through."}
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.