Air drums
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 air-drumsAssembled 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
Plays air drums, both arms drumming up and down on invisible kit with a head bob. Use when the command mentions air drums, drum solo, play drums, or drumming.
SKILL.md
1.1 KB, as published. Nobody here has run it
air-drums
Pound an invisible kit: both forearms hammer up and down out of phase, head bobbing to the beat. Loop with a short durationMs.
How
- Both arms forward over the kit (
*UpperArm:[~80,0,±20]); alternate the forearm strokes (*Forearmfolding/extending out of phase). - Head bobs with the beat (
HeadX±10). Loop.
Example
- "play air drums" ->
{"durationMs":2000,"say":"Ba-dum-tss!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpperArm":[90,0,20],"LeftForearm":[0,0,-60],"RightUpperArm":[70,0,-20],"RightForearm":[0,0,30],"Head":[10,0,0]}},{"t":0.5,"pose":{"LeftUpperArm":[70,0,20],"LeftForearm":[0,0,-30],"RightUpperArm":[90,0,-20],"RightForearm":[0,0,60],"Head":[-10,0,0]}},{"t":1,"pose":{"LeftUpperArm":[90,0,20],"LeftForearm":[0,0,-60],"RightUpperArm":[70,0,-20],"RightForearm":[0,0,30],"Head":[10,0,0]}}]}}