smithery/maneeshanif

email-processing

Handles Gmail integration, email parsing, drafting, and sending workflows. Use when processing emails, composing responses, managing email threads, or integrating with Gmail API.

Installation

$ npx skills add smithery/maneeshanif --skill email-processing

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/maneeshanif · top by installs.

npx skills add smithery/maneeshanif

Browse all from smithery/maneeshanif

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Edit, Glob, Grep, Bash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,907 B
  • docs SUMMARY.md 202 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Email Processing Skill

This skill provides comprehensive email handling capabilities for the Personal AI Employee, including Gmail API integration, email parsing, and response drafting.

Capabilities

  1. Email Parsing - Extract and structure email content
  2. Response Drafting - Generate contextual email responses
  3. Thread Management - Handle email conversations
  4. Gmail API Integration - Connect with Gmail for send/receive

Email File Format

Emails captured by watchers follow this format:

---
type: email
from: [email protected]
to: [email protected]
subject: Email Subject Line
received: 2026-01-07T10:30:00Z
message_id: abc123
thread_id: thread_xyz
priority: high
status: pending
---

## Email Content
[Body of the email]

## Attachments
- filename.pdf (150KB)

## Suggested Actions
- [ ] Reply to sender
- [ ] Forward to relevant party
- [ ] Archive after processing

Response Templates

Professional Reply

Dear [Name],

Thank you for your email regarding [subject].

[Body of response]

Best regards,
[Signature]

Invoice Response

Dear [Name],

Please find attached the invoice for [description].

Invoice Details:
- Invoice #: [number]
- Amount: $[amount]
- Due Date: [date]

Payment can be made via [payment methods].

Best regards,
[Signature]

Integration

  • Works with Gmail MCP server for sending
  • Coordinates with approval-workflow for HITL
  • Updates vault-management for file operations

Reference

For detailed API documentation, see [reference.md](reference.md)

For usage examples, see [examples.md](examples.md)