Skill: Browser Automation What I Do - Attach OpenCode browser tools to the OpenWork Electron app during local development. - Drive the app UI through Electron's Chrome DevTools Protocol endpoint. - Send a task/session from the composer and confirm the response in the UI. Local Dev Setup enables Electron CDP by default: The default browser URL for OpenCode browser tools is: The app UI normally loads at: To use a different CDP port, launch with an override: To disable Electron CDP for a run: Background Launch Use a detached launch when the user wants the app running in the background: Then wait…