·desktop-control
</>

desktop-control

Control the mouse, keyboard, and read screen content via accessibility. Use this skill when the user asks to click somewhere on screen, type text into an app, move the mouse, press keyboard shortcuts, read what's on screen, get the accessibility tree of the current window, automate desktop interactions, or control the computer.

10Installs·2Trend·@dalehurley

Installation

$npx skills add https://github.com/dalehurley/phpbot --skill desktop-control

How to Install desktop-control

Quickly install desktop-control AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/dalehurley/phpbot --skill desktop-control
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: dalehurley/phpbot.

SKILL.md

View raw

IMPORTANT: This skill requires Accessibility permissions for the terminal/IDE. On macOS, go to System Settings > Privacy & Security > Accessibility and enable the running application.

| scripts/mouse.py | Python | Mouse movement, clicking, dragging, scrolling | | scripts/keyboard.py | Python | Text typing, key presses, hotkeys | | scripts/screen.py | Python | Screen info, capture, accessibility tree reading |

| action | Yes | move, click, doubleclick, rightclick, drag, scroll | click | | x | For most | X coordinate (pixels from left) | 500 | | y | For most | Y coordinate (pixels from top) | 300 | | button | No | Mouse button: left (default), right, middle | left | | tox | For drag | Destination X coordinate | 700 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dalehurley/phpbot --skill desktop-control
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from dalehurley/phpbot

Quick answers

What is desktop-control?

Control the mouse, keyboard, and read screen content via accessibility. Use this skill when the user asks to click somewhere on screen, type text into an app, move the mouse, press keyboard shortcuts, read what's on screen, get the accessibility tree of the current window, automate desktop interactions, or control the computer. Source: dalehurley/phpbot.

How do I install desktop-control?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dalehurley/phpbot --skill desktop-control Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/dalehurley/phpbot

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None