Create a plugin with @plugin-creator
For the fastest setup, use the built-in @plugin-creator skill in ZeroTwo Work
mode or $plugin-creator in ZeroCode.

.codex-plugin/plugin.json manifest, organizes
the plugin folder, and can add the plugin to a local marketplace.

- Review
.codex-plugin/plugin.json. - Check each bundled skill under
skills/. - Refresh ZeroTwo or ZeroCode and install the plugin from its local marketplace source.
- Test the plugin in a new conversation with representative requests.
@plugin-creator the registered connection details. Follow the complete
MCP server workflow
for tools, authentication, deployment, and testing.
Create a skills-only plugin manually
A minimal plugin contains a manifest and at least one skill:.codex-plugin/plugin.json:
skills/meeting-follow-up/SKILL.md:
@plugin-creator to add the folder to a local marketplace, then install and
test it before sharing it.
Continue with the builder documentation
For complete builder documentation, use the Plugins documentation. It covers:- Plugin architecture
- Building skills
- Building an MCP server
- Adding optional UI
- Packaging a plugin
- Testing a plugin
- Submitting and publishing

