with one click
with one click
Run OpenWork UI evals on a Daytona sandbox or local Electron instance. Handles sandbox creation, service startup, and eval execution via CDP browser tools.
Guide users through browser automation setup using Chrome DevTools MCP only. Use when the user asks to set up browser automation, Chrome DevTools MCP, browser MCP, or runs the browser-setup command.
Manages Cargo.lock file updates and resolves --locked flag issues in CI/CD. Triggers when user mentions: - "cargo test --locked failed" - "cannot update the lock file" - "Cargo.lock is out of date" - "PR failed with --locked error" - "fix Cargo.lock"
Publish the openwork-orchestrator npm package with clean git hygiene. Triggers when user mentions: - "openwork-orchestrator npm publish" - "publish openwork-orchestrator" - "bump openwork-orchestrator"
SolidJS reactivity + UI state patterns for OpenWork
Debug OpenWork sidecars, config, and audit trail
| name | openwork-core |
| description | Core context and guardrails for OpenWork native app |
AGENTS.md, VISION.md, PRINCIPLES.md, PRODUCT.md, and ARCHITECTURE.md before changing behavior.vendor/opencode exists for self-reference.tauri-solidjs skill for stack-specific guidance.git -C vendor/opencode pull --ff-only
pnpm tauri dev # Desktop development
pnpm tauri ios dev # iOS development
pnpm tauri android dev # Android development
# Or run directly in the desktop package:
pnpm -C packages/desktop tauri dev
opencode -p "your prompt" -f json -q
~/.opencode/opencode.db # SQLite database
sessions — Task runsmessages — Chat messages and tool callshistory — File change trackinggit clone https://github.com/anomalyco/opencode vendor/opencode
pnpm create tauri-app . --template solid-ts
pnpm tauri ios init
pnpm tauri android init
git clone https://github.com/anomalyco/opencode vendor/opencode