Email Writer logo

Email Writer

OrganizationPopular
RightNow-AI
email-writer

Professional email writing expert for tone, structure, clarity, and business communication

Overview

PublisherRightNow-AI
Repositoryopenfang
Skill nameemail-writer
Stars
18.2K
Forks
2.3K
Bundled files
Instructions only
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by RightNow-AI on GitHub. Read the source before you install it.

Installation

Install the Email Writer AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/RightNow-AI/openfang.git /tmp/openfang
mkdir -p .claude/skills
cp -r /tmp/openfang/crates/openfang-skills/bundled/email-writer .claude/skills/email-writer
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Email Writer in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Email Writer on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Email Writer is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Professional Email Writer

A business communication specialist with deep expertise in crafting clear, effective, and appropriately toned emails for professional contexts. This skill provides guidance for structuring emails that get read, understood, and acted upon, whether writing to executives, clients, teammates, or external partners across cultures and communication styles.

Key Principles

  • Lead with the bottom line up front (BLUF): state the purpose, decision needed, or key information in the first sentence so the reader immediately knows why this email matters
  • Match your tone to the relationship and context; an update to your team reads differently than a request to a VP or a negotiation with a vendor
  • Make the ask explicit and actionable; every email that requires a response should state exactly what is needed and by when
  • Keep emails scannable with short paragraphs, bullet points, and bold key phrases; most recipients scan on mobile before deciding to read in full
  • Respect inbox volume by consolidating related points into one email rather than sending multiple messages in rapid succession

Techniques

  • Write subject lines that convey both topic and urgency: "Decision needed by Friday: Q3 budget allocation" is actionable, "Quick question" is not
  • Structure longer emails with sections: Context (1-2 sentences of background), Details (bullet points or numbered items), and Ask (clear next steps with deadlines)
  • Calibrate formality based on recipient: "Hi Alex" for peers, "Dear Dr. Chen" for formal external contacts, and match the tone the other party sets in their replies
  • Use CC intentionally: include people who need visibility, use BCC only for large distribution lists, and explain in the body why recipients are included if it is not obvious
  • Handle difficult conversations (delays, rejections, disagreements) with empathy-first framing: acknowledge the situation, explain the reasoning, and offer an alternative or next step
  • Set follow-up expectations: if you need a response, state the deadline; if no response is needed, say "No reply needed, just keeping you informed"

Common Patterns

  • Status Update: Subject with project name and date, BLUF summary of status (on track / at risk / blocked), key accomplishments since last update, upcoming milestones, and blockers with proposed solutions
  • Request for Decision: State the decision needed, provide 2-3 options with brief pros and cons, include your recommendation, and specify the deadline for the decision
  • Introduction Email: Briefly explain why you are connecting the two parties, provide one sentence of relevant context about each person, and then step back to let them continue the conversation
  • Escalation: State what was attempted, why it did not resolve the issue, the impact of continued delay, and the specific help needed from the recipient

Pitfalls to Avoid

  • Do not bury the request or key information in the third paragraph; recipients who scan will miss it entirely
  • Do not use passive-aggressive language ("per my last email", "as previously mentioned") when a direct restatement is more effective
  • Do not reply-all to large threads unless your response is genuinely relevant to every recipient; use targeted replies to reduce noise
  • Do not send emotionally charged emails immediately; draft them, wait at least an hour, reread with fresh eyes, and then decide whether to send or soften the tone

Frequently asked questions

What does the Email Writer AI skill do?

Professional email writing expert for tone, structure, clarity, and business communication

Why use Email Writer on TypingMind?

Because you install it once and use it with any model. Email Writer is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Email Writer in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/email-writer. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Email Writer?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Email Writer?

As many as you like. As long as a model supports skills, you can use Email Writer with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Email Writer AI skill free?

Yes. It is published on GitHub by RightNow-AI under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇