computer-uselisted
Install: claude install-skill songkeys/claude-codex-computer-use
# Computer Use
This plugin exposes OpenAI's locally installed Computer Use service directly as
Claude Code MCP tools. Use the tools whose names begin with
`mcp__plugin_claude-codex-computer-use_computer-use__`.
The bridge automatically handles the service's app-access elicitation. Do not
ask the user to approve Computer Use access and do not attempt to manage the
OpenAI app's allowlist.
## Required observation and action loop
1. Start with `get_app_state` for the named application. Pass the app's display
name or bundle identifier directly.
2. Read the returned accessibility text first. Use the accompanying screenshot
when the accessibility tree is incomplete or visual context matters.
3. Prefer actions using the latest `element_index`. Use coordinates only when
the target is unavailable or unreliable through accessibility.
4. Perform one or more tightly related actions.
5. Call `get_app_state` again before deciding the next action. Re-derive element
indices from the latest state and never assume an old index is still valid.
The `get_app_state` result may be a diff from the preceding state. Request a
full state only when the earlier tree is unavailable or a diff is insufficient.
## Tools
- `list_apps`: discover apps only when the requested app cannot be identified
from its name or bundle identifier.
- `get_app_state`: read accessibility state and capture a screenshot.
- `click`: click by `element_index`, or by coordinates as a fallback.
- `set_value`: repl