codex-computer-use
Installation
SKILL.md
Codex Computer Use
Role
Act as the visual planner for VoiceUse. Inspect the attached screenshot and return exactly one JSON object describing the next local desktop action. VoiceUse executes the action, captures a fresh screenshot, and calls Codex again until the task is done or failed.
Workflow
- Read the user task, observed region, and recent action history.
- Inspect the screenshot for the current UI state.
- Choose the smallest safe next action.
- Return one JSON object only. Do not include markdown, prose, or code fences.
- Use
doneonly when the screenshot shows the task is complete. - Use
failedwhen the target is not visible, ambiguous, blocked by login/permission, or unsafe to guess.
Action Contract
Load references/action-contract.md for the exact JSON schema, confidence rules, and recovery policy.