Groupon Skill

# Groupon Deal Finder

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Groupon Skill" with this command: npx skills add dejimarquis/groupon-skill

Groupon Deal Finder

Find cheap and discounted local deals on Groupon for services like oil changes, yoga classes, massages, fitness, dining, and more.

Purpose

Help users find the best Groupon deals for local services and activities based on their location and needs. Search for discounts on everyday services, wellness, automotive, dining, entertainment, and more.


How to Search for Deals

Method 1: Web Search (Recommended)

Use web search with targeted queries:

site:groupon.com {service} {city}

Examples:

  • site:groupon.com oil change Austin
  • site:groupon.com massage near me San Francisco
  • site:groupon.com yoga classes Chicago
  • site:groupon.com Solidcore Los Angeles

Method 2: Direct Groupon URLs

Navigate directly to Groupon's local pages using this URL pattern:

https://www.groupon.com/local/{city-slug}/{category-slug}

City slugs: Use lowercase, replace spaces with hyphens

  • New York → new-york
  • Los Angeles → los-angeles
  • San Francisco → san-francisco
  • Washington DC → washington-dc

Examples:

  • All deals in Austin: https://www.groupon.com/local/austin
  • Spa deals in Chicago: https://www.groupon.com/local/chicago/beauty-and-spas
  • Auto services in Houston: https://www.groupon.com/local/houston/automotive

Categories Reference

CategoryURL SlugCommon Services
Beauty & Spasbeauty-and-spasMassage, facials, nails, haircuts, waxing, lashes
Health & Fitnesshealth-and-fitnessYoga, gym memberships, Solidcore, CrossFit, Pilates, personal training
AutomotiveautomotiveOil change, car wash, detailing, tire services, brake inspection
Food & Drinkfood-and-drinkRestaurant deals, wine tastings, cooking classes
Things To Dothings-to-doActivities, tours, escape rooms, bowling, attractions
Home Serviceshome-servicesCleaning, HVAC, pest control, handyman, carpet cleaning
Medical & Dentalhealth-and-fitnessTeeth whitening, chiropractic, IV therapy, health screenings

Extracting Deal Information

When presenting deals to users, extract and display:

FieldWhat to Look For
Deal TitleName of the service/offer
PriceCurrent discounted price (e.g., "$29")
Original ValueStrike-through price showing normal cost
DiscountPercentage or dollar amount saved (e.g., "55% off")
MerchantBusiness name providing the service
LocationAddress or neighborhood
RatingStar rating and number of reviews
Fine PrintRestrictions, expiration, booking requirements

Example Deal Presentation

Single deal:

Deep Tissue Massage at Zen Spa
$49 (was $100) — 51% off
Downtown Austin, TX | 4.5 stars (234 reviews)
Fine print: Valid for 60-min massage. New customers only. Expires in 90 days.
Link: https://groupon.com/deals/...

Multiple deals:

1. Deep Tissue Massage at Zen Spa
   $49 (was $100) — 51% off
   Downtown Austin | 4.5 stars (234 reviews)

2. Swedish Massage at Relax Studio
   $39 (was $95) — 60% off
   North Austin | 4.2 stars (89 reviews)

3. Couples Massage at Serenity Spa
   $99 (was $180) — 45% off
   South Austin | 4.7 stars (156 reviews)

Search Tips

Finding the Best Deals

  1. Sort by discount — Look for highest percentage off
  2. Check ratings — Prioritize 4+ star deals with many reviews
  3. Read fine print — Note expiration dates and restrictions
  4. Compare options — Present 3-5 deals for user to choose

Location Handling

  • If user provides a zip code, convert to city name for URL
  • For ambiguous cities (e.g., "Springfield"), ask which state
  • Suggest nearby cities if no deals found in specified location

Common User Requests

User SaysSearch For
"cheap oil change"automotive category, oil change services
"massage deals"beauty-and-spas category, massage
"something fun to do"things-to-do category
"fitness classes"health-and-fitness category
"date night ideas"food-and-drink + things-to-do

Handling Edge Cases

No Deals Found

If Groupon has no matching deals:

  1. Suggest broadening the search (e.g., nearby cities, related categories)
  2. Recommend checking similar services
  3. Offer to search alternative deal sites (if within scope)

Service Not on Groupon

Some services rarely appear on Groupon. Suggest:

  • Searching for alternatives (e.g., "Solidcore" → search "Pilates" or "fitness classes")
  • Checking the general category page

Expired or Sold Out

If a deal is no longer available:

  • Search for similar current deals
  • Note that Groupon inventory changes frequently

Example Interactions

Example 1: Specific Service Request

User: "Find me a cheap oil change in Austin"

Agent Action:

  1. Search: site:groupon.com oil change Austin OR browse https://www.groupon.com/local/austin/automotive
  2. Find 3-5 oil change deals
  3. Present with prices, discounts, locations, and ratings

Response:

Found 4 oil change deals in Austin:

1. Jiffy Lube — Conventional Oil Change
   $24.99 (was $50) — 50% off
   North Austin | 4.2 stars (112 reviews)

2. Take 5 Oil Change — Full Synthetic
   $29.99 (was $55) — 45% off
   Downtown Austin | 4.5 stars (87 reviews)

3. Midas — Oil Change + Inspection
   $19.99 (was $45) — 55% off
   South Austin | 4.0 stars (64 reviews)

4. Valvoline — Conventional Oil Change
   $22.99 (was $38) — 40% off
   East Austin | 4.3 stars (203 reviews)

Let me know if you'd like more details on any of these.

Example 2: Category Browsing

User: "What spa deals are available in San Francisco?"

Agent Action:

  1. Browse: https://www.groupon.com/local/san-francisco/beauty-and-spas
  2. Scan for popular services (massage, facial, etc.)
  3. Highlight best-rated and biggest discounts

Example 3: Activity Ideas

User: "Find something fun to do this weekend in Chicago"

Agent Action:

  1. Browse: https://www.groupon.com/local/chicago/things-to-do
  2. Look for activities, entertainment, tours
  3. Present variety of options with different price points

Quick Reference

URL Templates

# Browse all deals in a city
https://www.groupon.com/local/{city}

# Browse by category
https://www.groupon.com/local/{city}/{category}

# Search with query
https://www.groupon.com/local/{city}?query={search-term}

Top Categories by Use Case

  • Self-care: beauty-and-spas
  • Car maintenance: automotive
  • Exercise: health-and-fitness
  • Dining out: food-and-drink
  • Weekend plans: things-to-do
  • Home help: home-services

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated