gmail-automation

Lightweight Gmail integration with standalone OAuth authentication. No MCP server required.

Content Preview
---
name: gmail-automation
description: "Lightweight Gmail integration with standalone OAuth authentication. No MCP server required."
license: Apache-2.0
risk: unknown
source: community
metadata:
  author: sanjay3290
  version: "1.0"
---

# Gmail

Lightweight Gmail integration with standalone OAuth authentication. No MCP server required.

> **⚠️ Requires Google Workspace account.** Personal Gmail accounts are not supported.

## First-Time Setup

Authenticate with Google (opens browser):
```bash
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/gmail-automation.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/gmail-automation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/gmail-automation/SKILL.md

Related Skills