-
Notifications
You must be signed in to change notification settings - Fork 96
Add SeparateWeb Capture #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -205,6 +205,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! | |
| - [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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new plugin entry should also be added to Example entry for {
"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"
} |
||
| - [sitemd](https://github.com/sitemd-cc/sitemd) - Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages. | ||
| - [Synta MCP](https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta) - Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance. | ||
| - [Task Scheduler](https://github.com/6Delta9/task-scheduler-codex-plugin) - OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new entry makes SeparateWeb appear as an available community plugin, but the corresponding installable bundle is absent (
plugins/AUN-PN/SeparateWebdoes not exist) and the generated marketplace files do not contain it (.agents/plugins/marketplace.jsonandplugins.jsonhave noSeparateWebentry). The repository’s contribution rules require adding the bundle underplugins/<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 👍 / 👎.