Agent Inbox
Check and process messages from autonomous AILANG agents. Use when starting a session, after agent handoffs, or when checking for completion notifications.
npx skills add majiayu000/claude-skill-registry --skill agent-inbox-sunholo-data-ailang-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Inbox **Check for messages from autonomous agents at session start and process completion notifications.** ## Quick Start **Most common usage:** ```bash # List all messages ailang messages list # Show only unread messages ailang messages list --unread # Read full message content ailang messages read MSG_ID # Acknowledge (mark as read) ailang messages ack MSG_ID ailang messages ack --all # Send a message ailang messages send user "Your message" --title "Title" --from "agent-name" # Send bug/feature to GitHub (for cross-instance visibility) ailang messages send user "Bug report" --type bug --github ``` **Expected output (at session start):** ``` 📬 AGENT INBOX: 2 unread message(s) from autonomous agents ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ID: msg_20251210_143021_abc123 From: sprint-executor Title: Sprint M-S1 complete Time: 2025-12-10T14:30:21Z ID: msg_20251210_143055_def456 From: stapledon Title: Parser Bug Time: 2025-12-10T14:30:55Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ``` ## When to Use This Skill **Invoke this skill when:** - **Session starts** - First action in every Claude Code session (required by CLAUDE.md) - **After handoffs
- Quick Start
- When to Use This Skill
- Storage Backend
- Available Commands
- List Messages
- Read Full Message
- Acknowledge Messages
- Un-acknowledge (Mark Unread)
- Send Messages
- Import from GitHub
- Workflow
- 1. Session Start Check (REQUIRED)
- 2. Process Completion Notifications
- 3. Handle Error Reports
List all messages ailang messages list Show only unread messages ailang messages list --unread Read full message content ailang messages read MSG_ID Acknowledge (mark as read) ailang messages ack MSG_ID ailang messages ack --all Send a message
What does the Agent Inbox skill do?
Check and process messages from autonomous AILANG agents. Use when starting a session, after agent handoffs, or when checking for completion notifications.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-inbox-sunholo-data-ailang-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
