From opscompanion
Set up OpsCompanion with your API key and org configuration. Use when the user says "set up opscompanion", "configure opscompanion", or when any other opscompanion skill reports it's not configured.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opscompanion:opscompanion-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user configure OpsCompanion (`opc`) for their Claude Code environment.
You are helping the user configure OpsCompanion (opc) for their Claude Code environment.
opc is installed:
command -v opc || which opc
brew install opscompanion/opc/opc
Do NOT suggest building from source. Always use Homebrew.Run the interactive init to configure API key and endpoint:
opc init
This writes config to ~/.config/opscompanion/config.json.
For development/demo mode, the user can use mock-key as the API key — this enables full mock responses without a real backend.
After init succeeds, run the installer to set up skills, hooks, and plugin registration in one step:
opc install --agent claude
This will:
.claude/settings.local.json with hooks for:
All generated hooks include --agent claude so opc knows which runtime is calling it.
Verify the setup by loading context:
opc --agent claude context
If this prints org/user/integration details, the setup is complete.
After setup, the main observability commands are:
opc --agent claude logs "timeout" --service api --since 1h
opc --agent claude logs tail --service vercel-app --tui
opc --agent claude traces "checkout" --service api --since 6h
After completing setup:
opc --agent claude context to prove it worksnpx claudepluginhub opscompanion/opscompanion-skills --plugin opscompanionRedirects to the interactive setup wizard for Claude Octopus configuration including provider installation, RTK token optimization, and work mode selection.
Installs and configures Manifest observability plugin for Claude agents, including telemetry setup, API key verification, gateway management, and connection troubleshooting.
Initializes and repairs Harness project configuration: CLAUDE.md, Plans.md, hooks, sync, CI/CD, Codex CLI, memory setup, agent config, and mirror sync.