mail

Installation
SKILL.md

/mail — Agent Mail

Multi-session agent coordination over .lev/mail/. Wraps the levmail CLI at ~/.local/bin/levmail.

Commands

/mail                      # inbox (all messages, newest first)
/mail inbox                # same
/mail inbox <agent-id>     # messages addressed to <agent-id>
/mail send <to> <subject>  # write + send a message (body from context or stdin)
/mail read <file>          # read a specific message
/mail claim <path>         # claim ownership of a file/workstream/folder
/mail broadcast <subject>  # send to all-agents
/mail register <id>        # set this session's agent ID
/mail whoami               # show current agent ID
/mail roster               # show all known agent IDs from message headers
/mail archive <file>       # move message to archive/
Installs
1
Repository
lev-os/agents
GitHub Stars
22
First Seen
Jul 16, 2026
mail — lev-os/agents