Distribution marketplace for the OpenLoomi assistant plugins. One place to install the OpenLoomi plugin into Claude Code and Codex — add this repository as a marketplace and pick openloomi from the list.
- Claude Code —
/openloomi:*slash commands, first-run setup wizard, optional Pet mirror and Stop-archive hooks. - Codex —
@OpenLoomiskills, setup readiness, personal memory workflows, and one-shot task execution.
Both plugins share the same OpenLoomi runtime on your local machine and are documented in the canonical repository:
/plugin marketplace add melandlabs/plugins
/plugin install openloomi
Run each line separately inside a session (slash commands can't be chained with &&), then restart Claude Code and run /openloomi:setup.
codex plugin marketplace add melandlabs/plugins
codex plugin add openloomi@openloomi
Then restart Codex and start a new thread.
.claude-plugin/marketplace.json Claude Code marketplace manifest
.agents/plugins/marketplace.json Codex marketplace manifest
openloomi/claude/ runtime payload for the Claude Code plugin
openloomi/codex/ runtime payload for the Codex plugin
Plugin source (with tests, walkthroughs, and contributor history) lives in melandlabs/openloomi. Edit there, then re-mirror the changed runtime directories into this repository:
- Claude Code payload — copy
commands/,hooks/,scripts/,skills/,.claude-plugin/plugin.json, andassets/logo.pngfrommelandlabs/openloomi/tree/main/plugins/claude. - Codex payload — copy
hooks/,scripts/,skills/,.codex-plugin/plugin.json, andassets/logo.pngfrommelandlabs/openloomi/tree/main/plugins/codex.
tests/, README.md, WALKTHROUGH.md, and unreferenced assets such as assets/pet.png stay only in the canonical repository.
Bump the version together in:
.claude-plugin/marketplace.json(marketplace and pluginversion).agents/plugins/marketplace.json(pluginversion)openloomi/claude/.claude-plugin/plugin.jsonopenloomi/codex/.codex-plugin/plugin.json
Apache-2.0. See LICENSE.