Skip to content

Installation

No install required. Run it with npx:

Terminal window
npx cyberlegion <command>

Or pin to an exact version for reproducible hooks (recommended for anything registered into a harness config, such as the surfacing hook init writes):

Terminal window
npx cyberlegion@0.3.1 <command>

The plugin ships the Legate routing layer, its user-facing skills (legate, manage-inbox, init-cyberlegion), its internal governance skills, and the headless-legate subagent for unattended dispatch. In Claude Code:

/plugin marketplace add cyberuni/cyberlegion
/plugin install cyberlegion

Or, via the cyberplace skill installer, as a plugin inside the cyberplace marketplace:

Terminal window
npx skills add cyberuni/cyberplace --plugin cyberlegion --global

Once either the CLI or the plugin is available, onboard the session:

Terminal window
npx cyberlegion init

This detects the harness and registers the mail-surfacing hook. See the init-cyberlegion skill for the guided version, which also offers to bind the current pane as the durable owner inbox, and cli/init for the raw command reference.