browser-recorder
v1.2.1Capture screenshots and video clips (60fps by default) from a shot list, signed in once per domain, with a click and scroll log for video post-processing.
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-recorder for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add browser-recorder@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-recorder” remain stable.
- Codex:
browser-recorder@agent-plugin-marketplace→browser-recorder@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-recorder/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/browser-recorder/SKILL.md
Included Skills1
Capture a web app as 1920x1080 screenshots and 60fps video clips from a shot list, with a click and scroll event log for video editing (Remotion). Use for product demo footage, feature launch clips, screen recordings of a web flow, or marketing screenshots of an app.
Plugin manifests2
{
"name": "browser-recorder",
"version": "1.2.1",
"description": "Capture screenshots and video clips (60fps by default) from a shot list, signed in once per domain, with a click and scroll log for video post-processing.",
"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 Recorder",
"shortDescription": "Capture screenshots and video clips (60fps by default) from a shot list, signed in once per domain, with a click and…",
"longDescription": "Capture screenshots and video clips (60fps by default) from a shot list, signed in once per domain, with a click and scroll log for video post-processing.",
"developerName": "Guillaume Lebedel",
"category": "Engineering",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Browser Recorder to run this workflow."
]
},
"license": "MIT",
"keywords": [
"browser",
"recording",
"video",
"screenshots",
"automation",
"1password",
"remotion"
],
"skills": "./.codex/skills/"
}{
"name": "browser-recorder",
"version": "1.2.1",
"description": "Capture screenshots and video clips (60fps by default) from a shot list, signed in once per domain, with a click and scroll log for video post-processing.",
"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",
"recording",
"video",
"screenshots",
"automation",
"1password",
"remotion"
]
}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-recorder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/browser-recorder)