integrated-browser Skill
Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView. Published by microsoft in vscode.
What is integrated-browser Skill?
Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Security review
- Design and media
- Browser automation use cases
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use integrated-browser Skill
- Use it for browser automation.
- Use it for security review.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: .github/skills/integrated-browser/SKILL.md
What it does
Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.
Skill instructions
Integrated Browser Architecture The integrated browser ("browserView") embeds a real Chromium browser in VS Code, backed by an Electron WebContentsView. It renders live pages, presents each as an editor tab, and lets agents drive those pages through tools. It powers the in-product browser tab and the agent "browser" tools. It is not the old extensions/simple-browser (an iframe-in-a-webview), which now delegates to this on desktop. It's a heavyweight, security-sensitive, multi-process primitive, and almost every design decision follows from that. This file describes the load-bearing ideas that rarely change. It deliberately does not enumerate current features/tools/commands/settings — those churn; the live features/ and tools/ folders are the source of truth. Build the mental model here, then go read the specific code you're changing. The one idea everything follows from A page is a native WebContentsView that only the main process may create, own, and position. Nothing else can touch i
Explore related resources
Frequently asked questions
What is integrated-browser?
integrated-browser is a open-source AI agent skill with Copy skill directory. Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model.
Who is integrated-browser best for?
integrated-browser is best for reusing agent instructions, scripts, and references, browser automation workflows, security review workflows, design and media workflows.
How do I install integrated-browser?
Install or run integrated-browser using Copy skill directory. Check integrated-browser for the latest setup command.
Is integrated-browser actively maintained?
integrated-browser may need a closer maintenance check before production use.
Auto-fetched from GitHub.