screen-pointer-tools

Track mouse coordinates and control the cursor across macOS multi-monitor setups.

41|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/wanhaoniu/MomoAgent --skill screen-pointer-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-pointer-tools
Source: https://github.com/wanhaoniu/MomoAgent/tree/main/skills/screen-pointer-tools
Command: npx skills add https://github.com/wanhaoniu/MomoAgent --skill screen-pointer-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Read the current mouse coordinates, view display boundaries, and drive the mouse using a local helper service to perform clicks, keystrokes, and application switches, with edge-pushing or sweeping motions for demos on extended setups.

Core Features & Use Cases

  • Read current cursor position and coordinate metadata
  • View multi-display boundaries and Sidecar visibility
  • Execute clicks, keystrokes, and app activations via the local helper service
  • Move the cursor toward a screen edge or sweep across a display to record and align pointers
  • Useful for setup, demonstration prep, and pointer alignment on macOS multi-monitor configurations

Quick Start

Start the MouseClickHelper service and use the provided script to read coordinates and move the cursor.

Frequently Asked Questions about screen-pointer-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read current mouse coordinates on a macOS multi-monitor setup?

To read mouse coordinates on macOS multi-monitor setups, start the local MouseClickHelper service and run the provided scripts to query current cursor positions and display boundary metadata.

Can I automate clicks and keystrokes across multiple displays using a local helper service?

Yes, you can automate clicks and keystrokes across multiple displays by querying coordinates and display bounds, then driving the cursor via the local helper service to perform app activations and inputs.

Does this cursor control method work with Sidecar and extended display configurations?

Yes, this cursor control method works with Sidecar and extended configurations, allowing you to view multi-display boundaries, validate edge regions, and sweep across displays to record pointer alignment.

What is the best way to move the cursor toward a screen edge for demonstration prep?

The best way to move the cursor for demonstration prep is using the script suite to edge-push or sweep the pointer across display boundaries, aligning and recording coordinates before your presentation.

Why do I need a helper service to track mouse position and display boundaries on macOS?

You need the helper service to track mouse position because it queries local macOS display bounds and coordinates, enabling automated clicks, keystrokes, and app activations across extended multi-monitor environments.