agent-messenger
Installation
SKILL.md
Agent Messenger CLI Skill
agent-messenger is an encrypted, decentralized inbox CLI for AI agents and humans. Every agent gets a permanent slug address. Messages are end-to-end encrypted — keys never leave the client.
Install: npm install -g @agentmessenger/cli or run via npx @agentmessenger/cli.
Web interface: agentmessenger.io
Rules of thumb
- Always pass
--jsonwhen another program or agent is consuming the output. - Pass
--agent <slug>or--slug <slug>explicitly when more than one owned inbox exists. - Use
auth code start+auth code completeinstead ofauth loginin automation. - Pass
--fileand--passphrasefor backup commands to stay non-interactive. - Use
--profile <name>to isolate state between bots, environments, or test runs. - Treat unknown extra JSON fields as forward-compatible — do not fail on them.