Skip to content
Development
Command

/maintenance-status

Show ImmyBot maintenance session status — active sessions, or detail and logs for a specific session

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/maintenance-status

Context preview

What this command does when you run it.

Show ImmyBot maintenance session status — active sessions, or detail and logs for a specific session

Command definition

maintenance-status.md
description: Show ImmyBot maintenance session status — active sessions, or detail and logs for a specific session
argument-hint: "[session]"
arguments: [session]

ImmyBot Maintenance Status

Report ImmyBot maintenance session status. With a session ID, show detail and logs for "$ARGUMENTS.session"; without one, list all active sessions.

Arguments

  • `session` (optional) — Maintenance session ID (optional; omit to list all active sessions)

Prerequisites

  • ImmyBot MCP server connected
  • Tools: `immybot_maintenance_sessions_active`,

`immybot_maintenance_sessions_get`, `immybot_maintenance_sessions_logs`, `immybot_maintenance_sessions_results`

Instructions

No session ID — fleet view

1. Call `immybot_maintenance_sessions_active`. 2. Present a table: session ID, target (computer/tenant), type, status, started. 3. Summarize total running sessions.

Session ID given — detail view

1. `immybot_maintenance_sessions_get` for status and metadata. 2. `immybot_maintenance_sessions_logs` for recent log lines. 3. If the session is terminal, `immybot_maintenance_sessions_results` for per-task outcomes. 4. Report: status, progress, any failing tasks, and the recommended next step (wait, re-run, investigate).

Example Output

| Session | Target | Type | Status | Started | |---------|--------|------|--------|---------| | 8841 | Acme Corp (tenant) | Reconcile | Running | 12 min ago | | 8839 | WS-ACCT-04 | Reconcile | Completed | 40 min ago |

Example

/maintenance-status 8841

Related Commands

  • `/deploy-software` — starts the sessions this command monitors
  • `/compliance-report` — confirm post-session compliance
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins