Lobster Ops Plugin
Lobster Ops Plugin
lobster-ops is a Claude Code plugin that bundles 38 /lobster-* slash commands for diagnosing and operating the agent host. Replaces a sprawling collection of one-off scripts and ad-hoc playbooks with a single installable surface.
Install
The plugin is published in the local marketplace alongside this repo. Install once:
claude plugin install lobster-ops@lobsterSkills and scripts symlink-install from the repo, so edits go live immediately. To force a full rebuild, bump version in plugin.json and run claude plugin update lobster-ops@lobster.
Slash Commands
All commands use the /lobster-* prefix.
| Domain | Commands | What they do |
|---|---|---|
| System | status, health-check, logs, investigate, tool-skip | Live state, log inspection, root-cause walkthrough |
| Healing | heal, watchdog, harden, check-update, skill-audit, codex-perf | Self-heal, hardening checks, perf review |
| Sessions | session, session-monitor, session-search, session-resume, session-purge | Session inspection and recovery |
| Cron | cron, cron-errors, cron-optimize, cron-manage | Cron job audit and management |
| Channels | imessage, whatsapp, homeclaw, travel-hub, message, approvals | Per-channel diagnostics |
| Agents | agent, agent-review, agent-dirs, context, prompt-truncation | Agent state and context-window analysis |
| Auth | auth, exec | Token health, exec-approval review |
| Digests | digest, backup-rotate | Activity digests and backup hygiene |
| Lifecycle | upgrade, release, acp | Upgrade flow, release notes, ACP runtime |
Scripts and References
The plugin also ships:
- 22 ops scripts under
plugins/lobster-ops/scripts/— used by the slash commands and runnable directly. - 19 reference docs under
plugins/lobster-ops/references/— diagnostic playbooks, channel runbooks, paths inventory.
Notable Skills
/lobster-tool-skip— diagnoses cases where the agent narrated what it would do instead of calling the tool. Surfaces instruction conflicts, prompt-suffix injection, and tool-availability issues./lobster-heal— full self-heal: gateway, channels, plugins, with guardrails on destructive actions./lobster-investigate— open-ended root-cause walkthrough that pulls logs, sessions, and config into one view./lobster-upgrade— runs the full upgrade lifecycle (backup → update → patches → smoke tests → docs refresh).