Skip to content
Skill

inbox

by majiayu000

AI Summary

Monitor 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 22d ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars530
Forks83
Issues1
Updated22d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code