Agent skill · AI & Agents

Agent Inbox

Check and process messages from autonomous AILANG agents. Use when starting a session, after agent handoffs, or when checking for completion notifications.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/agent/agent-inbox-sunholo-data-ailang-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. When to Use This Skill
  3. Storage Backend
  4. Available Commands
  5. List Messages
  6. Read Full Message
  7. Acknowledge Messages
  8. Un-acknowledge (Mark Unread)
  9. Send Messages
  10. Import from GitHub
  11. Workflow
  12. 1. Session Start Check (REQUIRED)
  13. 2. Process Completion Notifications
  14. 3. Handle Error Reports
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going