Public Claude Code and Codex plugin marketplace for owl9.
- Install the
owl9CLI:
npm install -g @sys9/owl9-cli
# or
bun add -g @sys9/owl9-cli- Set the target space once:
owl9 set space <space_id>Inside Claude Code:
/plugin marketplace add sys9-ai/owl9-plugins
/plugin install owl9-upload@owl9-claude-code-plugins
/reload-plugins
Start a tracked session with:
OWL9_ENABLE=1 claudeAdd the marketplace:
codex plugin marketplace add sys9-ai/owl9-pluginsEnable the plugin in ~/.codex/config.toml or .codex/config.toml:
[features]
plugin_hooks = true
[plugins."owl9-upload@owl9-codex-plugins"]
enabled = trueStart a tracked session with:
OWL9_ENABLE=1 codex