Air guitar
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-guitarAssembled 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 an air guitar, one hand fretting the neck while the other strums big, rocking out. Use when the command mentions air guitar, play guitar, rock out, or shred an air guitar.
SKILL.md
1.3 KB, as published. Nobody here has run it
air-guitar
Rock out on an invisible guitar: the left hand frets up on the angled neck while the right hand strums big windmilling strokes, with a head bang and a wide stance. Loop.
How
- Fret hand up the neck:
LeftUpperArm:[80,0,-30],LeftForearm:[0,0,90]; strum handRightUpperArm:[60,0,-10],RightForearm:[0,0,80]; wide stance (LeftUpLeg:[10,0,150]), torso lean (Spine:[10,0,10]). - Strum down & headbang:
RightUpperArm:[40,0,30],Head:[-15,0,0], smallroot.ybounce. Loop.
Example
- "play air guitar" ->
{"durationMs":2400,"say":"Rock and roll!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpperArm":[80,0,-30],"LeftForearm":[0,0,90],"RightUpperArm":[60,0,-10],"RightForearm":[0,0,80],"Spine":[10,0,10],"Head":[10,0,0],"LeftUpLeg":[10,0,150]}},{"t":0.5,"pose":{"RightUpperArm":[40,0,30],"RightForearm":[0,0,40],"Spine":[10,0,-5],"Head":[-15,0,0]},"root":{"y":0.04}},{"t":1,"pose":{"RightUpperArm":[60,0,-10],"RightForearm":[0,0,80],"Spine":[10,0,10],"Head":[10,0,0]},"root":{"y":0}}]}}