separateweb-capture
v1.1.2Website screenshot and UI crop extraction for Codex using Playwright and Sharp.
By AUN-PNLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 separateweb-capture for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add separateweb-capture@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/AUN-PN/SeparateWeb/.
Plugin files
├── .codex-plugin/plugin.json└── skills/separateweb-capture/SKILL.md
Included Skills1
Capture a URL into a full-page screenshot, cropped UI item PNGs, and a JSON manifest. Use when the user says `separateweb capture <url>`, asks to capture a website, or wants UI extraction assets without running the SeparateWeb web app.
Plugin manifests1
{
"name": "separateweb-capture",
"version": "1.1.2",
"description": "Website screenshot and UI crop extraction for Codex using Playwright and Sharp.",
"author": {
"name": "AUN-PN",
"email": "",
"url": "https://github.com/AUN-PN"
},
"license": "MIT",
"keywords": [
"capture",
"screenshot",
"website-screenshot",
"web-page-capture",
"playwright",
"playwright-screenshot",
"visual-qa",
"ui-extraction"
],
"skills": "./skills/",
"interface": {
"displayName": "SeparateWeb Capture",
"shortDescription": "Capture website screenshots and UI crops.",
"longDescription": "Adds a Codex skill for web page capture with Playwright, saving full-page screenshots, cropped UI items, and manifest JSON for visual QA and frontend reference work.",
"developerName": "AUN-PN",
"category": "Productivity",
"capabilities": [
"Capture",
"Write"
],
"defaultPrompt": [
"separateweb capture https://example.com",
"Capture this page into UI crops",
"Take a full-page screenshot and manifest"
],
"brandColor": "#2563EB",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}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.
[separateweb-capture on Agent Plugins Marketplace](https://pluginsmp.com/plugins/separateweb-capture)