← Back to registry
📧

Gmail Summarizer

Auto-summarizes your inbox threads with AI, extracts action items and priorities. Works seamlessly with the MCP Gmail connector.

by alexchen · published 2026-01-12

邮件处理API集成
19.7k
Total Installs
★ 342
Stars
2026-02
Last Updated
// INSTALL COMMAND
$ claw add gh:alexchen/gmail-summarizer

Gmail Summarizer

A powerful OpenClaw skill that connects to your Gmail via MCP and provides intelligent summaries of your inbox.

Features

  • Summarizes email threads with AI
  • Extracts action items and deadlines
  • Prioritizes emails by urgency
  • Supports batch processing
  • Requirements

  • OpenClaw CLI v2.0+
  • Gmail MCP connector configured
  • Google OAuth credentials
  • Usage

    claw run gmail-summarizer --last 24h
    claw run gmail-summarizer --thread <thread-id>

    Configuration

    Add to your `claw.config.json`:

    {
      "skills": {
        "gmail-summarizer": {
          "maxThreads": 50,
          "summarizeStyle": "bullet"
        }
      }
    }
    View on GitHub
    // COMMENTS (0)
    Sign in with GitHub to leave a comment.
    // RELATED SKILLS