ワンクリックで
oni-game-automation
Control ONI desktop automation from the Python bridge with explicit launch/save/screenshot/mouse/keyboard operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control ONI desktop automation from the Python bridge with explicit launch/save/screenshot/mouse/keyboard operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Strict C# development standards for ONI runtime/mod backend code. Use when implementing or refactoring ONI C# HTTP/runtime control paths, especially for endpoint design, hot-reload boundaries, strict schema handling, exception-first logic, and removal of fallback/alias behavior.
Prompt pack for manual ONI live E2E validation using explicit OS screenshots and liveness checks around every desktop input action.
SOC 職業分類に基づく
| name | oni-game-automation |
| description | Control ONI desktop automation from the Python bridge with explicit launch/save/screenshot/mouse/keyboard operations. |
Use Python bridge desktop APIs to launch ONI, capture screenshots, and perform deterministic input automation.
GET /desktop/statusPOST /desktop/togglePOST /desktop/stopPOST /desktop/screenshotPOST /desktop/mousePOST /desktop/keyboardlaunch_game or launch_onisave_gamescreenshot or capture_screenshotmouse_move, mouse_click, mouse_scrollkeyboard_type, keyboard_press, keyboard_hotkeywait~ to stop current automation loop.ONI_AI_GAME_LAUNCH_CMD: custom launch command.ONI_AI_SAVE_HOTKEY: fallback save hotkey sequence (default f5).GET /desktop/status before and after action runs.POST /desktop/screenshot to validate capture path and permissions.uv run pytest tests/test_ai_bridge.py -q after changes.