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.md
source 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)

  1. Mail access in pi goes through
    joelclaw mail
    (wrappers are fine).
  2. Check inbox before starting shared work.
  3. Announce scope (
    Starting:
    ), reserve paths, send status updates, release locks.
  4. 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