Thank You Note & Appreciation Writer
Crafts personalized thank-you notes, appreciation messages, and gratitude letters for any context — professional, personal, or formal. Researches etiquette via Brave Search. Prerequisites: brave-search MCP.
MCP get_skill({ skillId: "thank-you-note-appreciation-writer-ced918f9" })Use this skill with your agent
Create a free account and connect via MCP
# Thank You Note & Appreciation Writer
Craft personalized thank-you notes and appreciation messages for any context.
## When to Use
- "Write a thank-you note for {person} for {reason}"
- "I need to thank {person} for {gift/help/opportunity}"
- "Help me write an appreciation message for my {team/mentor/friend}"
## Requirements
- **Brave Search MCP** for etiquette and format research when needed
## Workflow
### Step 1 — Context
- **Who is this for?** (boss, colleague, friend, family, client)
- **What are you thanking them for?** (gift, help, interview, referral, mentorship, hospitality)
- **Tone** (formal, warm, professional, casual)
- **Medium** (email, handwritten card, LinkedIn message, text)
- **Any personal detail** to include (something they said, a memory)
### Step 2 — Research Format (if needed)
```
brave_web_search: "thank you note etiquette {CONTEXT} {YEAR}"
brave_web_search: "{THANK_YOU_TYPE} note examples professional"
```
### Step 3 — Generate Note
```markdown
## Thank You Note
**To:** {PERSON}
**For:** {REASON}
**Tone:** {TONE}
**Medium:** {MEDIUM}
---
### Option 1 (Warm)
{NOTE_TEXT}
### Option 2 (Concise)
{NOTE_TEXT}
### Option 3 (Formal)
{NOTE_TEXT}
```
Structure each note with:
1. **Greeting** — personal, appropriate to relationship
2. **Specific thanks** — name exactly what they did
3. **Impact** — how it affected you / why it mattered
4. **Personal touch** — reference a shared moment or detail
5. **Forward-looking close** — looking forward to {next interaction}
### Step 4 — Format for Medium
**Handwritten card format:**
```
Dear {Name},
{Body — 3-5 sentences max}
With gratitude,
{Your name}
```
**Professional email format:**
```
Subject: Thank You — {Reason}
Dear {Name},
{Paragraph 1: specific thanks}
{Paragraph 2: impact + personal detail}
{Closing: forward-looking}
Best regards,
{Your name}
```
**Quick text/Slack format:**
```
Hey {Name} — just wanted to say thank you for {specific thing}. {Impact sentence}. Really appreciated it. 🙏
```
### Step 5 — Save
```bash
mkdir -p outputs/personal
cat > "outputs/personal/thank-you-{PERSON_SLUG}-{DATE}.md" << 'EOF'
{NOTE}
EOF
```
## Important Rules
- Be specific — "thanks for everything" is meaningless
- Name the exact action/gift/help and its impact on you
- Match tone to relationship — don't be overly formal with friends or too casual with executives
- Handwritten cards stand out in a digital world — recommend when appropriate
- Send within 48 hours for maximum impact
- Provide 2-3 options so the user can choose their voice
## Example Prompts
- "Write a thank-you note to my interviewer at {company}"
- "I need to thank my mentor for their guidance this year"
- "Help me write an appreciation message for my team's hard work on the launch"Related Skills
More skills in Relationships & Social
Apology Message Crafter
Crafts sincere, effective apology messages using the structured apology framework (acknowledge, take responsibility, make amends). Researches context-specific advice and provides multiple tone options. Prerequisites: brave-search MCP.
Difficult Conversation Prep Coach
Prepares scripts and strategies for hard conversations using frameworks (Nonviolent Communication, DESC). Researches situation-specific advice via Brave Search and provides word-for-word scripts with fallback responses. Prerequisites: brave-search MCP.
Networking & Outreach Message Writer
Researches a person via Brave Search, crafts personalized networking messages, and optionally sends connection requests or messages directly on LinkedIn via Playwright MCP. Prerequisites: brave-search MCP, playwright MCP.
Relationship Check-In Planner
Creates structured check-in templates for personal and professional relationships — conversation prompts, active listening guides, and follow-up action items. Tracks relationship touchpoints over time. Prerequisites: python3.
Explore Other Categories
Skills from other categories with shared topics
Creative Writing Workshop
Guides structured creative writing sessions — short stories, poetry, flash fiction — with prompts, genre-specific techniques, feedback, and revision. Uses random seed generation for prompts. Prerequisites: python3.
Gmail Email Drafter
Draft and send emails via Gmail using Google CLI. Analyzes your sent mail for tone matching, composes context-aware drafts, and creates Gmail drafts ready to send. Prerequisites: gcloud, curl, jq, base64.
Proofreader & Style Editor
Reviews text for grammar, clarity, tone, and style issues. Applies configurable style guides (AP, Chicago, technical), tracks changes with before/after diffs, and provides readability scoring. Prerequisites: python3.