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

gift-cards礼品卡

Agent Skill

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

总安装

447

周安装

19

GitHub Stars

19

下载量

157
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill gift-cards

简介

gift-cards 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息检索和筛选的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网或文件操作。
  • gift-cards 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Gift Cards

Overview

Gift cards let customers purchase store credit to give as gifts or to use themselves. They function as a form of payment at checkout — a customer can pay part of an order with a gift card and the remainder with a credit card, and any unused balance stays on the card. All major e-commerce platforms include native gift card functionality; custom implementations are only needed for headless storefronts or very specific accounting requirements.

When to Use This Skill

  • When adding gift cards as a purchasable product that customers can send to others
  • When implementing store credit as a refund mechanism in place of cash refunds
  • When building bulk corporate gift card programs for B2B clients
  • When allowing customers to split payment between a gift card and a credit card at checkout
  • When you need a full balance history for accounting reconciliation or customer support

Core Instructions

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

PlatformRecommendationNotes
ShopifyUse Shopify's built-in gift cards (available on all plans except Basic)Native integration with checkout, balance tracking, and email delivery — no app needed
WooCommerceWooCommerce Gift Cards plugin (official, $49/year) or YITH WooCommerce Gift Cards ($80/year)Core WooCommerce does not include gift cards; these plugins are well-maintained and widely used
BigCommerceBigCommerce Gift Certificates (built in, all plans)Native support — create, sell, and redeem gift certificates from the admin panel
Custom / HeadlessBuild with ledger-based balance trackingSee Custom section below

Step 2: Set up gift cards on your platform


Shopify

Shopify gift cards are available on Shopify, Advanced, and Plus plans (not Basic). They are issued as a product and redeemed at checkout using a 16-character code.

Enable and create gift cards:

  1. In your Shopify admin, go to Products → Gift cards
  2. Click Add gift card product
  3. Set denominations (e.g., $25, $50, $100) — each denomination is a product variant
  4. Add a title, description, and image for the gift card product
  5. Click Save

Issuing a gift card to a customer:

  • Via sale: When a customer purchases a gift card, Shopify automatically generates a unique code and emails it to the recipient
  • Manually: Go to Customers → find the customer → Gift cards tab → Issue gift card; set the value and expiry date

Setting expiry dates:

  1. In Settings → Gift cards
  2. Enable gift card expiry and set the default expiration period
  3. Note: Some jurisdictions prohibit gift card expiry (check local law before enabling)

Bulk gift cards for B2B or marketing:

  1. Go to Products → Gift cards → Export to download existing codes
  2. Use the Shopify Admin API (POST /admin/api/2024-04/gift_cards.json) to bulk-create gift cards programmatically
  3. The API response includes the code — distribute via your email platform

Store credit as a refund: When issuing a refund, Shopify allows you to refund to a gift card instead of the original payment method:

  1. Go to Orders → open the order → Refund
  2. Under "Refund to", select Gift card and specify the amount
  3. Shopify creates a new gift card and emails the code to the customer

WooCommerce

Install the WooCommerce Gift Cards extension (from WooCommerce.com) or YITH WooCommerce Gift Cards. These are the most feature-complete options.

Setup with WooCommerce Gift Cards:

  1. Install and activate the plugin
  2. Go to Products → Add New and set the product type to Gift card
  3. Under Gift card data:

- Set delivery type: email delivery (for digital) or printed card - Set available amounts or allow custom amounts - Configure the email template that sends the code to the recipient

  1. Publish the product

Redemption: The plugin adds a "Gift card" field to the checkout page. Customers enter their code and the balance is deducted from the order total. Partial redemption is supported — remaining balance stays on the card.

Store credit as refund:

  1. Open the order → Refund
  2. The plugin adds a "Refund to gift card" option
  3. A new gift card code is generated and emailed to the customer

Balance inquiry: Both WooCommerce Gift Cards and YITH provide a balance inquiry shortcode you can add to a page: [woo_gift_card_balance_check]


BigCommerce

BigCommerce calls these "Gift Certificates" and includes them natively.

Create and sell gift certificates:

  1. Go to Marketing → Gift Certificates → Create Gift Certificate
  2. Fill in:

- To (recipient name and email) - From (sender name and email) - Amount: fixed value - Expiry date (optional)

  1. BigCommerce sends the certificate code to the recipient via email

Selling gift certificates as a product:

  1. Go to Products → Gift Certificates
  2. Enable the gift certificate product page
  3. Customers can purchase certificates in custom or fixed amounts directly from your storefront

Redemption: Gift certificate codes appear as a payment option at checkout. Partial redemption is supported — the remaining balance is saved on the certificate code.


Custom / Headless

For headless storefronts, implement a ledger-based gift card system. The ledger pattern records every debit and credit as an immutable transaction row — never update a balance column directly.

CREATE TABLE gift_cards (
  id           UUID PRIMARY KEY DEFAULT gen_random_uuid(),
  code         VARCHAR(32) NOT NULL UNIQUE,
  initial_value_cents INTEGER NOT NULL,
  currency     VARCHAR(3) NOT NULL DEFAULT 'USD',
  issued_to    VARCHAR(255),
  expires_at   TIMESTAMPTZ,
  is_active    BOOLEAN NOT NULL DEFAULT true,
  created_at   TIMESTAMPTZ NOT NULL DEFAULT NOW()
);

CREATE TABLE gift_card_ledger (
  id         UUID PRIMARY KEY DEFAULT gen_random_uuid(),
  card_id    UUID NOT NULL REFERENCES gift_cards(id),
  amount_cents INTEGER NOT NULL,  -- positive = credit, negative = debit
  type       VARCHAR(16) NOT NULL CHECK (type IN ('issue', 'redeem', 'refund', 'void')),
  order_id   UUID,
  created_at TIMESTAMPTZ NOT NULL DEFAULT NOW()
);

Balance calculation — always derived from the ledger, never from a stored column:

async function getBalance(cardCode: string): Promise<number> {
  const card = await db.giftCards.findByCode(cardCode.toUpperCase());
  if (!card || !card.is_active) throw new Error('CARD_NOT_FOUND');
  if (card.expires_at && card.expires_at < new Date()) throw new Error('CARD_EXPIRED');

  const result = await db.raw(
    'SELECT COALESCE(SUM(amount_cents), 0) AS balance FROM gift_card_ledger WHERE card_id = ?',
    [card.id]
  );
  return Math.max(0, parseInt(result.rows[0].balance, 10));
}

Partial redemption with row-level locking to prevent concurrent over-redemption:

async function redeemGiftCard(code: string, orderId: string, orderTotalCents: number) {
  return db.transaction(async tx => {
    // Lock the card row to prevent concurrent redemptions
    const card = await tx.raw(
      'SELECT * FROM gift_cards WHERE UPPER(code) = ? FOR UPDATE',
      [code.toUpperCase()]
    ).then(r => r.rows[0]);

    if (!card || !card.is_active) throw new Error('CARD_NOT_FOUND');

    const balance = await getBalance(code);
    const appliedCents = Math.min(balance, orderTotalCents);
    if (appliedCents === 0) throw new Error('ZERO_BALANCE');

    await tx.giftCardLedger.insert({
      card_id: card.id,
      amount_cents: -appliedCents,
      type: 'redeem',
      order_id: orderId,
    });

    return { appliedCents, remainingBalance: balance - appliedCents };
  });
}

Best Practices

  • Use an append-only ledger — never update a balance column; record every debit and credit as a transaction row for a full audit trail (required for accounting reconciliation)
  • Generate codes without ambiguous characters — omit 0, O, 1, I from the character set to prevent customer confusion when reading codes from email
  • Never expose full card codes in URLs or logs — partial masking (ABCD-xxxx-xxxx-MNOP) is safe for display; full codes belong only in the issuance email
  • Set accounting liabilities on issuance — gift card balances are a deferred revenue liability until redeemed; ensure your accounting integration records this correctly
  • Check local regulations before setting expiry dates — many US states and other jurisdictions restrict or prohibit gift card expiration; verify before enabling
  • Test the refund-to-gift-card flow — this is a common customer service scenario; ensure the newly issued card is accessible and redeemable before going live

Common Pitfalls

ProblemSolution
Two simultaneous checkouts both succeed using the same cardUse a row-level lock (SELECT... FOR UPDATE) inside a database transaction before reading the balance (custom builds); platforms handle this natively
Balance goes negative due to rounding in split paymentUse Math.min(balance, orderTotal) — never apply more than the current balance
Customer cannot find their card after a refund re-credits itAfter refunding to a gift card, ensure the card is reactivated if it was previously depleted and deactivated
Gift card codes appear in server access logsNever include the code as a URL path parameter; use a POST body or a hashed lookup token
Gift card purchased but code not deliveredPlatform-native gift cards send automatically; for custom implementations, use transactional email with delivery tracking and a resend option in your customer service panel

Related Skills

  • @coupon-management
  • @loyalty-points-system
  • @stripe-integration
  • @returns-management
  • @checkout-flow-optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.96%
按下载量换算63

Claude

27.86%
按下载量换算44

Cursor

18.43%
按下载量换算29

Gemini CLI

10.08%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills