What problem does it solve?
Installing a Codex plugin from a GitHub repository requires correctly copying the plugin bundle, validating its manifest, and registering it in a marketplace file; doing this manually is error-prone and easy to get wrong.
Core Features & Use Cases
- Plugin Discovery and Validation: Locates the plugin root via
.codex-plugin/plugin.json and validates required fields like name, version, and description.
- Scoped Installation: Copies the full plugin bundle to the correct location for either a repo marketplace (
$CWD/plugins/) or a personal marketplace (~/.codex/plugins/).
- Marketplace Registration: Creates or merges a
marketplace.json entry with the documented schema, including source path, installation policy, authentication policy, and category.
- Use Case: A teammate shares a GitHub repo containing a Codex plugin; use this Skill to install it into your personal marketplace so it appears in
/plugins across all your projects after restarting Codex.
Quick Start
Use pluginstaller to install the Codex plugin from this GitHub repo into my personal marketplace.