Armory
Source
Browse
Skills

agent-messaging

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install agent-messaging --cli claude

writes the skill into.claude/skills/agent-messaging/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/agent-messaging/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-maestro/agent-messaging/SKILL.md -o .claude/skills/agent-messaging/SKILL.md

Notes

Extracted from davila7/claude-code-templates, agent-messaging category.