什麼是 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