Agent Mail banner
thefilesareinthecomputer thefilesareinthecomputer

Agent Mail

Development community

Description

--- description: Route an agent-mail action - send / read / list / reply - over your inbox and peer repos. "team" points to native Agent Teams for live collaboration. --- Invoke the `agent-mail` skill. Parse the first salient verb in the request as the **action**, normalize synonyms, and route. The natural-language remainder names the peer, subject, and body. | Action (synonyms) | Do this | |---|---| | **send** / message / notify / fyi / handoff / request | Compose the body (start from `templ

Installation

Installs to ~/.claude/skills/thefilesareinthecomputer-dotagents-agent-mail/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thefilesareinthecomputer-dotagents-agent-mail && curl -fsSL https://raw.githubusercontent.com/thefilesareinthecomputer/dotagents/HEAD/commands/agent-mail.md -o ~/.claude/skills/thefilesareinthecomputer-dotagents-agent-mail/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository