gmail

Solid

Manage Gmail end-to-end — send, reply, search, drafts, labels, attachments, and inbox organization. Use when the user wants to send or reply to email, clean up an inbox, build label systems, manage drafts, or pull attachments.

AI & Automation 67 stars 12 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 91/100

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

Skill Content

# Gmail Email Management This skill provides comprehensive guidance for managing Gmail emails, labels, and organization. ## Requirements - **Hyper MCP installed and connected.** [https://app.hyperfx.ai/mcp](https://app.hyperfx.ai/mcp) - **Gmail integration** enabled at [https://app.hyperfx.ai/apps](https://app.hyperfx.ai/apps). ## Label Operations - Critical Distinctions ### ADD LABEL (keeps email in current location + adds new label) - Use: `gmail_labels_add` - Use case: Adding labels WITHOUT moving the email from its current location - Example: Email stays in INBOX and also gets labeled "Important" ### MOVE TO LABEL (removes from INBOX + adds to target label) - Use: `gmail_messages_move_to_label` - Use case: Moving email OUT of inbox and INTO a specific label/folder - Example: Email is removed from INBOX and moved to "Archive" or "Work" - This performs TWO operations: removes INBOX label + adds target label ### REMOVE LABEL (removes specific label) - Use: `gmail_labels_remove` - Use case: Removing labels from an email - Can remove any label including INBOX ## Getting Label IDs **CRITICAL**: Most Gmail label operations require label IDs, NOT label names. - Always call `gmail_labels_list` first to get available labels and their IDs - Label IDs look like: "Label_123", "Label_456", or system labels: "INBOX", "SENT", "TRASH" - Never guess or make up label IDs ## Common Workflows ### Email Triage/Organization 1. Call `gmail_labels_list` to see available labels 2. Call ...

Details

Author
hyperfx-ai
Repository
hyperfx-ai/marketing-skills
Created
3 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category