shopify-admin-vip-customer-identifier

Rank Shopify customers by lifetime spend and order frequency, then export a VIP candidate list.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-vip-customer-identifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-vip-customer-identifier
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/marketing/shopify-admin-vip-customer-identifier
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-vip-customer-identifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually identifying your most valuable Shopify customers so you can prioritize them for loyalty programs and premium support.

Core Features & Use Cases

  • VIP ranking by lifetime value and/or order frequency: Calculates top customers using amount spent and number of orders from Shopify aggregates.
  • Export a VIP candidate list: Generates a CSV (human or JSON output option) for downstream marketing or reporting.
  • Optional VIP tagging: Applies a persistent VIP tag via customerUpdate when you approve the thresholds and run a non-dry execution.

Quick Start

Run shopify-admin-vip-customer-identifier on your store to export a VIP candidates CSV for the top 5% by lifetime spend and tag them as vip.

Frequently Asked Questions about shopify-admin-vip-customer-identifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify VIP customers in Shopify based on lifetime value and order frequency?

You can identify VIP customers by ranking Shopify users based on lifetime spend and order frequency aggregates. This calculates percentile-based eligibility to isolate your top buyers for loyalty programs and premium support workflows.

Can I automatically tag my top 5% spenders in Shopify without manual CSV uploads?

Yes, you can automatically tag top spenders by running a non-dry execution that applies a persistent VIP tag via the Shopify customerUpdate mutation. This requires disabling dry_run mode after approving your calculated percentile thresholds.

What's the best way to export a Shopify VIP customer list for marketing segmentation?

The best way to export a Shopify VIP customer list is to generate a CSV or JSON file from your ranked customer data. This provides a candidate list output specifically formatted for downstream marketing segmentation and reporting tasks.

Do I need authenticated Shopify GraphQL access to segment customers by lifetime value?

Yes, you need authenticated Shopify access to segment customers by lifetime value. The process uses customers and orders GraphQL queries with pagination to retrieve the required spend and frequency data for scoring.

Can I preview Shopify VIP segmentation before applying tags to my customer profiles?

Yes, you can preview VIP segmentation by running the process in dry_run mode. This allows you to review the candidate list and scoring output safely before any customerUpdate mutations modify your actual Shopify customer profiles.