Apply lotion
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 apply-lotionAssembled 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
Mimes applying lotion, rubbing it along the opposite forearm in long strokes, on a loop. Use when the command mentions put on lotion, apply cream, moisturize, rub in lotion, or sunscreen.
SKILL.md
0.9 KB, as published. Nobody here has run it
Apply Lotion
Hold one arm out and rub lotion along it with the other hand. Loops.
How
- Left arm out: LeftUpperArm:[70,0,-10], LeftForearm:[0,0,-20].
- Right rubs along it: RightUpperArm:[70,0,-30], RightForearm:[0,0,70] sliding up/down. loop:true.
Example
- "put on some lotion" -> {"durationMs":2000,"say":"Nice and smooth.","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpperArm":[70,0,-10],"LeftForearm":[0,0,-20],"RightUpperArm":[70,0,-30],"RightForearm":[0,0,55]}},{"t":0.5,"pose":{"RightUpperArm":[70,0,-10],"RightForearm":[0,0,85]}},{"t":1,"pose":{"RightUpperArm":[70,0,-30],"RightForearm":[0,0,55]}}]}}