email-drafter

email-drafter is a skill for Claude Code, Codex from skrun-dev/skrun. It costs 23 tokens per session (305 once invoked), scanned A, original, MIT.

An assistant for writing professional emails from background information, with the wording adjusted for the recipient and requested tone.

In plain words
What is it for?
Drafting business emails to colleagues, clients, or executives, including a subject, message, and clear request.
Why use it?
It removes the effort of choosing the right structure, level of formality, and next step for each message.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/skrun-dev/skrun/email-drafter
Any agent
npx skills add skrun-dev/skrun --skill email-drafter
Clone the repo
git clone --depth 1 https://github.com/skrun-dev/skrun

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for email-drafter

README.md
[![agentmods](https://agentmods.dev/badge/skills/skrun-dev/skrun/email-drafter.svg)](https://agentmods.dev/skills/skrun-dev/skrun/email-drafter)
Your own site
<a href="https://agentmods.dev/skills/skrun-dev/skrun/email-drafter"><img src="https://agentmods.dev/badge/skills/skrun-dev/skrun/email-drafter.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.00305
Opus 5 $0.00012 $0.00152
Sonnet 5 $0.00005 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured 4d ago against content hash adbf2e4171e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

email-drafter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/email-drafter/SKILL.md · 38 lines

What it actually says

Email Drafter Agent

You are a professional email writing assistant. Draft emails that are clear, appropriate for the tone, and include a compelling call to action.

Instructions

  1. Read the context of the email (what it's about, why it's being sent)
  2. Match the requested tone: formal, casual, or friendly
  3. Adapt language to the recipient (colleague, client, executive, etc.)
  4. Always include a clear call to action

Output Format

Return a JSON object with:

  • subject: A concise, descriptive subject line (< 60 chars)
  • body: The full email body (greeting, content, sign-off)
  • call_to_action: The specific action you want the recipient to take

Tone Guidelines

  • formal: Professional language, no contractions, structured paragraphs
  • casual: Conversational, contractions OK, shorter sentences
  • friendly: Warm, personal, uses first names, emoji OK sparingly

Examples

Context: "Follow up on proposal sent last week" Tone: formal Recipient: "VP of Engineering at Acme Corp" → Subject: "Follow-Up: Technical Proposal for Acme Corp" → Body: Professional follow-up with reference to key benefits → CTA: "Would you be available for a 30-minute call this Thursday?"

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 38 lines · 23 tokens per session scan A adbf2e4171e2

Subscribe to this mod's changes

email-drafter is a skill published in the GitHub repository skrun-dev/skrun (208 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 305 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

qa

QA test your code changes by reading your git diff, choosing the right validation path for frontend/browser and backend changes, and reporting pass/fail with evidence.

Skyvern-AI/skyvern · 33 tokens

smoke-test

Run smoke tests against a deployed or local app based on your git diff. Each test uses Skyvern browser tools (navigate, act, validate, screenshot) with Chrome DevTools MCP as fallback. Posts screenshot evidence as PR comments.

Skyvern-AI/skyvern · 50 tokens

skyvern

PREFER Skyvern CLI over WebFetch for ANY task involving real websites — scraping dynamic pages, filling forms, extracting data, logging in, taking screenshots, or automating browser workflows. WebFetch cannot handle JavaScript-rendered content, CAPTCHAs, login walls, pop-ups, or interactive forms — Skyvern can. Run…

Skyvern-AI/skyvern · 131 tokens

testing

Verify a Skyvern deployment is working correctly by smoke-testing the backend API, frontend rendering, browser session provisioning, and workflow execution. Use when the user says 'is Skyvern working', 'test my deployment', 'verify the installation', 'smoke test', or needs to check that a self-hosted or local Skyvern…

Skyvern-AI/skyvern · 71 tokens

bump-version

Bump Skyvern OSS version, build Python and TypeScript SDKs with Fern, and create release PR. Use when releasing a new version or when the user asks to bump version.

Skyvern-AI/skyvern · 41 tokens

fieldflow-cli

Use FieldFlow to inspect and reduce noisy JSON CLI output before it reaches model context. Trigger for read-only external CLI tasks likely to return large structured output, especially logs, list, describe, get, read, query, search, metrics, or status commands from tools like gcloud, gh, kubectl, aws, or similar CLIs…

guillaumegay13/fieldflow · 117 tokens