atlas-computer-use/SKILL.md
Use when controlling ChatGPT Atlas through Codex Computer Use, especially browser tasks where context efficiency matters: fewer screenshots, fewer UI snapshots, fewer clicks, and cleaner browser state.
npx skillsauth add ingpoc/skills atlas-computer-useInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill before operating ChatGPT Atlas with Computer Use. Optimize for completing the browser task with the smallest useful UI context.
com.openai.atlas.
python scripts/ensure_atlas_allowed.py to add the bundle id to Codex Computer Use approvals.Cmd+L, Cmd+T, Cmd+W, Cmd+F, Return.mcpd.python scripts/validate_browser_bridge.py --base-url http://127.0.0.1:<port>chrome-devtools MCP via mcpd when the test does not need Atlas-only state.agent-browser when the task can be solved with DOM inspection, loops, scraping, or repeated form actions outside the user's live Atlas session.com.openai.atlas is the stable Computer Use handle.DevToolsActivePort while still failing standard CDP discovery. Treat /json/version returning 404 or hanging as a hard stop for Atlas CDP.mcpd, not ChatGPT Atlas.validate_browser_bridge.py; it checks endpoint shape, compactness, and clear/event contracts./__debug/browser-state when the question is about console, network, route, or state.scripts/ensure_atlas_allowed.py: ensure com.openai.atlas is in Codex Computer Use approvals on macOS.scripts/validate_browser_bridge.py --base-url <url>: verify the app exposes the dev-only bridge contract and returns compact JSON evidence.Use this before the app-side bridge when a browser-internal view is needed and the task can run in Google Chrome.
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --versionmcpd skill preflight, JSON-first:
command -v mcpdmcpd --json doctormcpd list --jsonmcpd active --jsonmcpd --json doctor says the daemon is not reachable, start or repair mcpd before using this lane.mcpd activate chrome-devtools --jsonmcpd call chrome-devtools <tool> --json-args '<json>' --jsonmcpd release chrome-devtools --json when donechrome-devtools server against Google Chrome only.Use this only for apps we own or can modify. Do not expect it to work on arbitrary third-party sites.
python scripts/validate_browser_bridge.py --base-url http://127.0.0.1:<port>GET /__debug/browser-stateGET /__debug/browser-eventsPOST /__debug/clearwindow.__CODEX_TEST__?.snapshot?.()window.onerror and unhandledrejectionreferences/browser-test-bridge.md, add a minimal dev-only bridge, then rerun the validator.references/openai-computer-use-notes.md.references/browser-test-bridge.md.devops
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
tools
Design or review CLIs so both coding agents and humans can use them reliably: dual-audience output, non-interactive paths, layered help, machine-readable data, predictable flags, safe mutations, and actionable errors. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, automation-friendly CLIs, JSON output, or headless usage.
tools
Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
development
Use when configuring apps to use z.ai GLM 4.7 proxy instead of standard Anthropic API. Works with any frontend (Next.js, Vite) or backend (Python, Node.js) framework.