Messages
Check your HACS inbox.
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. -
First, quick check:
- Call
mcp__HACS__do_i_have_new_messageswithinstanceId: $HACS_INSTANCE_ID - If no new messages, say "No new messages." and stop.
- Call
-
If there are messages:
- Call
mcp__HACS__list_my_messageswithinstanceId: $HACS_INSTANCE_ID - Show a summary: from, subject/preview, timestamp
- If user wants to read one, call
mcp__HACS__get_message
- Call
Rules
- Keep output concise — list format, not full content of every message
- If the argument is "all", show all messages not just new ones