inbox

/inbox — Agent Mail Inbox

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "inbox" with this command: npx skills add boshu2/agentops/boshu2-agentops-inbox

/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 inbox to 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 inbox and 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

council

No summary provided by upstream source.

Repository SourceNeeds Review
-1.5K
boshu2
Automation

swarm

No summary provided by upstream source.

Repository SourceNeeds Review
-280
boshu2
Automation

bug-hunt

No summary provided by upstream source.

Repository SourceNeeds Review
-258
boshu2