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.mdsource 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
andgmail.list
for context gathering ("What did John say about the invoice?").gmail.read - Use
when the user wants to reply directly or send a personal note.gmail.send - Use
for newsletters, notifications, or formal system comms.marketing.sendEmail
Privacy
- Never summarize unrelated sensitive emails.
- Only read emails relevant to the user's query.