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

seasonal-campaign-automation季节性活动自动化

Agent Skill

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

总安装

470

周安装

20

GitHub Stars

19

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill seasonal-campaign-automation

简介

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

  • 支持基于关键词、任务场景或来源线索进行信息检索与筛选。
  • 可通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • seasonal-campaign-automation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Seasonal Campaign Automation

Overview

Seasonal peaks — Black Friday/Cyber Monday, holiday gifting, Valentine's Day, Back-to-School — can account for 30–50% of annual ecommerce revenue for many categories. Automating seasonal campaigns means building reusable email flows and discount templates that activate on calendar triggers rather than requiring manual setup each time. Klaviyo's scheduled sends and Shopify's automated discounts handle most of this without custom code.

When to Use This Skill

  • When planning Black Friday/Cyber Monday campaigns and needing a structured playbook
  • When seasonal campaigns are built from scratch every year with no reusable templates
  • When wanting to automate countdown email sequences for a sale event
  • When needing to schedule promotional pricing changes in sync with email and ad campaigns

Core Instructions

Step 1: Define the seasonal campaign calendar

Plan your full campaign year in a single document. The most important ecommerce events by revenue impact:

EventTimingLead Time Needed
Black Friday / Cyber Monday4th Friday of November8 weeks
Holiday gifting (Christmas)Dec 1–206 weeks
Valentine's DayFeb 144 weeks
Mother's Day2nd Sunday of May4 weeks
Back-to-SchoolAugust6 weeks
Summer SaleJuly4 weeks

Build email templates and discount codes for each event in September (for BFCM) or 8 weeks in advance for other events.

Step 2: Build your BFCM email sequence


Shopify with Klaviyo

  1. Go to Klaviyo → Campaigns → Create Campaign and create a folder called "BFCM 2026"
  2. Build the following scheduled campaigns (all as one-time sends):
Campaign NameSend DateSegmentSubject
BFCM TeaserT-21All subscribers"Something big is coming…"
BFCM PreviewT-14All subscribers"Early access preview — save the date"
VIP Early AccessT-7VIP segment (loyalty Gold+)"25% off — yours 24h early"
Countdown (3 days)T-3All subscribers"3 days until Black Friday"
Launch EveT-1All subscribers"Tomorrow: our biggest sale of the year"
Launch DayT-0 (8am)All subscribers"25% off everything — Black Friday is live"
Cyber MondayT+3Non-purchasers from above"Last chance: Cyber Monday sale ends tonight"
  1. Build each email template now, save as a reusable Klaviyo template — next year you update the discount value and dates only
  2. Add a countdown timer image to launch day and Cyber Monday emails using Klaviyo's native countdown timer block (available under Content → Dynamic Content)

Segment non-purchasers for Cyber Monday: In Klaviyo, create a segment: "Has received BFCM Launch campaign AND has NOT placed an order since [T-0 date]" — send Cyber Monday email only to this group


WooCommerce with Klaviyo (or Mailchimp)

  1. Connect Klaviyo to WooCommerce using the Klaviyo plugin or the Klaviyo for WooCommerce extension
  2. Build the same campaign sequence as above in Klaviyo — the campaign structure is platform-agnostic
  3. For customers using Mailchimp: build a Customer Journey map with scheduled email nodes at the same offsets

Alternative (simpler): Use AutomateWoo workflows triggered by dates — set up date-based triggers for each campaign step.


BigCommerce with Klaviyo

  1. Klaviyo syncs all BigCommerce order history automatically
  2. Follow the same Klaviyo campaign setup as the Shopify section above
  3. For the VIP segment: use Klaviyo's Total Customer Value > $500 predicate to identify high-value customers

Step 3: Schedule promotional pricing


Shopify

  1. Go to Shopify Admin → Discounts → Create Discount → Amount off products
  2. Configure:

- Discount type: Percentage (e.g., 25%) - Applies to: All products (or specific collections) - Active dates: Set start = Black Friday 12:00am, End = Cyber Monday 11:59pm - Shopify automatically activates and deactivates the discount at the set times

  1. For automatic discount (applied at checkout without code): go to Shopify → Discounts → Create Automatic Discount
  2. For a sitewide sale with original/sale price displayed on product pages: use Shopify → Products → Bulk Edit to set compare_at_price = original price and price = sale price; then revert after the sale

Important: If using a discount code approach (recommended for BFCM), announce the code in every email and across social — friction from requiring a code reduces conversion; automatic discounts convert better.


WooCommerce

  1. Go to WooCommerce → Marketing → Coupons → Add Coupon
  2. Configure:

- Coupon type: Percentage discount - Coupon amount: 25 - Usage restriction: No minimum order (for BFCM) - Usage limits: Leave blank (unlimited) - Expiry date: Cyber Monday 11:59pm

  1. For automatic pricing on all products: use WooCommerce → Products → Bulk Edit to set sale price, then bulk-remove it after the event

BigCommerce

  1. Go to BigCommerce → Marketing → Promotions → Create Promotion
  2. Configure the percentage off, start date, and end date
  3. BigCommerce applies and removes promotions automatically based on the schedule

Step 4: Set up SMS for seasonal events

Send 1–2 SMS per event maximum. More than 2 SMS in a 4-day period causes significant unsubscribe spikes.

In Klaviyo SMS:

  1. Create an SMS campaign alongside the email campaigns
  2. Best send times: Launch day at 9am (first SMS), Cyber Monday morning (second SMS if not purchased)
  3. Subject for launch day: "BFCM is live — 25% off everything: [store link] — Reply STOP to opt out"

In Postscript (Shopify):

  1. Go to Postscript → Campaigns → Create Campaign
  2. Set the audience to "All subscribed" minus "Has purchased in last 3 days"
  3. Schedule for launch day at 9am local time

Step 5: Warm up your email domain before BFCM

Sending a sudden volume spike on Black Friday damages your domain reputation. Start 4 weeks before:

  1. In Klaviyo, increase sends by 10% per week starting in October
  2. Go to Klaviyo → Account → Sending Infrastructure and check your sending domain health
  3. Suppress unengaged contacts (no opens in 90+ days) before BFCM — sending to cold contacts tanks deliverability

Step 6: Measure seasonal lift

MetricTargetWhere to Find
Revenue vs. prior year (YoY growth)15–30% YoYShopify Analytics → Compare dates
Email revenue during event30–40% of event revenueKlaviyo → Campaign analytics
Email list unsubscribe rate (BFCM week)< 0.5% per campaignKlaviyo campaign analytics
Discount code redemption rate> 25% of emails clickedShopify → Analytics → Discounts

Best Practices

  • Build templates in September, send in November — last-minute BFCM campaigns have poor creative and poor deliverability; email templates must be ready 8 weeks out
  • Cap at 4–5 emails total across BFCM week — sending 7+ emails causes significant unsubscribe spikes; 4 is the comfortable maximum per customer
  • Give VIPs 24-hour early access — loyalty Gold and Platinum customers get the same discount 24 hours before the public launch; this is the most cost-effective way to make your best customers feel valued
  • Use automatic discounts for conversion rate — removing the friction of entering a coupon code typically increases conversion rate 10–15% compared to code-based discounts
  • Schedule the pricing rollback before launch — setting the end date in Shopify's discount scheduler before BFCM starts prevents the most common post-sale mistake (forgetting to turn off the discount)

Common Pitfalls

ProblemSolution
Discount still active after Cyber MondayAlways set an end date/time in the discount or promotion settings before launching
BFCM email going to spamSuppress unengaged contacts 2 weeks before BFCM; use a confirmed warm sending domain
VIP early access email sent to entire listBuild the VIP segment in Klaviyo before scheduling the campaign; verify segment size before sending
Countdown timer shows wrong timezoneUse Klaviyo's native countdown timer which adapts to the recipient's timezone automatically
Email sequence sending to already-purchased customersAdd a flow filter to all post-launch emails: "Has NOT placed an order since [launch date] → continue"

Related Skills

  • @email-marketing-automation
  • @product-launch-campaigns
  • @sms-marketing
  • @meta-ads-integration
  • @loyalty-program-optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.7%
按下载量换算56

Claude

27.77%
按下载量换算46

Cursor

20.67%
按下载量换算34

Gemini CLI

9.99%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills