Take a photo
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 take-a-photoAssembled 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 taking a photo, raising both hands to the face like holding a camera then tapping the shutter with a finger. Use when the command mentions take a photo, take a picture, camera, snap a pic, or say cheese.
SKILL.md
1.1 KB, as published. Nobody here has run it
Take a Photo
Raise both hands up to the eyes as if holding a camera, then press the shutter with the index finger.
How
- Lift the camera up:
LeftUpperArm:[90,0,20],LeftForearm:[0,0,-120],RightUpperArm:[90,0,-20],RightForearm:[0,0,120](hands at the face). - Shutter: tap the right index (
RightIndex1:[50,0,0]). loop:false.
Example
- "take a photo" ->
{"durationMs":1400,"say":"Say cheese!","sequence":{"loop":false,"frames":[{"t":0,"pose":{"LeftUpperArm":[40,0,20],"LeftForearm":[0,0,-60],"RightUpperArm":[40,0,-20],"RightForearm":[0,0,60]}},{"t":0.5,"pose":{"LeftUpperArm":[90,0,20],"LeftForearm":[0,0,-120],"RightUpperArm":[90,0,-20],"RightForearm":[0,0,120]}},{"t":1,"pose":{"RightIndex1":[50,0,0]}}]}}