Resources
2Install
npx skillscat add famaoai-creator/kyberion/mouse-injector Install via the SkillsCat registry.
SKILL.md
๐ฑ๏ธ mouse-injector (v1.0)
A high-fidelity muscle skill for the Gemini CLI to perform system-level mouse automation on macOS. It allows the agent to move the pointer, click buttons, drag items, and scroll content.
๐ Capabilities
- Pixel-Precise Movement: Moves the pointer to any (x, y) coordinate on the screen.
- Multi-Click Support: Supports left click, right click, and double clicks.
- Drag & Drop: Can drag the pointer from the current (or specified) position to another.
- Scrolling: Simulates mouse wheel scrolling for content navigation.
๐ฆ Usage Examples
# Move to (100, 200) and left click
gemini run mouse-injector --x 100 --y 200 --click "left"
# Double click at the current position
gemini run mouse-injector --click "double"
# Scroll down
gemini run mouse-injector --scroll -10๐ Security & Safety
- This skill requires Accessibility Permissions in macOS System Settings.
- Be careful with absolute coordinates as screen resolutions vary.