# Send Groupon Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "groupon-skill",
    "name": "Groupon Skill",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/dejimarquis/groupon-skill",
    "canonicalUrl": "https://clawhub.ai/dejimarquis/groupon-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/groupon-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=groupon-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "skill.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "groupon-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:44:03.052Z",
      "expiresAt": "2026-05-07T04:44:03.052Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=groupon-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=groupon-skill",
        "contentDisposition": "attachment; filename=\"groupon-skill-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "groupon-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/groupon-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/groupon-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/groupon-skill",
    "agentUrl": "https://openagent3.xyz/skills/groupon-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/groupon-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/groupon-skill/agent.md"
  }
}
```
## Documentation

### 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.

### 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 ServicesBeauty & Spasbeauty-and-spasMassage, facials, nails, haircuts, waxing, lashesHealth & Fitnesshealth-and-fitnessYoga, gym memberships, Solidcore, CrossFit, Pilates, personal trainingAutomotiveautomotiveOil change, car wash, detailing, tire services, brake inspectionFood & Drinkfood-and-drinkRestaurant deals, wine tastings, cooking classesThings To Dothings-to-doActivities, tours, escape rooms, bowling, attractionsHome Serviceshome-servicesCleaning, HVAC, pest control, handyman, carpet cleaningMedical & Dentalhealth-and-fitnessTeeth whitening, chiropractic, IV therapy, health screenings

### Extracting Deal Information

When presenting deals to users, extract and display:

FieldWhat to Look ForDeal TitleName of the service/offerPriceCurrent discounted price (e.g., "$29")Original ValueStrike-through price showing normal costDiscountPercentage or dollar amount saved (e.g., "55% off")MerchantBusiness name providing the serviceLocationAddress or neighborhoodRatingStar rating and number of reviewsFine 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)

### Finding the Best Deals

Sort by discount — Look for highest percentage off
Check ratings — Prioritize 4+ star deals with many reviews
Read fine print — Note expiration dates and restrictions
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

### No Deals Found

If Groupon has no matching deals:

Suggest broadening the search (e.g., nearby cities, related categories)
Recommend checking similar services
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 1: Specific Service Request

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

Agent Action:

Search: site:groupon.com oil change Austin OR browse https://www.groupon.com/local/austin/automotive
Find 3-5 oil change deals
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:

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

### Example 3: Activity Ideas

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

Agent Action:

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

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dejimarquis
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:44:03.052Z
- Expires at: 2026-05-07T04:44:03.052Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/groupon-skill)
- [Send to Agent page](https://openagent3.xyz/skills/groupon-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/groupon-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/groupon-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/groupon-skill)