← 返回 Skills 市场
jiajiaoy

CouponClaw

作者 jiajiaoy · GitHub ↗ · v1.1.3 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install couponclaw
功能描述
Find verified coupons, stack cashback, and get final prices with savings across China, US, UK, Australia, Southeast Asia, and global DTC brands.
使用说明 (SKILL.md)

CouponClaw

Find coupons, stack cashback, and maximize savings — across China, US, UK, Australia, Southeast Asia, and DTC brands worldwide.

CouponClaw is the only coupon skill that covers every major market in one place. It searches verified coupon databases, finds cashback portal rates, and calculates the best stacking strategy so you always know the exact final price before checkout.

What makes CouponClaw different

Most coupon tools check one platform in one country. CouponClaw runs a 3-layer strategy:

  1. Layer 1 — Coupons: Real-time browser search across region-specific coupon sites (smzdm, RetailMeNot, VoucherCodes, OzBargain, ShopBack, and more)
  2. Layer 2 — Cashback stacking: Compares 返利网, Rakuten, TopCashback, and ShopBack rates — and checks if they stack with the coupon
  3. Layer 3 — DTC brand check: Detects hidden first-order discounts and newsletter signup offers on brand official sites

It also runs a daily deals briefing (via cron) that surfaces the hottest community-verified deals from each region every morning.

Trigger phrases

Use CouponClaw when you say things like:

  • "is there a coupon for..."
  • "promo code for..."
  • "discount code"
  • "voucher code"
  • "coupon code"
  • "cashback for..."
  • "有没有优惠券"
  • "有没有券"
  • "优惠码"
  • "折扣码"
  • "返利"
  • "省钱"
  • "领券"
  • "打折"
  • "今日优惠"
  • "daily deals"
  • "best deals today"

Scripts

Script Command Description
find.js node scripts/find.js \x3Cproduct or store> [--region cn|us|uk|au|sea|all] [--lang zh|en] Find all available coupons + cashback stacking for a product or store
cashback.js node scripts/cashback.js \x3Cstore> [--spend amount] [--lang zh|en] Look up and compare cashback rates across all platforms
daily-deals.js node scripts/daily-deals.js [--region cn|us|uk|au|sea|all] [--lang zh|en] Generate today's top deals briefing (for cron push)
push-toggle.js node scripts/push-toggle.js on|off|status \x3CuserId> [--morning HH:MM] [--region ...] [--channel telegram|slack|feishu|discord] [--lang zh|en] Manage daily deal push subscription

Region coverage

Region Coupon sources Cashback
🇨🇳 China 什么值得买, 京东领券中心, 淘宝聚划算, 折800 返利网, 什么值得买返利
🌏 Chinese overseas Dealmoon (North America) Rakuten
🇺🇸 US RetailMeNot, Slickdeals, Amazon Coupons Rakuten, TopCashback
🇬🇧 UK VoucherCodes, HotUKDeals, MyVoucherCodes TopCashback
🇦🇺 Australia OzBargain, Cashrewards ShopBack
🌏 Southeast Asia ShopBack, iPrice ShopBack
🏷️ DTC brands Official site popup detection, newsletter signup offers Rakuten / TopCashback

Recommended companion

Install gstack for full browser navigation support — CouponClaw uses the browser tool to read live coupon pages and get real (not cached) data.

No API required

CouponClaw uses browser navigation to read real-time data directly from coupon and cashback sites. No API keys, no subscriptions.

安全使用建议
This skill appears to do what it says: it directs the agent's browser tool to scrape public coupon and cashback pages and summarize valid codes and stacking strategies. Before installing or running it, consider: (1) The docs reference a push-toggle subscription command that is missing — if you expect push-to-telegram/slack/discord, ask the author for the implementation and review how credentials would be used. (2) The skill uses the agent's browser tool to visit external sites; ensure that the browser tool will not unintentionally send your logged-in cookies or other sensitive session data to those sites if you don't want that. (3) Because it scrapes many third-party pages, results depend on live content and sites may block automated scraping; check how your agent's browser tool handles rate limits and JavaScript-rendered pages. (4) If you later find a version that requests channel tokens, cloud keys, or writes files/configs, treat that as a red flag — verify why those are needed. Overall: coherent with its purpose, but verify push/notification features and browser-session handling before enabling push or running it with privileged sessions.
功能分析
Type: OpenClaw Skill Name: couponclaw Version: 1.1.3 The CouponClaw skill is a legitimate tool designed to help users find coupons and cashback rates across global markets. The scripts (find.js, cashback.js, and daily-deals.js) function as prompt generators that instruct an AI agent to use its built-in browser tool to visit reputable deal sites like Slickdeals, Rakuten, and smzdm. The code uses proper input sanitization via encodeURIComponent, contains no external dependencies, and lacks any signs of data exfiltration, obfuscation, or malicious execution.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description claim coupon + cashback discovery and the scripts and README implement that: they instruct the agent to browse public coupon/cashback/deal sites and extract codes/rates. No unrelated binaries, cloud credentials, or system paths are requested.
Instruction Scope
SKILL.md and the three scripts consistently instruct using the agent's browser tool to visit many public coupon and cashback pages and extract current coupons/rates; this is within the declared purpose. Note: SKILL.md and README reference a push-toggle command (push-toggle.js) for subscription management that is listed in the docs but the file is not present in the package — a documentation/implementation mismatch.
Install Mechanism
No install spec and no external downloads; package is instruction/script-only with zero npm dependencies. This is low-risk relative to arbitrary remote installs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts do not read env vars or files. Be aware the daily push feature (advertised) would normally require channel credentials — those are not requested here (and the managing script is missing).
Persistence & Privilege
always is false and there is no attempt to modify other skills or system-wide settings. The skill relies on the agent's browser tool for runtime navigation and has no special persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install couponclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /couponclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.3
- Improved script stability for cashback and coupon finding workflows - Updated dependencies in package.json for better compatibility and security - Minor code cleanup and consistency improvements across scripts
v1.1.2
- Updated dependencies in package.json for improved stability and compatibility. - No changes to SKILL.md or core features.
v1.1.1
- Added a README.md file for improved documentation and onboarding. - Updated package.json for metadata or dependency adjustments.
v1.1.0
- Updated dependencies in package.json to latest versions. - No changes to user-facing features or skill behavior.
v1.0.1
- Removed the script file scripts/push-toggle.js. - Updated package.json to reflect this change.
v1.0.0
- Initial release of CouponClaw. - Supports searching for coupons and stacking cashback across China, US, UK, Australia, Southeast Asia, and DTC brands worldwide. - Implements a 3-layer strategy: coupon discovery, cashback comparison/stacking, and DTC brand offer detection. - Provides scripts for finding coupons, comparing cashback, generating daily deal briefings, and managing push subscriptions. - Covers major regional coupon and cashback platforms. - No API keys or subscriptions required; uses real-time browser data.
元数据
Slug couponclaw
版本 1.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

CouponClaw 是什么?

Find verified coupons, stack cashback, and get final prices with savings across China, US, UK, Australia, Southeast Asia, and global DTC brands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 CouponClaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install couponclaw」即可一键安装,无需额外配置。

CouponClaw 是免费的吗?

是的,CouponClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CouponClaw 支持哪些平台?

CouponClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CouponClaw?

由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.1.3。

💬 留言讨论