sales-loyaltylion
LoyaltyLion platform help — points, tiers, rewards, referrals, custom loyalty pages, receipt upload (omnichannel), AI recommendations, analytics, Klaviyo Events integration, Admin API, Headless API. Use when LoyaltyLion points not accruing correctly, tiers not promoting members, custom loyalty page not displaying, Klaviyo flows not triggering from LoyaltyLion events, API returning errors, or rewards not redeeming at checkout. Do NOT use for cross-platform loyalty strategy (use /sales-loyalty), cross-platform email marketing (use /sales-email-marketing), or connecting tools generally (use /sales-integration).
What this skill does
# LoyaltyLion Platform Help Help the user with LoyaltyLion platform questions — from points/tiers/rewards setup and Klaviyo integration through custom loyalty pages, referral programs, analytics, omnichannel receipt upload, and API usage. ## Step 1 — Gather context If `references/learnings.md` exists, read it first for accumulated knowledge. Ask the user: 1. **What area of LoyaltyLion do you need help with?** - A) Points & earning rules — configuring how customers earn points - B) Rewards — setting up reward catalog and redemption - C) Tiers / VIP — creating tier levels and progression - D) Referrals — setting up referral program - E) Loyalty page — customizing the branded loyalty page - F) Klaviyo integration — events, flows, loyalty data in emails - G) Analytics — understanding loyalty metrics and revenue attribution - H) API — Admin API or Headless API integration - I) Shopify POS — in-store loyalty with Shopify POS - J) Receipt upload — capturing omnichannel purchases - K) Admin — billing, plan features, settings - L) Something else — describe it 2. **What's your ecommerce platform?** - A) Shopify - B) Shopify Plus - C) BigCommerce - D) Magento - E) Custom / headless - F) Other 3. **Which LoyaltyLion plan are you on?** - A) Free (Shopify App Store) - B) Classic ($199/mo) - C) Advanced - D) Plus - E) Not sure / evaluating **If the user's request already provides most of this context, skip directly to the relevant step.** Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end. ## Step 2 — Route or answer directly If the request maps to a specialized skill, route: - Loyalty strategy (platform-agnostic) → `/sales-loyalty` - Email marketing strategy → `/sales-email-marketing` - SMS marketing strategy → `/sales-sms-marketing` - Klaviyo platform help → `/sales-klaviyo` - Tool integration architecture → `/sales-integration` Otherwise, answer directly using the reference below. ## Step 3 — LoyaltyLion platform reference **Read `references/platform-guide.md`** for detailed module documentation, pricing, integrations, and data model. *You no longer need the platform guide details — focus on the user's specific situation.* ## Step 4 — Actionable guidance Based on the user's question, provide step-by-step guidance. Always: - Reference the correct plan requirements for the feature - Include Klaviyo integration steps when the user mentions email or flows - Mention the relevant API endpoints when the user is building custom integrations - Flag plan-gated features early so the user doesn't waste time on unavailable functionality ## Gotchas > *Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.* 1. **Klaviyo Events require Advanced add-on or Plus** — the basic Klaviyo integration (data sync, email flows) is on Classic, but event triggers for advanced flows need the add-on or Plus plan. Verify before building flows that depend on events. 2. **VIP tiers are Advanced+ only** — if a user is on Classic and asks about tiers, they need to upgrade. Don't walk them through tier setup without flagging this. 3. **Multi-currency limitations** — stores can only be grouped together if they share the same currency. Multi-currency Shopify stores may need separate LoyaltyLion setups. 4. **Pricing scales with order volume** — the base price covers a set number of orders/month (Classic = 500, Advanced = 4,000, Plus = 10,000+). Overages increase cost. 5. **Integration depth varies** — some third-party integrations (especially outside the Shopify ecosystem) may be limited. G2 reviewers note that API capabilities can feel dated for complex custom integrations. 6. **ReCharge limitations** — LoyaltyLion can generate ReCharge coupons, but you can't reward customers for ongoing subscription loyalty (month-over-month). Workaround: use the API to credit points via webhooks on subscription renewals. 7. **Free plan is very basic** — the Shopify App Store free tier is a trial/evaluation tool, not a production-ready loyalty program. Most meaningful features require Classic ($199/mo). 8. **Receipt upload is omnichannel, not automatic** — customers manually upload receipts for in-store or third-party purchases. Receipts require manual or automated approval. - **Self-improving**: If you discover something not covered here, append it to `references/learnings.md` with today's date. ## Related skills - `/sales-loyalty` — Cross-platform loyalty program strategy, design, and comparison (Smile.io, Yotpo, Brevo Loyalty, etc.) - `/sales-klaviyo` — Klaviyo platform help for email/SMS marketing - `/sales-email-marketing` — Email marketing strategy across platforms - `/sales-integration` — Connect LoyaltyLion with other tools via API, webhooks, Zapier - `/sales-checkout` — Checkout optimization with loyalty display - `/sales-do` — Not sure which skill to use? The router matches any sales objective to the right skill. Install: `npx skills add sales-skills/sales --skill sales-do` ## Examples ### Example 1: Setting up a loyalty program for a Shopify store **User says**: "I just installed LoyaltyLion on my Shopify store. How do I set up a basic points program?" **Skill does**: Walks through earning rule configuration (points per $, sign-up bonus, review bonus), creating 3-4 rewards at different thresholds ($5 off at 100 points, $15 off at 300, free shipping at 200), setting up the branded loyalty page, and connecting Klaviyo for welcome and points-earned emails. **Result**: Fully configured points program with rewards and email integration ### Example 2: Connecting LoyaltyLion to Klaviyo for advanced flows **User says**: "I want to send automated emails when customers are close to earning a reward. How do I set this up?" **Skill does**: Explains Klaviyo Events (requires Advanced add-on or Plus), walks through enabling the integration, creating a Klaviyo flow triggered by the "approaching reward" event, and designing the email template with loyalty merge tags showing points balance and reward threshold. **Result**: Automated Klaviyo flow triggered by LoyaltyLion loyalty events ### Example 3: Building a custom loyalty widget with the Headless API **User says**: "We're on a Hydrogen storefront and need to show loyalty points on product pages" **Skill does**: Points to the Headless API and TypeScript client (`@loyaltylion/headless-api-client`), explains authentication, shows how to fetch customer points balance and display "Earn X points with this purchase" on product pages, and references the Hydrogen reference store on GitHub. **Result**: Custom loyalty widget rendering on a headless Shopify storefront ## Troubleshooting ### Klaviyo not receiving loyalty events **Symptom**: Loyalty events (reward claimed, tier upgrade) not triggering Klaviyo flows **Cause**: Klaviyo Events are gated to Advanced (as add-on) or Plus plans. Basic Klaviyo integration only syncs profile data, not real-time events. **Solution**: 1) Verify your plan supports Klaviyo Events (check LoyaltyLion billing). 2) Re-enable the Klaviyo integration in settings. 3) Test by triggering a loyalty action and checking Klaviyo's Activity Feed for the event. 4) If on Classic, the basic integration syncs data but won't send events — upgrade or add the Events add-on. ### Points not appearing for in-store purchases **Symptom**: Customers earn points online but not when buying in-store via Shopify POS **Cause**: Shopify POS integration requires Advanced or Plus plan. Even on supported plans, POS must be explicitly enabled. **Solution**: 1) Confirm you're on Advanced or Plus. 2) Enable Shopify POS integration in LoyaltyLion settings. 3) Ensure staff are using the LoyaltyLion POS app at checkout. 4) For non-Shopify POS, use the receipt upload feature instead. ### Loyalty page not matching s
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.