원클릭으로
openwork-docker-chrome-mcp
// Start the OpenWork dev stack via Docker and verify real user flows via Chrome MCP. Triggers when user mentions: - "dev-up.sh" - "docker dev stack" - "verify in chrome mcp" - "test the real flow"
// Start the OpenWork dev stack via Docker and verify real user flows via Chrome MCP. Triggers when user mentions: - "dev-up.sh" - "docker dev stack" - "verify in chrome mcp" - "test the real flow"
Create new OpenCode agents with a gpt-5.2-codex default.
Create OpenCode custom commands for repeatable tasks.
Create targeted Cal links for specific people or teams
Use Chrome MCP to verify OpenWork UI flows, especially any feature that touches remote behavior. Triggers when user mentions: - "test with chrome mcp" - "ui verification" - "remote behavior test"
Run owpenbot/openwrk integration tests with Telegram test tokens. Triggers when user mentions: - "owpenbot tests" - "telegram test tokens" - "openwrk integration test"
Create OpenCode plugins and know where to load them.
| name | openwork-docker-chrome-mcp |
| description | Start the OpenWork dev stack via Docker and verify real user flows via Chrome MCP. Triggers when user mentions: - "dev-up.sh" - "docker dev stack" - "verify in chrome mcp" - "test the real flow" |
Run from the OpenWork repo root:
cd _repos/openwork
packaging/docker/dev-up.sh
This prints:
_repos/openwork/tmp/.dev-env-<id>) containing OPENWORK_TOKEN + OPENWORK_HOST_TOKENdocker compose ... down command that stops this stackMinimum gate:
/session).smoke: hello from chrome mcp).Chrome MCP tool recipe (typical):
chrome-devtools_list_pages (optional: see existing tabs)chrome-devtools_new_page with the Web UI URL (or chrome-devtools_navigate_page if a page is already open)chrome-devtools_take_snapshot to locate the chat input + Send button uidschrome-devtools_fill the chat input uid with your messagechrome-devtools_click the Send button uidchrome-devtools_wait_for a distinctive piece of response text (or re-snapshot until the response appears)chrome-devtools_take_screenshot (save to /tmp/...png when possible)chrome-devtools_list_console_messagesEvidence:
Use the exact docker compose -p ... down command printed by dev-up.sh.
If you lost it, you can find the project name via:
docker ps --format '{{.Names}}' | rg '^openwork-dev-'
Then stop it (replace <project>):
cd _repos/openwork
docker compose -p <project> -f packaging/docker/docker-compose.dev.yml down
packaging/docker/dev-up.sh.docker CLI must be available on PATH).dev-up.sh uses random host ports; do not assume 5173/8787.