About face slow
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 about-face-slowAssembled 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 a slow, deliberate 180-degree about-face in place by setting root.faceDeg, taking its time. Use when a command mentions about-face, slow turn around, turn around slowly, or deliberately face the other way.
SKILL.md
0.9 KB, as published. Nobody here has run it
about-face-slow
A measured 180 turn. Set root.faceDeg to the current heading + 180 with a longer duration.
Composes: turn-and-face
How
- Turn in place: top-level
root:{faceDeg: state.faceDeg + 180}. - Use a longer
durationMs(~1400) so it reads as slow and deliberate.
Example
- "about face slowly" ->
{"durationMs":1400,"root":{"faceDeg":180},"say":"About... face."}
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.