Install Rhombus skills, sub-agents, and hooks for Claude Code to build integrations, manage devices, and monitor alerts from your terminal.
The Rhombus Claude Code Plugin Marketplace provides ready-made skills, sub-agents, and hooks for Claude Code, organized by persona. Each plugin gives Claude Code deep knowledge of the Rhombus platform so it can help you build integrations, manage devices, and monitor alerts directly from your terminal.
# Look up how to work with a specific API/rhombus-api How do I unlock a door via the access control API?# Generate docs for your integration code/api-doc src/routes/# Review code for security and performance issues/code-review src/auth.ts
# Get help with CLI commands/rhombus How do I download a video clip?# The agents work automatically — Claude will use the right one:"Show me all offline cameras" → rhombus-devices agent"What alerts fired in the last hour?" → rhombus-alerts agent"List doors at HQ and unlock the lobby" → rhombus-cli agent
For MSP and reseller partners managing multiple client organizations.
The partner plugin starts with the same capabilities as the user plugin and will be expanded with partner-specific workflows for multi-org management.
# List cameras for a client org/rhombus List cameras for "Acme Corp"# The CLI agent automatically adds --partner-org:rhombus camera get-minimal-camera-state-list --partner-org "Acme Corp"
Skills — Markdown files (SKILL.md) with instructions Claude follows when activated via slash commands. Skills can include supporting files like agent prompts, scripts, and templates.
Agents — Specialized sub-agent prompts that Claude dispatches for specific tasks (device management, alert investigation, etc.)
Hooks — Automatic actions triggered by Claude Code events (e.g., validating commands before execution, checking for CLI updates on session start)