Joelclaw agent-mail
install
source · Clone the upstream repo
git clone https://github.com/joelhooks/joelclaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/joelhooks/joelclaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/agent-mail" ~/.claude/skills/joelhooks-joelclaw-agent-mail && rm -rf "$T"
manifest:
skills/agent-mail/SKILL.mdsource content
Agent Mail (Alias)
This skill is kept for compatibility with older prompts and habits.
Canonical source of truth is now
.skills/clawmail/SKILL.md
Use This Skill When
- a prompt explicitly asks for
agent-mail - you need to bridge old instructions to current protocol
Current Rules (summary)
- Mail access in pi goes through
(wrappers are fine).joelclaw mail - Check inbox before starting shared work.
- Announce scope (
), reserve paths, send status updates, release locks.Starting: - Include file paths and task context in every coordination message.
Immediate Redirect
Load and follow:
skills/clawmail/SKILL.md
Related
- ADR-0172: Agent Mail via MCP Agent Mail
joelclaw mail --help