Gift Idea Researcher
Researches personalized gift ideas based on the recipient's interests, age, occasion, and budget via Brave Search. Provides curated recommendations with purchase links and reviews. Prerequisites: brave-search MCP.
MCP get_skill({ skillId: "gift-idea-researcher-6720105c" })Use this skill with your agent
Create a free account and connect via MCP
# Gift Idea Researcher
Research personalized gift ideas based on interests, budget, and occasion with real product recommendations.
## When to Use
- "Gift ideas for my {relationship} who likes {interest}"
- "What should I get for a {occasion}?"
- "Need a gift under $50 for someone who {description}"
## Requirements
- **Brave Search MCP** for product research and reviews
## Workflow
### Step 1 ā Recipient Profile
- **Who** (relationship: partner, parent, friend, coworker)
- **Age range**
- **Interests/hobbies**
- **Occasion** (birthday, holiday, thank you, anniversary, just because)
- **Budget** ($25, $50, $100, $200+)
- **What they already have / don't want**
- **Gift type preference** (practical, experiential, sentimental, funny)
### Step 2 ā Research Ideas
```
brave_web_search: "best gifts for {INTEREST} lovers under ${BUDGET} {YEAR}"
brave_web_search: "{OCCASION} gift ideas {AGE_GROUP} {YEAR}"
brave_web_search: "unique {INTEREST} gifts highly rated"
brave_web_search: "experience gifts {LOCATION} {INTEREST}"
```
### Step 3 ā Curate Recommendations
```markdown
# Gift Ideas: {OCCASION} for {RECIPIENT}
š° Budget: ${BUDGET} | šÆ Interests: {INTERESTS}
## š Top Pick
**{Product Name}** ā ${PRICE}
{Why it's perfect for them ā 2 sentences}
ā Rating: {X}/5 | š¦ Ships in {N} days
## Other Great Options
### Category: {Practical}
| Gift | Price | Why | Rating |
|------|-------|-----|--------|
| {Product 1} | ${X} | {1-line reason} | ā {X}/5 |
| {Product 2} | ${X} | {reason} | ā {X}/5 |
### Category: {Experiential}
| Gift | Price | Why | Rating |
|------|-------|-----|--------|
| {Experience 1} | ${X} | {reason} | ā {X}/5 |
| {Experience 2} | ${X} | {reason} | ā {X}/5 |
### Category: {Sentimental/Creative}
| Gift | Price | Why | Rating |
|------|-------|-----|--------|
| {Item 1} | ${X} | {reason} | ā {X}/5 |
## š« Skip These
- {Common bad gift for this type of person} ā {why}
```
### Step 4 ā Save Recommendations
```bash
mkdir -p outputs/home/gifts
cat > "outputs/home/gifts/{RECIPIENT}-{OCCASION}-{DATE}.md" << 'EOF'
{GIFT_RECOMMENDATIONS}
EOF
```
## Important Rules
- All recommendations must be real products found via Brave Search
- Include a range of prices within the budget
- Suggest at least one experiential gift (not just products)
- Avoid generic/impersonal gifts (gift cards only as last resort)
- If unsure about recipient, ask clarifying questions first
## Example Prompts
- "Gift ideas for my dad who loves woodworking, under $100"
- "What should I get my girlfriend for our anniversary?"
- "Unique Secret Santa gift ideas under $30 for a coworker who likes coffee"Related Skills
More skills in Home & Family
Event & Party Planner
Plans events end-to-end: creates timelines, budgets, vendor research via Brave Search, guest lists, menu planning, and day-of checklists. Prerequisites: brave-search MCP, python3.
Home Declutter & Organization System
Creates a room-by-room decluttering plan with decision frameworks, donation/sell research via Brave Search, and a trackable progress checklist. Prerequisites: brave-search MCP.
Home Maintenance Scheduler
Creates a seasonal home maintenance calendar with tasks, frequencies, and cost estimates. Researches local service providers via Brave Search and generates a trackable checklist. Prerequisites: brave-search MCP, python3.
Pet Care Planner & Tracker
Creates a pet care schedule with vet appointments, medications, feeding routines, and exercise plans. Researches breed-specific care via Brave Search and tracks medical history. Prerequisites: brave-search MCP.
Explore Other Categories
Skills from other categories with shared topics
Product Comparison Matrix
Researches and compares products, tools, or services side-by-side via Brave Search with feature matrices, pricing analysis, and a recommendation based on your specific needs. Prerequisites: brave-search MCP, python3.
Book-to-Action Notes Generator
Researches a book's key ideas via Brave Search, generates structured chapter summaries with actionable takeaways, and creates an implementation checklist. Prerequisites: brave-search MCP.
Company Due Diligence Researcher
Conducts comprehensive research on a company via Brave Search covering financials, leadership, culture, news, and competitive landscape. Generates a diligence brief for job seekers, investors, or partners. Prerequisites: brave-search MCP, python3.