inbox▌
boshu2/agentops · updated Apr 8, 2026
Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications.
/inbox — Agent Mail Inbox
Purpose: Check the agent mail inbox for pending messages, HELP_REQUESTs, and inter-agent notifications.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
CLI dependencies: gt — required. This skill wraps gt mail inbox.
Quick Start
/inbox # Check pending messages
Execution Steps
Step 1: Check Inbox
if command -v gt &>/dev/null; then
gt mail inbox
else
echo "gt CLI not installed. Install with: brew install gt"
exit 1
fi
Step 2: Display Results
Show the inbox contents to the user. If there are pending messages, display them with sender, timestamp, and content. If the inbox is empty, confirm no pending messages.
Step 3: Suggest Action
If messages contain HELP_REQUESTs, suggest responding. If inbox is empty, confirm and suggest returning to current work.
Examples
Checking Inbox With Messages
User says: /inbox
What happens:
- Agent runs
gt mail inboxto retrieve pending messages - Agent displays messages with sender, timestamp, and content
- Agent suggests responding to any HELP_REQUESTs
Result: User sees pending messages and can act on them.
Checking Empty Inbox
User says: /inbox
What happens:
- Agent runs
gt mail inboxand finds no messages - Agent confirms inbox is empty
Result: User confirms no pending messages and continues current work.
Troubleshooting
| Problem | Cause | Solution |
|---|---|---|
| "gt CLI not installed" | gt not in PATH | Install with brew install gt |
| No messages shown but expected | Messages already read or expired | Check gt mail for full mail history |
| Permission error | gt not configured for this workspace | Run gt init to configure the workspace |
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★36 reviews- ★★★★★Chaitanya Patil· Dec 28, 2024
inbox is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Diya Mehta· Dec 28, 2024
Solid pick for teams standardizing on skills: inbox is focused, and the summary matches what you get after install.
- ★★★★★Maya Flores· Dec 24, 2024
Keeps context tight: inbox is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Kwame Gonzalez· Dec 8, 2024
Registry listing for inbox matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★James Chawla· Nov 27, 2024
Solid pick for teams standardizing on skills: inbox is focused, and the summary matches what you get after install.
- ★★★★★Piyush G· Nov 19, 2024
Keeps context tight: inbox is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Meera Iyer· Nov 15, 2024
inbox is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Ama Ghosh· Oct 18, 2024
We added inbox from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Shikha Mishra· Oct 10, 2024
inbox has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Aditi Garcia· Oct 6, 2024
Useful defaults in inbox — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 36