gmail

Solid

Manage Gmail email — drafting, sending, organizing, filters, vacation replies, and inbox analysis

AI & Automation 648 stars 94 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
94
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

This skill provides Gmail-specific operations beyond the shared **messaging** skill. For cross-platform messaging (send, read, search, reply), use the messaging skill. Gmail operations depend on the messaging skill's provider infrastructure - load messaging first if Gmail is not yet connected. ## Script Reference All operations use CLI scripts that return JSON: - **Success**: `{ "ok": true, "data": ... }` - **Failure**: `{ "ok": false, "error": "..." }` | Script | Operation | Description | | ------------------ | ----------------------- | ---------------------------------------------------------------------------- | | `gmail-email.ts` | `draft` | Create email drafts in the Drafts folder (including reply drafts) | | `gmail-email.ts` | `send-draft` | Send an existing draft (**requires explicit user confirmation**) | | `gmail-email.ts` | `forward` | Create forward drafts, preserving attachments | | `gmail-email.ts` | `trash` | Move messages to Trash | | `gmail-manage.ts` | `label` | Add or remove labels on messages | | `gmail-manage.ts` | `follow-up` | Track/untrack messages for follow-up using a dedicated "Follow-up" label | | `gmail-manag...

Details

Author
vellum-ai
Repository
vellum-ai/vellum-assistant
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category