一键导入
check-inbox
Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate and post a daily standup report. Checks project state, pending tasks, and unread messages, then posts a structured summary to the specified channel.
Deploy claude-code-router for third-party API support (OpenRouter, Gemini, DeepSeek, etc). Use when setting up non-Anthropic API providers for TeamMCP agents.
Quick start guide for TeamMCP first-time users. Walk through installation, configuration, and first deployment in minutes.
Search team knowledge across messages, project state, and task history. Compiles relevant context from multiple TeamMCP sources to answer questions.
Submit work for team review or approval. Creates/updates a review task, notifies the reviewer via channel or DM, and requests state approval if needed.
Update a project state field via TeamMCP. Sets state with reason, verifies the update, and handles approval flow if you are not the state owner.
| name | check-inbox |
| description | Check and process unread TeamMCP inbox messages. Reviews all unread items, acknowledges processed ones, and summarizes what needs attention. |
| disable-model-invocation | false |
| allowed-tools | mcp__teammcp__get_inbox, mcp__teammcp__ack_inbox, mcp__teammcp__send_message, mcp__teammcp__send_dm |
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