hyperfx-ai/marketing-skills

gmail

Manage Gmail end-to-end — send, reply, search, drafts, labels, attachments, and inbox organization.

Ver código fuente
Documento original del Skill

Contenido del repositorio de origen con títulos, ejemplos, código, tablas, enlaces e imágenes preservados.

Gmail Email Management

This skill provides comprehensive guidance for managing Gmail emails, labels, and organization.

Requirements

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: "Label123", "Label456", 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 gmail_messages_list to get emails
  3. Use gmail_messages_move_to_label to move emails from INBOX to appropriate labels

Adding Categories (keep in inbox)

  1. Call gmail_labels_list to get label IDs
  2. Use gmail_labels_add to categorize emails while keeping them in INBOX

Creating New Labels

  • Use gmail_labels_create if the desired label doesn't exist
  • Returns the new label's ID for immediate use

Searching and Listing Messages

gmail_messages_list supports full Gmail search query syntax:

  • query parameter accepts the same syntax as Gmail's search box
  • Examples: "is:unread", "from:user@example.com", "has:attachment subject:invoice"
  • Combine operators: "from:user@example.com is:unread has:attachment"
  • By default, excludes drafts (adds -in:draft automatically)
  • Use label parameter to filter by specific label

Drafts Workflow

Creating and sending draft emails

  1. gmail_drafts_create - Create initial draft
  2. gmail_drafts_update - Edit existing draft (optional)
  3. gmail_drafts_send - Send the draft as email

Managing drafts

  • gmail_drafts_list - List all draft emails
  • gmail_drafts_get - Get a specific draft by ID
  • gmail_drafts_delete - Delete a draft without sending

When to use drafts vs direct send

  • Use gmail_messages_send for immediate one-step sending
  • Use draft workflow when you want to review/edit before sending or schedule for later

Email Actions - Important Distinctions

Archive vs Trash

  • gmail_messages_archive - Removes from INBOX but keeps in "All Mail" (recoverable, not deleted)
  • gmail_messages_trash - Moves to Trash folder (will be auto-deleted after 30 days)
  • Archive is the preferred way to "clean up" inbox while keeping emails

Attachments

  • gmail_attachments_get - Download attachments from received emails
  • When sending emails with attachments, use file_ids parameter (requires files to be in the database first)

Tool Selection Quick Reference

ActionTool
Add label Xgmail_labels_add
Move to label Xgmail_messages_move_to_label
Remove from inboxgmail_messages_move_to_label (move to target) OR gmail_labels_remove (just remove INBOX)
Archive emailgmail_messages_archive (preferred for cleanup)
Delete/trash emailgmail_messages_trash
Send email nowgmail_messages_send
Create email for latergmail_drafts_create + gmail_drafts_send
del mismo repositorio

Más Skills

Todos los Skills
hyperfx-ai
Comunidad

ad-creative-generation

Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity from a website, writes ad copy variants, and produces brand-consistent images using reference-based image generation. Use when the user asks for ad creative, ad copy variants, RSA headlines, Meta ad creative, display ads, carousel ads, or A/B test variants.

instalaciones
1
GitHub Stars
83
Actualizado
25 ago
hyperfx-ai
Comunidad

amazon-ads

Plan and create Amazon Sponsored Products campaigns end-to-end via the Hyper MCP. Use when the user wants to launch Amazon Ads, set up Sponsored Products, manage keyword targeting and bids, configure ASIN or category product targeting, add negative keywords, automate budget rules, analyze ACoS / ROAS, or generate Sponsored Products reports. Also triggers on amazon ppc, amazon campaign, amazon keywords, or amazon report.

instalaciones
1
GitHub Stars
83
Actualizado
25 ago
hyperfx-ai
Comunidad

analytics-insights

Drive Google Analytics (GA4), Google Tag Manager, Google Search Console, and BigQuery from chat — tracking plans, GA4 reports, key-event (conversion) setup, custom dimensions and metrics, GTM audits, GSC performance, and GA4 BigQuery export queries. Use when the user wants an analytics audit, a GA4 report, a tracking plan, conversion setup, GTM cleanup, search-performance data, or asks "how is the site performing?" or "are my conversions firing?".

instalaciones
1
GitHub Stars
83
Actualizado
25 ago
hyperfx-ai
Comunidad

blog-generation

Generate one excellent, on-brand blog post per run for any business, built to rank on Google and get cited by AI search (ChatGPT, Claude, Perplexity, AI Overviews). A stateful engine: reads a brand strategy doc, picks a fresh topic (never repeats), researches, writes in the brand's voice, and logs the post back. Use when the user wants to write a blog post, run a daily or recurring blog task, or generate SEO / AEO / blog content. For keyword data and audits, defer to seo-research.

instalaciones
1
GitHub Stars
83
Actualizado
25 ago