Whop Digital Sales
by @ssidharhubble
Auto-create and manage digital products on Whop.com. Manages product lifecycle from creation to checkout link generation. Uses Whop REST API v1 with Company...
clawhub install whop-digital-salesπ About This Skill
name: whop-digital-sales version: 1.0.8 description: | Auto-create and manage digital products on Whop.com. Manages product lifecycle from creation to checkout link generation. Uses Whop REST API v1 with Company API key. Handles products, plans, and checkout links for digital product sales. metadata: author: ssyopros.zo.computer category: digital-sales display-name: Whop Digital Sales tags: whop, digital-products, checkout-links, paid-community, api
whop-digital-sales
Auto-manage digital products and checkout links on Whop.
Whop API Setup
Base URL: https://api.whop.com/api/v1
Auth: Authorization: Bearer {WHOP_API_KEY}
To get your API key:
1. Go to https://sell.whop.com/developer
2. Create a Company API key
3. Save as secret WHOP_API_KEY in Settings > Advanced
Key Endpoints
POST /products β Create productGET /products β List products POST /v2/plans β Create plan (pricing)GET /v2/plans β List plansPOST /checkouts β Create checkout linkGET /payments β List paymentsProduct Strategy
Free products β capture emails, build audience Paid products β $9-99/month or $47-199 one-time Bundle β free + paid ladder
Script: scripts/create_whop_products.py
Creates 3 products: 1. Free community entry (email capture) 2. $19/mo AI tools access (options bot, whale scanner) 3. $199 one-time lifetime deal (all skills bundle)
Running
python scripts/create_whop_products.py
python scripts/generate_checkout_links.py
Next Steps After API Key
1. Create product with plan 2. Generate checkout link 3. Share link on Twitter/X, ClawHub, Gumroad