desktop-control이란?
접근성을 통해 마우스, 키보드를 제어하고 화면 콘텐츠를 읽습니다. 사용자가 화면의 아무 곳이나 클릭하고, 앱에 텍스트를 입력하고, 마우스를 움직이고, 키보드 단축키를 누르고, 화면에 있는 내용을 읽고, 현재 창의 접근성 트리를 가져오고, 데스크톱 상호 작용을 자동화하거나, 컴퓨터를 제어하도록 요청할 때 이 기술을 사용하세요. 출처: dalehurley/phpbot.
접근성을 통해 마우스, 키보드를 제어하고 화면 콘텐츠를 읽습니다. 사용자가 화면의 아무 곳이나 클릭하고, 앱에 텍스트를 입력하고, 마우스를 움직이고, 키보드 단축키를 누르고, 화면에 있는 내용을 읽고, 현재 창의 접근성 트리를 가져오고, 데스크톱 상호 작용을 자동화하거나, 컴퓨터를 제어하도록 요청할 때 이 기술을 사용하세요.
명령줄에서 desktop-control AI 스킬을 개발 환경에 빠르게 설치
출처: dalehurley/phpbot.
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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/dalehurley/phpbot --skill desktop-control접근성을 통해 마우스, 키보드를 제어하고 화면 콘텐츠를 읽습니다. 사용자가 화면의 아무 곳이나 클릭하고, 앱에 텍스트를 입력하고, 마우스를 움직이고, 키보드 단축키를 누르고, 화면에 있는 내용을 읽고, 현재 창의 접근성 트리를 가져오고, 데스크톱 상호 작용을 자동화하거나, 컴퓨터를 제어하도록 요청할 때 이 기술을 사용하세요. 출처: dalehurley/phpbot.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dalehurley/phpbot --skill desktop-control 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/dalehurley/phpbot