ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 4/5

meituan-coupon-auto

自动领取美团优惠券。触发词: 领取美团优惠券, 运行美团优惠券技能, 设置每日自动领取, 查看优惠券, meituan coupon, 美团领券

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ayue-oss/meituan-coupon-auto
Or

What This Skill Does

The meituan-coupon-auto skill is a sophisticated browser automation agent designed to streamline the process of claiming Meituan platform coupons. It functions by programmatically interacting with the Meituan coupon distribution web interface. The skill employs a unique two-click interaction strategy: the first click triggers the initial coupon claiming process, and the second click forces the system to render the detailed coupon ledger popup. Upon successful execution, it captures a snapshot of the interface, parses the total coupon count and monetary value using regex-based extraction logic, and presents a neatly formatted summary to the user. This automated approach ensures that users do not miss out on daily promotional offers across various categories like takeout (waimai), flash sales, dine-in, and lifestyle services.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/ayue-oss/meituan-coupon-auto

After installation, the skill will be available for activation via specific natural language triggers. You can also configure the built-in cron schedule to ensure daily execution at 10:00 and 13:18 (Asia/Shanghai) to maximize coupon collection efficiency.

Use Cases

  • Daily Routine Automation: Automatically claim all available platform coupons every morning without manual intervention.
  • Promotional Monitoring: Quickly check if high-value 'big' coupons (like the ¥17 takeout神券) have been refreshed.
  • Expense Optimization: Accumulate discounts across multiple Meituan categories automatically, reducing living costs without the effort of hunting for vouchers manually.

Example Prompts

  1. "运行美团优惠券技能,看看今天能领多少钱。"
  2. "设置每日自动领取,别让我错过领券时间。"
  3. "美团领券,帮我看看现在一共领到了多少张券。"

Tips & Limitations

  • Login Persistence: The browser session (profile=openclaw) must maintain an active login state. If the agent detects a login prompt, you will need to perform a manual login to authorize the session.
  • Resilience: The skill uses a fallback mechanism for DOM selectors. If the interface changes, it attempts to use the innerText of the buttons as a final resort.
  • Server Constraints: If the platform returns a "Too Popular" (太火爆) message, wait at least 30 minutes before re-triggering to avoid temporary IP or account rate-limiting.
  • Snapshot Accuracy: Ensure you have sufficient network connectivity when the skill executes, as the parsing relies on the visual snapshot captured immediately after the second interaction click.

Metadata

Author@ayue-oss
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ayue-oss-meituan-coupon-auto": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#browser-automation#meituan#coupon#productivity#web-scraping
Safety Score: 4/5

Flags: network-access, code-execution