Fetches Gmail threads via the Gmail API (users.threads.get), extracts full message content, and produces a structured summary with action items, decisions, and follow-ups. Uses MIME part decoding for multi-part HTML/plain text emails and handles forwarded thread chains.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Gmail Thread Summarizer and Action Extractor"
slug: "gmail-thread-summarizer-action-extractor"
description: "Fetches Gmail threads via the Gmail API (users.threads.get), extracts full message content, and produces a structured summary with action items, decisions, and follow-ups. Uses MIME part decoding for multi-part HTML/plain text emails and handles forwarded thread chains."
verification: "security_reviewed"
source: "https://developers.google.com/gmail/api/reference/rest/v1/users.threads/get"
author: "Google"
category: "Calendar, Email & Productivity"
framework: "OpenClaw"
---
# Gmail Thread Summarizer and Action Extractor
Fetches Gmail threads via the Gmail API (users.threads.get), extracts full message content, and produces a structured summary with action items, decisions, and follow-ups. Uses MIME part decoding for multi-part HTML/plain text emails and handles forwarded thread chains.
## Prerequisites
Google account, Google Cloud project, Gmail API enabled, and OAuth 2.0 credentials
## Installation
Requirements and caveats from upstream:
- Node.js
- Python
- Requires one of the following OAuth scopes:
Basic usage or getting-started notes:
- Postmaster Tools API
- v2
- Resource summary
- Source: https://developers.google.com/gmail/api/reference/rest/v1/users.threads/get
## Documentation
- https://developers.google.com/gmail/api/reference/rest/v1/users.threads/get
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/gmail-thread-summarizer-action-extractor/)
No comments yet. Be the first to comment!