Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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"
}

- [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.
Expand Down
Loading