Arms crossed
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 arms-crossedAssembled 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
Folds both forearms across the chest in a crossed-arms posture. Use when the command mentions cross your arms, arms crossed, folded arms, "arms folded", a stern or skeptical stance, or crossing the arms over the chest.
SKILL.md
0.8 KB, as published. Nobody here has run it
Arms Crossed
Both forearms fold across the chest, each hand tucked near the opposite elbow.
How
- Bring both upper arms forward and slightly down:
LeftUpperArm:[40,0,40],RightUpperArm:[40,0,-40]. - Fold the elbows hard so the forearms cross the chest at the midline:
LeftForearm:[0,0,-130],RightForearm:[0,0,130].
Example
- "cross your arms" -> {"durationMs":800,"say":"Hmph.","pose":{"LeftUpperArm":[40,0,40],"RightUpperArm":[40,0,-40],"LeftForearm":[0,0,-130],"RightForearm":[0,0,130]}}