Skip to content
All Skills

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.

Relationships & Social|v1|Updated 5/18/2026
MCP get_skill({ skillId: "thank-you-note-appreciation-writer-8702252a" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# 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"
#relationships#writing#gratitude#communicationbrave-search