TopRank Skills

Home / Claw Skills / 其他 / Groupon Skill
Official OpenClaw rules 15%

Groupon Skill

Groupon Deal Finder

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Groupon Skill 技能。 若已安装,则直接安装 Groupon Skill 技能。

Overview

Skill Key
dejimarquis/groupon-skill
Author
dejimarquis
Source Repo
openclaw/skills
Version
-
Source Path
skills/dejimarquis/groupon-skill
Latest Commit SHA
c70a8410403fe1ff000ed3595dde7118e9951e75

Extracted Content

SKILL.md excerpt

# 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

| Category | URL Slug | Common Services |
|----------|----------|-----------------|
| Beauty & Spas | `beauty-and-spas` | Massage, facials, nails, haircuts, waxing, lashes |
| Health & Fitness | `health-and-fitness` | Yoga, gym memberships, Solidcore, CrossFit, Pilates, personal training |
| Automotive | `automotive` | Oil change, car wash, detailing, tire services, brake inspection |
| Food & Drink | `food-and-drink` | Restaurant deals, wine tastings, cooking classes |
| Things To Do | `things-to-do` | Activities, tours, escape rooms, bowling, attractions |
| Home Services | `home-services` | Cleaning, HVAC, pest control, handyman, carpet cleaning |
|...

README excerpt

# Groupon Deal Finder Skill

An AI agent skill that finds cheap and discounted local deals on Groupon for services like oil changes, yoga, massages, fitness classes, dining, and more.

## What This Skill Does

This skill teaches AI agents how to:
- 🔍 Search Groupon for deals by service type and location
- 📍 Navigate Groupon's category and city pages
- 💰 Extract and present deal information (prices, discounts, ratings)
- 🎯 Handle common user requests for local discounts

## Supported Categories

| Category | Examples |
|----------|----------|
| **Beauty & Spas** | Massage, facials, nails, haircuts |
| **Health & Fitness** | Yoga, gym, Solidcore, Pilates, CrossFit |
| **Automotive** | Oil change, car wash, detailing |
| **Food & Drink** | Restaurant deals, wine tastings |
| **Things To Do** | Activities, escape rooms, tours |
| **Home Services** | Cleaning, HVAC, handyman |

## Example Queries

- "Find me a cheap oil change in Austin"
- "What massage deals are available near me in Chicago?"
- "Show me yoga class discounts in San Francisco"
- "Find something fun to do this weekend in NYC"
- "Any Solidcore or Pilates deals in LA?"

## Installation

Add `skill.md` to your agent's skill library. The skill uses web search and web browsing capabilities that most AI agents already have.

### For ClawHub/OpenClaw

1. Fork or download this repository
2. Add to your agent's skills collection
3. The agent will automatically use this skill when users ask about deals or discounts

## Files

- `skill.md` — Main skill file with instructions for the agent
- `README.md` — This documentation

## How It Works

The skill teaches agents two methods for finding deals:

1. **Web Search** — Using `site:groupon.com {service} {city}` queries
2. **Direct URLs** — Navigating to `groupon.com/local/{city}/{category}`

The agent then extracts deal information and presents it to users with prices, discounts, ratings, and locations.

## Contributing

Suggestions and improvements welcome! Feel fre...

Related Claw Skills