Agent Plugins Marketplace
← All plugins

browser-automation

v1.2.1

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.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add browser-automation@glstack-plugins

Paste 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-plugins

Clone 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

plugins/engineering/browser-automation/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/browser-automation/SKILL.md

Included Skills1

browser-automationskills/browser-automation/SKILL.md

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

plugins/engineering/browser-automation/.codex-plugin/plugin.json
{
  "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/"
}
plugins/engineering/browser-automation/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)