Claude-skill-registry Email Communication

Send and read emails via Gmail (User) and Transactional Dispatcher (System).

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/email-communication" ~/.claude/skills/majiayu000-claude-skill-registry-email-communication && rm -rf "$T"
manifest: skills/data/email-communication/SKILL.md
source content

Email Skill

Capabilities

  • Read: List and read emails from the user's connected Gmail account.
  • Send (User): Send emails as the user (via Gmail API).
  • Send (System): Send marketing/transactional emails on behalf of the brand (via Mailjet/SendGrid).

Usage

  • Use
    gmail.list
    and
    gmail.read
    for context gathering ("What did John say about the invoice?").
  • Use
    gmail.send
    when the user wants to reply directly or send a personal note.
  • Use
    marketing.sendEmail
    for newsletters, notifications, or formal system comms.

Privacy

  • Never summarize unrelated sensitive emails.
  • Only read emails relevant to the user's query.