Gmail Processor: Automate Email Tasks
Gmail Processor automates Gmail tasks by processing messages and attachments using a TypeScript script library.
- •Receiving daily reports via Gmail and need to extract data automatically
- •Sending automated responses to common customer inquiries
- •Managing a high-volume inbox and need to filter, label, or forward emails based on specific criteria
const processor = new GmailProcessor(); processor.processMessages('label:unread', (message) => console.log(message.subject));Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/gmail-processor && curl -fsSL https://workflowstacks.com/api/skills/gmail-processor/claude-skill -o ~/.claude/skills/gmail-processor/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Gmail Processor: Automate Email Tasks is a large TypeScript project (~24k lines across 206 code files, plus 17 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3package.jsonDependencies and the commands it exposes
- 4src/examples/index.tsInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/gmail-processor && curl -fsSL https://workflowstacks.com/api/skills/gmail-processor/claude-skill -o ~/.claude/skills/gmail-processor/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More automation tools founders pair with this one.