Install
openclaw skills install whop-digital-salesAuto-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.
openclaw skills install whop-digital-salesAuto-manage digital products and checkout links on Whop.
Base URL: https://api.whop.com/api/v1
Auth: Authorization: Bearer {WHOP_API_KEY}
To get your API key:
WHOP_API_KEY in Settings > AdvancedPOST /products — Create productGET /products — List productsPOST /v2/plans — Create plan (pricing)GET /v2/plans — List plansPOST /checkouts — Create checkout linkGET /payments — List paymentsFree products → capture emails, build audience Paid products → $9-99/month or $47-199 one-time Bundle → free + paid ladder
scripts/create_whop_products.pyCreates 3 products:
python scripts/create_whop_products.py
python scripts/generate_checkout_links.py