Agent Skills: Gmail Skill

Fetch Gmail using existing Google Workspace credentials at ~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

UncategorizedID: plurigrid/asi/gmail

Install this agent skill to your local

pnpm dlx add-skill https://github.com/plurigrid/asi/tree/HEAD/skills/gmail

Skill Files

Browse the full folder contents for gmail.

Download Skill

Loading file tree…

skills/gmail/SKILL.md

Skill Metadata

Name
gmail
Description
Fetch Gmail using existing Google Workspace credentials at ~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

Gmail Skill

Fetches Gmail using existing Google Workspace OAuth credentials.

Prerequisites

Credentials file exists at:

~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

Usage

Fetch most recent email:

uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py

Fetch with options:

# Fetch N most recent emails
uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py --count 5

# Search emails
uvx --from google-auth --with google-api-python-client --with google-auth-oauthlib python3 ~/.claude/skills/gmail/fetch.py --query "from:someone@example.com"

Credential Location

The working credentials are at:

~/.google_workspace_mcp/credentials/greenteatree01@gmail.com.json

These contain a refresh token with full Gmail scopes (readonly, compose, send, modify).