Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    tmustier

    skill-gmail-api

    tmustier/skill-gmail-api
    Productivity
    2
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Gmail API skill for email operations via CLI.

    SKILL.md

    Gmail API Skill

    Quick Reference

    # Read
    scripts/gmail.py read --limit 10
    scripts/gmail.py read --query "is:unread" --full
    scripts/gmail.py get --id MSG_ID
    
    # Draft & Send  
    scripts/gmail.py draft --to "x@y.com" --subject "Hi" --body "Hello"
    scripts/gmail.py draft --reply-to MSG_ID --body "Thanks!"
    scripts/gmail.py send --draft-id DRAFT_ID
    scripts/gmail.py send --to "x@y.com" --subject "Hi" --body "Hello"
    
    # Manage
    scripts/gmail.py archive --id MSG_ID
    scripts/gmail.py trash --id MSG_ID
    scripts/gmail.py star --id MSG_ID
    scripts/gmail.py mark-read --id MSG_ID
    
    # Batch
    scripts/gmail.py batch-archive --query "from:newsletters@"
    scripts/gmail.py batch-mark-read --query "is:unread from:notifications@"
    

    Run scripts/gmail.py --help or scripts/gmail.py COMMAND --help for options.

    Full command reference: See references/commands.md

    Setup

    1. Create OAuth credentials at Google Cloud Console
    2. Copy credentials.example.json to credentials.json and add your client_id/secret
    3. First run opens browser for OAuth consent
    Recommended Servers
    AgentMail
    AgentMail
    Gmail
    Gmail
    Google Tasks
    Google Tasks
    Repository
    tmustier/skill-gmail-api
    Files