Applaud
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 applaudAssembled 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
Claps enthusiastically with the hands raised high to applaud or cheer someone on. Use when the command mentions applaud, applause, "give a round of applause", cheer, bravo, well done, or enthusiastic clapping.
SKILL.md
1.1 KB, as published. Nobody here has run it
Applaud
Like a clap but bigger and higher — hands raised toward chest/face height with an energetic loop.
How
- Raise the arms higher and more forward than a basic clap (
UpperArmX ~95). - Big elbow swing, mirrored: right
Forearm55<->105, left-55<->-105. - Use a shorter frame time for an excited tempo.
Example
- "give a round of applause" -> {"durationMs":1200,"say":"Bravo! Well done!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"RightUpperArm":[95,0,-12],"LeftUpperArm":[95,0,12],"RightForearm":[0,0,55],"LeftForearm":[0,0,-55]}},{"t":0.5,"pose":{"RightUpperArm":[95,0,-30],"LeftUpperArm":[95,0,30],"RightForearm":[0,0,105],"LeftForearm":[0,0,-105]}},{"t":1,"pose":{"RightUpperArm":[95,0,-12],"LeftUpperArm":[95,0,12],"RightForearm":[0,0,55],"LeftForearm":[0,0,-55]}}]}}