AI SummaryMonitor Agent Mail messages for coordination across agents. For active threads with multiple messages: Read for the display template and example session.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "inbox" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/inbox-boshu2-agentops && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/inbox-boshu2-agentops/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/agent/inbox-boshu2-agentops/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/inbox-boshu2-agentops/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/agent/inbox-boshu2-agentops/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Agent Mail inbox monitoring. Check pending messages, HELP_REQUESTs, and recent completions. Triggers: "inbox", "check mail", "any messages", "show inbox", "pending messages", "who needs help".
Inbox Skill
> Quick Ref: Monitor Agent Mail from any session. View pending messages, help requests, completions. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Monitor Agent Mail messages for coordination across agents. Requires: MCP Agent Mail tools OR HTTP endpoint at localhost:8765.
Invocation
`bash /inbox # Show current inbox state /inbox --watch # Continuous polling mode `
Execution Steps
Given /inbox [--watch]:
Alternatively, check HTTP endpoint
curl -s http://localhost:8765/health 2>/dev/null && echo "Agent Mail HTTP available" || echo "Agent Mail not running" `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster