browser-automation
v1.2.1Drive a browser with the coding agent's own browser first (Claude in Chrome, Codex's Chrome or in-app Browser), falling back to agent-browser, Playwright or Chrome DevTools only when the job needs them.
By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install browser-automation for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add browser-automation@glstack-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the glstack-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “browser-automation” remain stable.
- Codex:
browser-automation@agent-plugin-marketplace→browser-automation@glstack-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/glebedel/glstack-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/engineering/browser-automation/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/browser-automation/SKILL.md
Included Skills1
Drive a web browser to open pages, click, fill forms, sign in, take screenshots, scrape data, check a local dev server or test a web app. Uses the browser your coding agent already has (Claude in Chrome in Claude Code, the Chrome or in-app Browser plugin in Codex), then a connected browser MCP server such as Playwright or Chrome DevTools, before falling back to agent-browser or Playwright. Use for "open this site", "browse to", "fill out the form", "click", "take a screenshot", "check localhost", "scrape", "log in to", or any other browser task.
Plugin manifests2
{
"name": "browser-automation",
"version": "1.2.1",
"description": "Drive a browser with the coding agent's own browser first (Claude in Chrome, Codex's Chrome or in-app Browser), falling back to agent-browser, Playwright or Chrome DevTools only when the job needs them.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"interface": {
"displayName": "Browser Automation",
"shortDescription": "Drive a browser with the coding agent's own browser first (Claude in Chrome, Codex's Chrome or in-app Browser), falling…",
"longDescription": "Drive a browser with the coding agent's own browser first (Claude in Chrome, Codex's Chrome or in-app Browser), falling back to agent-browser, Playwright or Chrome DevTools only when the job needs them.",
"developerName": "Guillaume Lebedel",
"category": "Engineering",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Browser Automation to run this workflow."
]
},
"license": "MIT",
"keywords": [
"browser",
"automation",
"agent-browser",
"playwright",
"testing",
"scraping"
],
"skills": "./.codex/skills/"
}{
"name": "browser-automation",
"version": "1.2.1",
"description": "Drive a browser with the coding agent's own browser first (Claude in Chrome, Codex's Chrome or in-app Browser), falling back to agent-browser, Playwright or Chrome DevTools only when the job needs them.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"license": "MIT",
"keywords": [
"browser",
"automation",
"agent-browser",
"playwright",
"testing",
"scraping"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[browser-automation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/browser-automation)