一键导入
oni-ai-tests
Prompt pack for manual ONI live E2E validation using explicit OS screenshots and liveness checks around every desktop input action.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prompt pack for manual ONI live E2E validation using explicit OS screenshots and liveness checks around every desktop input action.
用 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.
Control ONI desktop automation from the Python bridge with explicit launch/save/screenshot/mouse/keyboard operations.
基于 SOC 职业分类
| name | oni-ai-tests |
| description | Prompt pack for manual ONI live E2E validation using explicit OS screenshots and liveness checks around every desktop input action. |
Run live ONI end-to-end validation as the direct driver, with deterministic evidence for every action.
screencapture, not API-only evidence.screencapture -x <step_pre_png>curl -sS http://127.0.0.1:8766/healthuv run oni-input <single_action>screencapture -x <step_post_png>curl -sS http://127.0.0.1:8766/health/tmp/oni-ai-tests/<session-id>/001_pre.png, 001_post.png002_pre.png, 002_post.pnguv run oni-input click --x <x> --y <y> --button leftuv run oni-input drag --x1 <x1> --y1 <y1> --x2 <x2> --y2 <y2> --duration 0.4uv run oni-input press --key <key> --count 1uv run oni-input type --text "<text>"uv run oni-input hotkey <k1> <k2> ...GET /health must return HTTP 200.Use this prompt when running live sessions:
You are executing ONI live E2E manually. For every single desktop input action, do: pre OS screenshot, pre liveness check, one input action, post OS screenshot, post liveness check. Never skip evidence gates and never batch multiple inputs in one step.