--- description: Read-only Claude-Mailbox health check. No changes, no installs — just report. allowed-tools: Bash, Read --- Report the Claude-Mailbox setup status without making any changes. If something is wrong, **tell** the user but **do not** fix it — suggest `/claude-mailbox:mailbox-doctor` for that. Print exactly this block, filling in each line: ``` Claude-Mailbox status binary: daemon: health: <"ok" if GET http://127.0.0.1:37849/health returns 200, else "unreachable"> mailbox name: auto-derived per session as - (see SessionStart announcement) pending: n/a (the session's mailbox name isn't known until SessionStart runs in this session's context) ``` End with one line: - All good → `Status: OK` - Missing daemon → `Status: Setup incomplete. Run /claude-mailbox:mailbox-doctor to fix.` - Daemon installed but stopped → `Status: Daemon is not running. Try \`claude-mailbox start\` or run /claude-mailbox:mailbox-doctor.`