Installation
The CLI
Section titled “The CLI”No install required. Run it with npx:
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):
npx cyberlegion@0.3.1 <command>The agent plugin
Section titled “The agent plugin”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 cyberlegionOr, via the cyberplace skill installer, as a plugin inside the cyberplace marketplace:
npx skills add cyberuni/cyberplace --plugin cyberlegion --globalFirst run
Section titled “First run”Once either the CLI or the plugin is available, onboard the session:
npx cyberlegion initThis 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.
Related
Section titled “Related”- Introduction: what cyberlegion is
- CLI: init: the onboarding command reference
- Skill: init-cyberlegion: the guided onboarding flow