Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

coupon-management优惠券管理

Agent Skill

coupon-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

456

周安装

19

GitHub Stars

19

下载量

152
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:coupon-management(优惠券管理)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/coupon-management
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill coupon-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill coupon-management

简介

coupon-management 指导电商平台优惠券系统的搭建与管理,支持百分比或固定金额折扣规则设定。

  • 涵盖最低订单要求、使用次数限制与过期日期等常见促销需求。
  • 主流平台均已内置基础功能,高级需求可通过插件扩展实现。
  • 建议优先利用现有生态工具而非重复造轮子。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Coupon Management

Overview

Coupon systems let merchants create promotional codes with configurable rules: percentage or fixed-amount discounts, minimum order requirements, usage limits per coupon or per customer, and expiration dates. Every major e-commerce platform includes a built-in coupon system — you almost never need to build one from scratch. This skill walks you through setting up coupon management on each platform and explains when to reach for an app or plugin for advanced requirements like bulk unique codes or campaign tracking.

When to Use This Skill

  • When adding promotional codes to a checkout flow for the first time
  • When migrating from a simple discount field to a rule-based coupon engine
  • When running marketing campaigns that require unique, single-use codes for each recipient
  • When building an admin interface to create and monitor coupon performance
  • When enforcing complex coupon rules such as product/category exclusions or customer segment restrictions

Core Instructions

Step 1: Determine the merchant's platform and the right tool

PlatformBuilt-in CapabilityWhen to Add an App/Plugin
ShopifyShopify Discounts — supports percentage, fixed amount, free shipping, BOGO; usage limits, expiry, minimum purchaseWhen you need bulk unique codes (Shopify supports import), customer-group-specific coupons, or loyalty integration (Smile.io, LoyaltyLion)
WooCommerceWooCommerce Coupons — built into core; percentage, fixed cart, fixed product, free shipping typesWhen you need bulk unique code generation: WooCommerce Smart Coupons plugin; advanced rules: YITH WooCommerce Dynamic Pricing & Discounts
BigCommerceCoupon codes built in — percentage, fixed amount, free shipping, free product typesWhen you need B2B-specific codes or advanced restrictions; BigCommerce app marketplace has options like Coupon Manager Pro
Custom / HeadlessMust build — see Custom section belowN/A — you are building the system

Step 2: Set up standard coupons on your platform


Shopify

  1. Go to Discounts in the Shopify admin sidebar
  2. Click Create discount and choose the type:

- Amount off products — percentage or fixed amount off specific products/collections - Amount off order — percentage or fixed amount off the entire cart - Buy X get Y — BOGO and bundle offers - Free shipping — removes shipping cost when code is applied

  1. Configure the code:

- Enter a code (e.g., SUMMER20) or click Generate code for a random one - Set Minimum purchase requirements (minimum subtotal or minimum quantity) - Set Customer eligibility — all customers, specific customer segments, or specific customers - Set Maximum discount uses — total uses and/or one use per customer - Set Active dates — start and optional end date

  1. Click Save discount

Bulk unique codes on Shopify:

  1. In the same Discounts screen, choose Generate codes instead of entering a single code
  2. Set the quantity (up to 100 at a time from the UI; use the Shopify Admin API for larger volumes)
  3. All generated codes share the same rules (discount value, expiry, usage limits)
  4. Export the codes to CSV for use in your email marketing platform

Shopify Plus — Shopify Scripts for advanced stacking:

  • Use Shopify Scripts (Shopify Plus only) for custom coupon logic: e.g., different discount percentages by customer tag, auto-apply coupons without a code
  • Access via Apps → Script Editor in your Shopify admin

WooCommerce

  1. Go to WooCommerce → Coupons → Add coupon
  2. Set the Coupon code (unique identifier customers type at checkout)
  3. Under General tab:

- Discount type: Percentage discount, Fixed cart discount, Fixed product discount - Coupon amount: The discount value - Free shipping: Toggle to make this code grant free shipping - Coupon expiry date: Date after which the code stops working

  1. Under Usage restriction tab:

- Minimum spend: Cart subtotal must exceed this amount - Maximum spend: Cart subtotal cannot exceed this amount - Individual use only: Cannot be combined with other coupons - Exclude sale items: Don't apply to already-reduced items - Products and Exclude products: Restrict or exclude specific products - Product categories and Exclude categories: Restrict or exclude by category - Email restrictions: Limit to specific customer emails

  1. Under Usage limits tab:

- Usage limit per coupon: Total number of times this code can be used - Usage limit per user: How many times a single customer can use it

  1. Click Publish

Bulk unique codes on WooCommerce:

  • Install WooCommerce Smart Coupons (premium plugin, ~$99/year from StoreApps)
  • Go to WooCommerce → Smart Coupons → Generate Coupons
  • Set quantity, discount amount, expiry, and prefix — generates a CSV of unique codes
  • Import or distribute via your email platform

BigCommerce

  1. Go to Marketing → Coupon Codes → Create Coupon Code
  2. Fill in:

- Code: The code customers enter (or use the auto-generate button) - Type: Percentage off order, Dollar amount off order, Percentage off product, Dollar amount off product, Free shipping, Free product - Discount amount: The value - Applies to: All items, items from specific categories, or specific products

  1. Under Restrictions:

- Minimum order: Subtotal must exceed this amount - Max uses: Total redemptions allowed - Max uses per customer: Per-account limit - Expiration date: When the code stops working

  1. Click Save

Bulk codes on BigCommerce: Use the BigCommerce Promotions API (POST /v2/coupons) to generate codes programmatically, then export for distribution.


Custom / Headless

For headless stores, you need to build the validation and redemption logic. The key requirements are atomic redemption (prevent race conditions when two customers use the last available redemption simultaneously) and idempotent order processing.

// Coupon validation at checkout
async function validateCoupon(
  code: string,
  customerId: string,
  orderSubtotalCents: number
): Promise<{ valid: boolean; discountCents: number; error?: string }> {
  const coupon = await db.coupons.findOne({ code: code.toUpperCase().trim(), is_active: true });
  if (!coupon) return { valid: false, discountCents: 0, error: 'Code not found' };

  const now = new Date();
  if (coupon.expires_at && coupon.expires_at < now) return { valid: false, discountCents: 0, error: 'Code expired' };
  if (coupon.usage_limit && coupon.usage_count >= coupon.usage_limit) return { valid: false, discountCents: 0, error: 'Code fully used' };
  if (coupon.min_order_cents && orderSubtotalCents < coupon.min_order_cents) return { valid: false, discountCents: 0, error: `Minimum order $${coupon.min_order_cents / 100}` };

  // Per-customer limit check
  if (coupon.per_customer_limit) {
    const uses = await db.couponRedemptions.count({ coupon_id: coupon.id, customer_id: customerId });
    if (uses >= coupon.per_customer_limit) return { valid: false, discountCents: 0, error: 'Already used' };
  }

  const discountCents = coupon.type === 'percentage'
    ? Math.round(orderSubtotalCents * (coupon.value / 100))
    : Math.min(coupon.value_cents, orderSubtotalCents);

  return { valid: true, discountCents };
}

// Atomic redemption — use inside the order creation transaction
async function redeemCoupon(tx: Tx, couponId: string, customerId: string, orderId: string, discountCents: number) {
  // Atomic increment with guard — prevents over-redemption under concurrency
  const result = await tx.raw(
    `UPDATE coupons SET usage_count = usage_count + 1
     WHERE id = ? AND (usage_limit IS NULL OR usage_count < usage_limit)
     RETURNING id`,
    [couponId]
  );
  if (result.rowCount === 0) throw new Error('COUPON_EXHAUSTED');

  await tx.couponRedemptions.insert({ coupon_id: couponId, customer_id: customerId, order_id: orderId, discount_cents: discountCents });
}

Bulk code generation for email campaigns:

import crypto from 'crypto';

function generateCode(prefix = 'PROMO', length = 8): string {
  const chars = 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'; // no ambiguous chars
  return prefix + '-' + Array.from(crypto.randomBytes(length))
    .map(b => chars[b % chars.length]).join('');
}

async function bulkGenerate(template: CouponTemplate, quantity: number): Promise<string[]> {
  const codes: string[] = [];
  while (codes.length < quantity) {
    const batch = Array.from({ length: Math.min(500, quantity - codes.length) }, () => generateCode(template.prefix));
    const inserted = await db.coupons.insertMany(
      batch.map(code => ({ ...template, code, usage_limit: 1, per_customer_limit: 1 })),
      { onConflict: 'ignore' }
    );
    codes.push(...inserted.map(r => r.code));
  }
  return codes;
}

Best Practices

  • Normalize codes to uppercase — store and compare codes in uppercase and trim whitespace to prevent "code not found" errors from minor formatting differences
  • Use single-use codes for targeted campaigns — set usage limit to 1 per code when distributing unique codes via email to prevent sharing
  • Validate at order creation, not just at cart — re-check coupon validity (expiry, usage limits) when the order is actually placed to handle race conditions
  • Soft-delete coupons — deactivate rather than delete to preserve redemption history for accounting
  • Track discount abuse — if a customer has abandoned and recovered with a discount code three or more times, consider excluding them from discount campaigns
  • Cap maximum discount amounts — for percentage coupons, set a maximum dollar discount to prevent runaway promotions (e.g., 20% off capped at $50)

Common Pitfalls

ProblemSolution
Two customers redeem the last use simultaneouslyUse atomic UPDATE... WHERE usage_count < usage_limit and verify rowCount === 1 (custom builds); platforms handle this natively
Coupon still valid after order cancellationDecrement the usage count when an order is cancelled or refunded; Shopify does this automatically
Per-customer limit bypassed with multiple accountsSupplement customer-ID checks with email checks; for high-value campaigns, require verified phone numbers
Bulk-generated codes collide with existing onesUse INSERT... ON CONFLICT DO NOTHING and regenerate collisions until target quantity is met
Free-shipping coupon stacks with a percentage discount unexpectedlyDefine your stacking policy explicitly; on Shopify, use the "Can be combined with" settings on each discount

Related Skills

  • @discount-engine
  • @price-rules-engine
  • @ab-testing-pricing
  • @loyalty-points-system
  • @checkout-flow-optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.63%
按下载量换算53

Claude

30.34%
按下载量换算46

Cursor

18.11%
按下载量换算28

Gemini CLI

9.28%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills