Archery aim
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 archery-aimAssembled 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 drawing and aiming a bow, with the left arm extended holding the bow and the right hand drawn back to the cheek. Use when the command mentions archery, aim a bow, draw a bow, shoot an arrow, or nock and aim.
SKILL.md
1.0 KB, as published. Nobody here has run it
Archery Aim
Hold a steady aim: the left (bow) arm extends straight forward, the right hand draws back to the cheek, and the gaze sights down the arrow.
How
- Bow arm:
LeftUpperArm:[90,0,0],LeftForearm:[0,0,0](straight forward). - Draw hand:
RightUpperArm:[60,0,0],RightForearm:[0,0,135](hand back to face). - Sight slightly along the line:
Neck:[0,-8,0],Head:[0,-8,0]. - A held
pose; emit a quick relaxed arms-down pose afterward to "loose" the shot.
Example
- "aim the bow" ->
{"durationMs":1500,"say":"Steady...","pose":{"LeftUpperArm":[90,0,0],"LeftForearm":[0,0,0],"RightUpperArm":[60,0,0],"RightForearm":[0,0,135],"RightHand":[0,0,0],"Neck":[0,-8,0],"Head":[0,-8,0]}}