gmail
Gmail skill provides lightweight email management for Google Workspace accounts without requiring a full MCP server. Search emails using Gmail's query syntax, read message content, send emails with CC/BCC support, create and send drafts, and manage labels like archiving, starring, and marking as read.
Gmail skill lets you search, read, send, and manage emails with full Gmail query syntax support.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-09
Gmail skill lets you search, read, send, and manage emails with full Gmail query syntax support. Gmail skill provides lightweight email management for Google Workspace accounts without requiring a full MCP server. Search emails using Gmail's query syntax, read message content, send emails with CC/BCC support, create and send drafts, and manage labels like archiving, starring, and marking as read.
Use it when
- Yes, Gmail skill supports sending emails with recipients, subject line, and body content.
- Gmail skill retrieves and displays full email message content.
Verify before relying
Read SKILL.md below before installing (6 files). Open directory: indexed for reading, not audited.
Install
sanjay3290/ai-skills/gmail · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I search gmail emails using the Gmail skill?
Gmail skill lets you search emails using Gmail's native query syntax. You can filter by sender, subject, date, labels, and more. For example, search for unread emails, messages from specific senders, or emails from the last week. The skill supports Gmail's full search operators to help you find exactly what you need.
Can I send email via gmail with the Gmail skill?
Yes, Gmail skill supports sending emails with recipients, subject line, and body content. You can also add CC and BCC recipients. The skill handles email composition and delivery through your Google Workspace account, making it easy to send messages programmatically.
How do I read emails in gmail using this skill?
Gmail skill retrieves and displays full email message content. You can access the complete text, headers, and metadata of any message in your mailbox. Simply specify which email you want to read, and the skill returns the full message details.
What email management features does Gmail skill provide?
Gmail skill supports comprehensive email organization: archive messages, star emails for importance, mark messages as read, and manage custom labels. These features help you keep your inbox organized and prioritize important emails without leaving your workflow.
Can I create draft in gmail before sending?
Yes, Gmail skill lets you create and manage email drafts before sending. Compose your message with recipients, subject, and body content, save it as a draft, and send it whenever you're ready. This is useful for preparing emails without immediately sending them.
What authentication does Gmail skill require?
Gmail skill uses OAuth authentication to securely connect to your Google Workspace account. This ensures safe access to your emails without storing your password. The skill operates as a lightweight solution without requiring a full MCP server setup.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
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):
python scripts/auth.py login
Check authentication status:
python scripts/auth.py status
Logout when needed:
python scripts/auth.py logout
Commands
All operations via scripts/gmail.py. Auto-authenticates on first use if not logged in.
Search Emails
```bash
Search with Gmail query syntax
python scripts/gmail.py search "from:someone@example.com is:unread"
Search recent emails (no query returns all)
python scripts/gmail.py search
(truncated - see the full file via the links below)
File tree — 6 files
skills/gmail/README.md
skills/gmail/SKILL.md
skills/gmail/requirements.txt
skills/gmail/scripts/auth.py
skills/gmail/scripts/gmail.py
skills/gmail/scripts/requirements.txt
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Search and filter emails using Gmail query syntax”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill connects to Gmail through Google Apps Script to handle core email workflows programmatically. Send messages with HTML support and CC/BCC options, retrieve unread emails with filtering, save drafts for review, and mark messages as read. Use it to streamline repetitive email tasks or integrate email automation into larger workflows.
Gmail automates core email workflows through tools for composing, retrieving, and organizing messages. Search using Gmail query syntax, manage labels, and handle bulk operations with built-in safeguards. Thread retrieval provides full conversation context for informed replies.
Interact with Gmail to manage your inbox, search messages, handle attachments, and compose replies or new emails. The skill uses the Gmail REST API with OAuth authentication, supporting read-only access by default plus optional write permissions for labeling, archiving, and sending. Use curl and jq for most operations, or the Google Workspace CLI for composing and sending mail.
This skill provides a verified toolkit for automating Gmail operations through Composio, including sending, reading, searching, drafting, and thread management. It documents all key tool slugs, argument shapes, and practical recipes for metadata-first reads and HTML email sends.
This skill enables AI agents to compose and transmit emails with customizable subject lines and message bodies. It integrates with the pywayne ecosystem to provide a straightforward, production-ready approach to email delivery within agent workflows.
Gmail Skill lets you read, search, send, and draft emails directly from Gmail, plus look up contacts from Google Contacts. It supports multiple accounts and requires explicit confirmation before sending any message.
More skills google-calendar (Apache-2.0)