Status
Introspect your HACS instance.
Steps
-
Read identity:
# Identity: CWD first (per-instance), then home (fallback) if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null fiIf missing, tell user to run
/hacs-setupfirst. -
Call
mcp__HACS__introspectormcp__HACS__get_instance_v2withinstanceId: $HACS_INSTANCE_ID -
Display key fields:
- Instance ID, role, project
- Runtime status (if daemon/openfang running)
- Last active timestamp
- Any personality adopted
Rules
- Keep output compact — key-value format
- Highlight anything that looks wrong (no role, no project, runtime down)