Agent skill

messages

Check your HACS messages. Shows new/unread messages. Usage /messages or /messages all.

Stars 4
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/main/.claude/skills/messages

SKILL.md

Messages

Check your HACS inbox.

Steps

  1. Read identity:

    bash
    # 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
    fi
    

    If missing, tell user to run /hacs-setup first.

  2. First, quick check:

    • Call mcp__HACS__do_i_have_new_messages with instanceId: $HACS_INSTANCE_ID
    • If no new messages, say "No new messages." and stop.
  3. If there are messages:

    • Call mcp__HACS__list_my_messages with instanceId: $HACS_INSTANCE_ID
    • Show a summary: from, subject/preview, timestamp
    • If user wants to read one, call mcp__HACS__get_message

Rules

  • Keep output concise — list format, not full content of every message
  • If the argument is "all", show all messages not just new ones

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results