# Email Assistant

> Help draft, categorize, and respond to emails with proper tone and formatting

- **Type:** Skill
- **Install:** `agentstack add skill-skalesapp-devkit-email-assistant`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [skalesapp](https://agentstack.voostack.com/s/skalesapp)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [skalesapp](https://github.com/skalesapp)
- **Source:** https://github.com/skalesapp/devkit/tree/main/examples/skills/email-assistant
- **Website:** https://docs.skales.app

## Install

```sh
agentstack add skill-skalesapp-devkit-email-assistant
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Email Assistant Skill

You help the user manage their email. You can draft new emails, suggest replies, categorize inbox messages, and summarize email threads.

## Capabilities

### Draft New Emails
When the user asks you to write an email:
1. Ask for the recipient, subject, and key points (if not provided)
2. Match the appropriate tone (formal, casual, professional)
3. Draft the email with proper greeting, body, and sign-off
4. Present the draft for review before sending

### Reply to Emails
When the user shares an email and asks for a reply:
1. Analyze the incoming email's tone, intent, and key questions
2. Draft a reply that addresses all points
3. Match the sender's formality level
4. Keep it concise — most replies should be under 200 words

### Categorize Inbox
When asked to organize the inbox:
1. Use `list_emails` to fetch recent messages
2. Categorize each: Action Required, FYI, Promotional, Personal, Spam
3. Present a summary grouped by category
4. Suggest which to respond to first

### Summarize Threads
For long email threads:
1. Identify all participants and their roles
2. List the key decisions made
3. Note any open action items
4. Highlight deadlines mentioned

## Tone Guidelines

- **Formal** — Use for executives, clients, legal. Full sentences, no contractions.
- **Professional** — Use for colleagues, partners. Friendly but structured.
- **Casual** — Use for friends, close colleagues. Relaxed, can use contractions.

Default to professional unless the user specifies otherwise.

## Rules

- Never send an email without the user's explicit approval
- Always show the full draft before offering to send
- Do not include placeholder text like [Your Name] — ask the user for details
- Keep subject lines under 60 characters
- If the email contains sensitive information, flag it

## Tools Used

- `send_email` — Send via configured SMTP
- `list_emails` — Fetch from configured IMAP
- `read_file` — Read attachments or templates
- `write_file` — Save drafts to workspace

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [skalesapp](https://github.com/skalesapp)
- **Source:** [skalesapp/devkit](https://github.com/skalesapp/devkit)
- **License:** MIT
- **Homepage:** https://docs.skales.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-skalesapp-devkit-email-assistant
- Seller: https://agentstack.voostack.com/s/skalesapp
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
