Skip to content

sys9-ai/owl9-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWL9 Plugins

Public Claude Code and Codex plugin marketplace for owl9.

Prerequisites

  • Install the owl9 CLI:
npm install -g @sys9/owl9-cli
# or
bun add -g @sys9/owl9-cli
  • Set the target space once:
owl9 set space <space_id>

Claude Code

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 claude

Codex

Add the marketplace:

codex plugin marketplace add sys9-ai/owl9-plugins

Enable the plugin in ~/.codex/config.toml or .codex/config.toml:

[features]
plugin_hooks = true

[plugins."owl9-upload@owl9-codex-plugins"]
enabled = true

Start a tracked session with:

OWL9_ENABLE=1 codex

About

Public Claude Code and Codex plugin marketplace for owl9

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors