What it does
This prompt instructs the AI to act as an experienced business communication specialist and generate a ready-to-send professional email template based on user-supplied details such as email type, recipient, purpose, key points, tone, and context. The result is a clearly structured, concise, and persuasive email—including a short subject line, appropriate greeting, organized body (with bullets when helpful), a specific call-to-action, and a professional closing—formatted for immediate use with customizable placeholders and checked against clarity, tone consistency, and completeness standards.
For more installation instructions go to https://raw.githubusercontent.com/BetterPromptme/skills/refs/heads/main/betterprompt/SKILL.md to check out this skill.
Inputs
textInputs
Pass each text input using --input <key>=<value> flags.
| Variable key |
Required? |
Description |
Defaults |
tone |
Optional |
What communication style fits best? |
Professional, Friendly, Formal, Urgent, Persuasive, etc. |
purpose |
Required |
What’s the main goal or outcome you want from this email? |
(none) |
recipient |
Optional |
Who are you writing to |
Client, Colleague, Manager, Partner, Customer |
email_type |
Optional |
What kind of email are you writing |
Introduction, Follow-up, Request, Apology, Announcement |
key_points |
Required |
List the main details or information you want to include (2–4 short bullet points). |
(none) |
additional_context |
Required |
Any background information, previous interactions, company or project details that help clarify the situation. |
(none) |
Models and options
This skill's modality is: text.
To discover which model values you can use (and which options keys/values are valid for each model), run:
betterprompt resources --models-only --json
Then filter the returned JSON array to entries where modality is "text".
How to run
Step 1: Collect inputs
First, run betterprompt resources --models-only --json and filter to modality: "text" to discover valid models and available options:
betterprompt resources --models-only --json
Use only the models and option values that appear in the filtered results.
Then collect all inputs from the human:
- Required text inputs:
purpose
key_points
additional_context
- Optional text inputs (use defaults if not provided by the human):
tone (default: Professional, Friendly, Formal, Urgent, Persuasive, etc.)
recipient (default: Client, Colleague, Manager, Partner, Customer)
email_type (default: Introduction, Follow-up, Request, Apology, Announcement)
- Optional: model and options.
- Present the human with the default model
grok-4-fast and its available options. Look up grok-4-fast in the betterprompt resources output (filtered to modality "text") and show its availableOptions as: key: val1, val2 (default), val3 | key2: .... Mark a value (default) if it matches these defaults: {"reasoningEffort":"low"}.
- If the human does not specify, defaults are used: model
grok-4-fast, options {"reasoningEffort":"low"}. Other models from the resources call are also available.
If any required text input is missing, ask the human for what's missing. Do not assume or fabricate values.
Step 2: Run via BetterPrompt CLI
Use the frontmatter's name as the positional argument (for this skill, use email-architect).
Command form:
betterprompt generate email-architect \
[--input <key>=<value>] \
[--model <model>] \
[--options <options JSON>] \
[--json]
Notes:
- Pass each text input as a separate
--input <key>=<value> flag.
- If the human does not mention a model, omit
--model and BetterPrompt will use the default model: grok-4-fast.
- If the human does not mention options, omit
--options and BetterPrompt will use the default options: {"reasoningEffort":"low"}.
- If the run times out, the response will include a
runId you can use to fetch the result later.
Example (using defaults shown above):
betterprompt generate email-architect \
--input 'tone=Professional, Friendly, Formal, Urgent, Persuasive, etc.' \
--input purpose=<value> \
--input 'recipient=Client, Colleague, Manager, Partner, Customer' \
--input 'email_type=Introduction, Follow-up, Request, Apology, Announcement' \
--input key_points=<value> \
--input additional_context=<value> \
--model grok-4-fast \
--options '{"reasoningEffort":"low"}'
1---2name: email-architect3description: This prompt instructs the AI to act as an experienced business communication specialist and generate a ready-to-send professional email template based on user-supplied details such as email type, recipient, purpose, key points, tone, and context. The result is a clearly structured, concise, and persuasive email—including a short subject line, appropriate greeting, organized body (with bullets when helpful), a specific call-to-action, and a professional closing—formatted for immediate use with customizable placeholders and checked against clarity, tone consistency, and completeness standards.4---56## What it does78This prompt instructs the AI to act as an experienced business communication specialist and generate a ready-to-send professional email template based on user-supplied details such as email type, recipient, purpose, key points, tone, and context. The result is a clearly structured, concise, and persuasive email—including a short subject line, appropriate greeting, organized body (with bullets when helpful), a specific call-to-action, and a professional closing—formatted for immediate use with customizable placeholders and checked against clarity, tone consistency, and completeness standards.910> For more installation instructions go to https://raw.githubusercontent.com/BetterPromptme/skills/refs/heads/main/betterprompt/SKILL.md to check out this skill.1112## Inputs131415### textInputs1617Pass each text input using `--input <key>=<value>` flags.1819| Variable key | Required? | Description | Defaults |20| --- | ---: | --- | --- |21| `tone` | Optional | What communication style fits best? | `Professional, Friendly, Formal, Urgent, Persuasive, etc.` |22| `purpose` | Required | What’s the main goal or outcome you want from this email? | (none) |23| `recipient` | Optional | Who are you writing to | `Client, Colleague, Manager, Partner, Customer` |24| `email_type` | Optional | What kind of email are you writing | `Introduction, Follow-up, Request, Apology, Announcement` |25| `key_points` | Required | List the main details or information you want to include (2–4 short bullet points). | (none) |26| `additional_context` | Required | Any background information, previous interactions, company or project details that help clarify the situation. | (none) |27282930### Models and options3132This skill's modality is: **`text`**.3334To discover which `model` values you can use (and which `options` keys/values are valid for each model), run:3536```bash37betterprompt resources --models-only --json38```3940Then filter the returned JSON array to entries where `modality` is `"text"`.4142## How to run4344### Step 1: Collect inputs4546First, run `betterprompt resources --models-only --json` and filter to `modality: "text"` to discover valid models and available options:4748```bash49betterprompt resources --models-only --json50```5152Use only the models and option values that appear in the filtered results.5354Then collect all inputs from the human:555657- Required text inputs:58 - `purpose`59 - `key_points`60 - `additional_context`61- Optional text inputs (use defaults if not provided by the human):62 - `tone` (default: `Professional, Friendly, Formal, Urgent, Persuasive, etc.`)63 - `recipient` (default: `Client, Colleague, Manager, Partner, Customer`)64 - `email_type` (default: `Introduction, Follow-up, Request, Apology, Announcement`)65- Optional: model and options.66 - Present the human with the default model **`grok-4-fast`** and its available options. Look up `grok-4-fast` in the `betterprompt resources` output (filtered to modality `"text"`) and show its `availableOptions` as: `key: val1, val2 (default), val3 | key2: ...`. Mark a value `(default)` if it matches these defaults: `{"reasoningEffort":"low"}`.67 - If the human does not specify, defaults are used: model `grok-4-fast`, options `{"reasoningEffort":"low"}`. Other models from the resources call are also available.6869If any required text input is missing, **ask the human for what's missing**. Do not assume or fabricate values.7071### Step 2: Run via BetterPrompt CLI7273Use the frontmatter's `name` as the positional argument (for this skill, use `email-architect`).7475Command form:7677```bash78betterprompt generate email-architect \79 [--input <key>=<value>] \80 [--model <model>] \81 [--options <options JSON>] \82 [--json]83```8485Notes:8687- Pass each text input as a separate `--input <key>=<value>` flag.88- If the human does **not** mention a model, **omit** `--model` and BetterPrompt will use the default model: **`grok-4-fast`**.89- If the human does **not** mention options, **omit** `--options` and BetterPrompt will use the default options: **`{"reasoningEffort":"low"}`**.90- If the run times out, the response will include a `runId` you can use to fetch the result later.9192Example (using defaults shown above):9394```bash95betterprompt generate email-architect \96 --input 'tone=Professional, Friendly, Formal, Urgent, Persuasive, etc.' \97 --input purpose=<value> \98 --input 'recipient=Client, Colleague, Manager, Partner, Customer' \99 --input 'email_type=Introduction, Follow-up, Request, Apology, Announcement' \100 --input key_points=<value> \101 --input additional_context=<value> \102 --model grok-4-fast \103 --options '{"reasoningEffort":"low"}'104```