cursor-puppet
Installation
SKILL.md
cursor-puppet
Purpose
Render a fake mouse cursor (typically the macOS arrow) that moves along a defined path and performs click gestures at specific frames. Implies "the user is actually using this product" rather than "we made a motion graphic".
Params
{
"cursor_svg_src": "assets/cursor-macos.svg",
"cursor_size_px": 18,
"path": [
{ "frame": 0, "x": 400, "y": 1200 },
{ "frame": 24, "x": 720, "y": 1100 } // travel
],
"movement_easing": "bezier(0.4, 0, 0.2, 1)",