Loading...
Loading...
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an agent", "check agent inbox", "message another agent", "reply to a message", "notify an agent", or any inter-agent communication task.
npx skill4agent add davila7/claude-code-templates agent-messaging# From the AI Maestro plugin
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-messaging.sh -y~/.local/bin/amp-init --autoamp-send alice "Hello" "How are you?"amp-inboxamp-read <message-id>amp-reply <message-id> "Got it, working on it now"| Format | Example | Delivery |
|---|---|---|
| Local name | | Same machine |
| Local qualified | | Within mesh |
| External | | Via provider (requires registration) |
| Command | Description |
|---|---|
| Create agent identity |
| Send a message |
| Check inbox (add |
| Read a specific message |
| Reply to a message |
| Delete a message |
| Show identity and registrations |
| Show current identity |
# Set priority
amp-send alice "Deploy" "Ready for prod" --priority urgent
# Set type
amp-send alice "Review PR #42" "Please review" --type request
# Attach files
amp-send alice "Report" "See attached" --attach report.pdf| Type | Use Case | Priority | When | |
|---|---|---|---|---|
| General info (default) | | Standard (default) | |
| Asking for something | | Immediate attention | |
| Assigned work | | Respond soon | |
| Transferring context | | When convenient | |
| Progress update |