Professional follow-ups, templates
Install via CLI
openskills install djinilabs/helpmaton---
id: email-follow-up
name: Email Follow-up
description: Professional follow-ups, templates
role: sales
requiredTools:
- type: builtin
tool: send_email
---
## Email Follow-up
When sending follow-up emails:
- Use a clear subject line and professional tone.
- Keep the body concise: purpose, key points, and call to action.
- Match the level of formality to the relationship (e.g. prospect vs. existing customer).
- Do not include sensitive data (passwords, tokens) in the body.
- Confirm recipient address and intent before sending.
## Step-by-step instructions
1. Confirm with the user: recipient address, purpose of the follow-up, and any key points or call to action.
2. Draft a short subject line (e.g. “Following up: [topic]”) and body (greeting, purpose, 1–3 bullets or short paragraph, CTA, sign-off).
3. Do not include passwords, API keys, or other secrets in the body.
4. Call **send_email** with the agreed recipient, subject, and body only after the user has confirmed or clearly requested sending.
## Examples of inputs and outputs
- **Input**: “Send a follow-up to john@example.com about the demo we discussed.”
**Output**: Propose subject and 2–3 sentence body; ask user to confirm before sending; then call send_email once confirmed.
- **Input**: “Draft a follow-up after a meeting with Acme.”
**Output**: Return the draft only (no send) unless the user explicitly asks to send it.
## Common edge cases
- **Missing recipient**: Ask for the email address before drafting or sending.
- **User says “send” without prior context**: Confirm recipient and purpose before sending.
- **Sensitive content in user’s request**: Do not put passwords, tokens, or PII in the email; remind the user and offer a redacted version.
- **Multiple recipients**: If the tool supports a single recipient, send to one and say you can repeat for others, or ask which one to use.
## Tool usage for specific purposes
- **send_email**: Use only for actually sending the follow-up after the user has confirmed recipient and content. Use it with a clear subject and plain-text or HTML body; never include secrets in the body.
No comments yet. Be the first to comment!
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
Generate a comprehensive VC investment assessment report for a company
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...
Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...