What problem does it solve?
This Skill enables programmatic control and automation of the VS Code (Code OSS) environment, allowing AI agents to interact with the editor's UI, chat panel, and features as if a human were operating it.
Core Features & Use Cases
- VS Code Automation: Launch and control VS Code instances via the Chrome DevTools Protocol (CDP).
- UI Interaction: Automate actions within the VS Code UI, including the chat panel and code editors.
- Testing & Debugging: Facilitate UI testing and debugging of VS Code extensions.
- Screenshots: Capture UI states for verification and documentation.
- Use Case: Automate the process of testing a new VS Code extension by launching Code OSS in a specific configuration, interacting with the extension's UI via the chat panel, and taking screenshots at key steps.
Quick Start
Launch Code OSS with remote debugging enabled on port 9224 and then connect agent-browser to it.