Add SeparateWeb Capture#134
Conversation
Adds SeparateWeb Capture to the Tools & Integrations section. SeparateWeb gives Codex real webpage context through full-page screenshots, UI crops, and JSON manifests for frontend review and visual QA.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2b02e6ca0f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - [Remotion Plugin](https://github.com/tim-osterhus/codex-remotion-plugin) - Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow. | ||
| - [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence. | ||
| - [Rust Reverse Engineering](https://github.com/jingjing2222/rust-reverse-engineering-skill) - Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate namespaces, and map panic, unwind, async, and FFI paths. | ||
| - [SeparateWeb Capture](https://github.com/AUN-PN/SeparateWeb) - Give Codex eyes on real webpages with full-page screenshots, UI crops, and JSON manifests for frontend visual QA. |
There was a problem hiding this comment.
Add the plugin bundle before listing SeparateWeb
This new entry makes SeparateWeb appear as an available community plugin, but the corresponding installable bundle is absent (plugins/AUN-PN/SeparateWeb does not exist) and the generated marketplace files do not contain it (.agents/plugins/marketplace.json and plugins.json have no SeparateWeb entry). The repository’s contribution rules require adding the bundle under plugins/<owner>/<repo>/, and the README tells users this marketplace installs from those mirrored local bundles, so users browsing this list cannot install the newly advertised plugin from this repo until the bundle and generated indexes are added.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Code Review
This pull request adds the 'SeparateWeb Capture' plugin to the third-party plugins list in the README. The reviewer suggests updating the plugins.json file to keep the machine-readable registry in sync with the documentation, providing a specific JSON entry and noting that the total count should be incremented.
| - [Remotion Plugin](https://github.com/tim-osterhus/codex-remotion-plugin) - Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow. | ||
| - [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence. | ||
| - [Rust Reverse Engineering](https://github.com/jingjing2222/rust-reverse-engineering-skill) - Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate namespaces, and map panic, unwind, async, and FFI paths. | ||
| - [SeparateWeb Capture](https://github.com/AUN-PN/SeparateWeb) - Give Codex eyes on real webpages with full-page screenshots, UI crops, and JSON manifests for frontend visual QA. |
There was a problem hiding this comment.
The new plugin entry should also be added to plugins.json to keep the machine-readable registry in sync with the README. Based on the current structure, it should be inserted between Rust Reverse Engineering and sitemd in the Tools & Integrations category. Additionally, the total count at the top of plugins.json should be incremented to 81.
Example entry for plugins.json:
{
"name": "SeparateWeb Capture",
"url": "https://github.com/AUN-PN/SeparateWeb",
"owner": "AUN-PN",
"repo": "SeparateWeb",
"description": "Give Codex eyes on real webpages with full-page screenshots, UI crops, and JSON manifests for frontend visual QA.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/AUN-PN/SeparateWeb/HEAD/.codex-plugin/plugin.json"
}
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by nemotron-3-super-120b-a12b-20230311:free · 233,277 tokens |
Summary
Adds SeparateWeb Capture to the Community Plugins list.
SeparateWeb Capture gives Codex eyes on real webpages with full-page screenshots, UI crops, and JSON manifests for frontend review and visual QA.
Before submitting, verify
.codex-plugin/plugin.jsonexists and is valid JSONcomposerIconfield is set inplugin.jsoninterface sectioncomposerIconplugin.json