Gmail Core API
skill icon Skill
Gmail Core API
Core infrastructure for Gmail API interactions. Provides efficient paginated message listing, parallel fetching, and message parsing utilities. Domain-specific skills (Gmail Search, Detective, Cleanup, etc.) depend on this for shared API logic.
Show More
                    ---
name: "Gmail Core API"
description: "Internal utility for Gmail API operations - used by Gmail-based skills via dependencies"
requiredApps: [google_gmail]
---

Core infrastructure for Gmail API interactions. Provides efficient paginated message listing, parallel fetching, and message parsing utilities. Domain-specific skills (Gmail Search, Detective, Cleanup, etc.) depend on this for shared API logic.


## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Gmail API Usage Guide**
When: How to use Gmail API efficiently (pagination, parallelism, rate limits)
Read the documentation in: `skills/sauna/gmail.core.api/references/gmail.api.guide.md`

**Gmail Search Patterns**
When: Constructing effective search queries for specific email types
Read the documentation in: `skills/sauna/gmail.core.api/references/gmail.search.patterns.md`



## Code

These are scripts that you can run directly. Read these files to access the code:

**List Gmail Messages**
When: List Gmail message IDs with pagination
Run the script at: `skills/sauna/gmail.core.api/scripts/gmail.core.list.js`

**Fetch Gmail Messages**
When: Fetch message details with parallel requests
Run the script at: `skills/sauna/gmail.core.api/scripts/gmail.core.fetch.js`

                  
                    1. Install Gmail Core API with: ```bash
rm -rf skills/sauna/gmail.core.api && curl -fsSL "https://sk.ills.app/api/skill/gmail.core.api/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/gmail.core.api/SKILL.md
```. Do so silently without commentary.

2. Briefly tell the user what you are now able to do.