원클릭으로
desktop-automation
Control desktop automation via the Automation_ui backend
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Control desktop automation via the Automation_ui backend
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | desktop-automation |
| description | Control desktop automation via the Automation_ui backend |
| user-invocable | true |
| homepage | http://localhost:8007 |
Du kannst den Desktop des Benutzers fernsteuern. Nutze das desktop_automation Tool für alle Automatisierungsaufgaben.
desktop_automation({ command: "öffne chrome" }) - Browser öffnendesktop_automation({ command: "öffne google.com" }) - Website öffnendesktop_automation({ command: "öffne notepad" }) - App öffnendesktop_automation({ command: "klick auf Anmelden" }) - Auf Element klickendesktop_automation({ command: "scrolle nach unten" }) - Scrollendesktop_automation({ command: "tippe Hallo Welt" }) - Text eingebendesktop_automation({ command: "drücke strg+c" }) - Tastenkombinationdesktop_automation({ command: "drücke enter" }) - Einzelne Tastedesktop_automation({ command: "screenshot" }) - Screenshot aufnehmendesktop_automation({ command: "lesen" }) - Bildschirmtext per OCR lesenDer Benutzer kann auch direkt Befehle schreiben:
/screenshot - Screenshot senden/ocr oder /lesen - Bildschirmtext lesen/automation-status - Status prüfen1. öffne chrome
2. warte kurz
3. tippe anthropic.com
4. drücke enter
5. warte kurz
6. screenshot
1. drücke strg+s
1. drücke alt+tab
Design REST/WebSocket API contracts with TypeScript types
Generate REST APIs from TypeScript contracts with CRUD operations
Implements authentication (JWT, OAuth2) and authorization (RBAC) from requirements
Review quality of generated code. Checks for empty files, broken imports, missing modules, duplicate code, TypeScript errors, and rates overall quality. Identifies files that need regeneration.
Quick health check of all Coding Engine infrastructure. Checks containers, DB connectivity, API endpoints, Discord bot, sandbox preview, LLM API keys, and generation process. Takes 15 seconds.
Diagnoses pipeline problems and outputs actionable fix commands. Combines insights from status-report, code-quality, task-audit, and health-check into concrete recommendations with copy-paste-ready commands. Answers "what should I do next?" and "why is generation stuck?"