agent-message-cli
Installation
SKILL.md
agent-message CLI
The agent-message CLI is a Go-based command-line client for the agent-message messaging platform. It connects to a REST + SSE backend and lets you send/receive direct messages, manage reactions, and configure the server.
Quick Reference
Install: npm install -g agent-message
Config file: ~/.agent-message/config (JSON)
Default server: http://localhost:45180 (API), http://localhost:45788 (Web)
After installing, start the server first with agent-message start, then use agent-message <command> for all other commands. Starting the local stack does not rewrite CLI traffic automatically. Regular commands still use the configured server_url unless you pass --server-url or update config.
Global Flags
--config <path> Path to config file (default: ~/.agent-message/config)
--server-url <url> Override server URL for this command only