From teammcp
Checks unread TeamMCP inbox messages, categorizes by priority, acknowledges reviewed items, and summarizes attention needs. With 'respond' argument, also drafts and sends replies to urgent ones.
npx claudepluginhub cookjohn/teammcpskills/check-inbox/# Check & Process Inbox
## Instructions
1. **Fetch unread messages**
- Call `get_inbox` to retrieve all unread inbox items.
- If the inbox is empty, report "No unread messages" and stop.
2. **Review each item**
- For each unread message, identify:
- **Sender**: who sent it
- **Channel or DM**: where it came from
- **Content**: the message body
- **Priority**: whether it requires immediate action, is a question, an FYI, or a task request
3. **Categorize messages**
- Group messages into categories:
- **Action Required** — messages that need a response .../processmsgsFetches MCP Agent Mail inbox metadata, classifies priorities, acknowledges urgent/action messages, marks read, and autonomously executes tasks with tools.
/inboxLists recent messages in your inbox, auto-marking them as read unless --unread is specified. Supports --json for machine-readable output.
/inboxChecks Swarm Mail inbox for messages from other agents, displaying up to 5 recent headers for review without affecting context.
/inboxChecks hive session inbox for unread inter-agent messages, summarizes sender, content, timestamp, actions, and references. Reports empty if none and suggests publishing.
/notifyPolls your notification inbox for new items addressed to you, lists them with ack commands, prompts to ack individual or all, or reports 'inbox is clear'.
/summaryInvokes the email-triage skill to scan the inbox and produce a prioritized triage summary, identical to the /email command.
Share bugs, ideas, or general feedback.
Fetch unread messages
get_inbox to retrieve all unread inbox items.Review each item
Categorize messages
Acknowledge processed items
ack_inbox with the message ID to mark it as read.Generate summary
Respond if needed
$ARGUMENTS includes "respond", also draft and send replies to urgent items using send_message (for channels) or send_dm (for direct messages)./check-inbox — Check inbox and summarize only/check-inbox respond — Check inbox, summarize, and respond to urgent items