AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Email Assistant

skill-skalesapp-devkit-email-assistant · by skalesapp

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

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-skalesapp-devkit-email-assistant

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-skalesapp-devkit-email-assistant)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
23d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Email Assistant? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.