Claude-skill-registry digital-empire

Manage digital product sales across Gumroad, Etsy, Shopify. Handle sales tracking, product delivery, and social media automation.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/digital-empire" ~/.claude/skills/majiayu000-claude-skill-registry-digital-empire && rm -rf "$T"
manifest: skills/data/digital-empire/SKILL.md
source content

Digital Empire Skill

Sales Platforms

PlatformStatusToken
GumroadActiveGUMROAD_ACCESS_TOKEN
EtsyPlanned-
ShopifyPlanned-
Ko-fiPlanned-

Automation Flow

Customer Purchase
       ↓
Platform Webhook → Webhook Router
       ↓
Master Zap 3 (Sale Hub)
       ↓
├── Log to Google Sheets
├── Celebrate in Home Assistant (green lights + cha-ching)
├── SMS notification to Joshua
├── Email product files to customer
├── (7 day delay)
└── Email review request

Social Media Automation

  • Buffer for scheduling
  • Platforms: Pinterest, Twitter, Facebook, Instagram, LinkedIn
  • Content types: Product launches, tips, testimonials

Metrics Tracked

MetricLocation
Daily sales countGoogle Sheets
Revenue by platformGoogle Sheets
Product performanceGoogle Sheets
Customer emailsGoogle Sheets

Product Categories

Located in ~/repos/phoenix-forge-ecosystem/3_DigitalEmpire/

Sales Celebration

When sale received:

  1. Green flash on all lights
  2. Cash register sound effect
  3. TTS: "New sale! $X from [platform]!"
  4. SMS to Joshua

Key Files

  • ~/repos/phoenix-forge-ecosystem/3_DigitalEmpire/
  • ~/repos/phoenix-forge-ecosystem/ZAPIER_100_AUTOMATIONS.md (Master Zap 3)