📦 Whop Digital Sales — Whop 数字销售
v1.0.1在 Whop.com 上自动创建并管理数字产品,覆盖从创建到结账链接生成的完整产品生命周期。使用 Whop REST API v1 与 Company…
0· 20·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install whop-digital-sales
镜像加速npx clawhub@latest install whop-digital-sales --registry https://cn.longxiaskill.com镜像同步中
技能文档
whop-digital-sales 在 Whop 上自动管理数字产品与结账链接 Whop API 设置 Base URL: https://api.whop.com/api/v1 Auth: Authorization: Bearer {WHOP_API_KEY} 获取 API key:
- 访问 https://sell.whop.com/developer
- 创建 Company API key
- 在 Settings > Advanced 保存为 secret WHOP_API_KEY
Key Endpoints POST /products — 创建产品 GET /products — 列出产品 POST /v2/plans — 创建 plan(定价) GET /v2/plans — 列出 plans POST /checkouts — 创建结账链接 GET /payments — 列出付款
Product Strategy Free products → 收集邮箱,积累受众 Paid products → $9–99/月 或 $47–199 一次性 Bundle → 免费+付费阶梯
Script: scripts/create_whop_products.py 创建 3 个产品:
- Free community entry(邮箱收集)
- $19/月 AI tools access(options bot, whale scanner)
- $199 一次性 lifetime deal(all skills bundle)
运行 python scripts/create_whop_products.py python scripts/generate_checkout_links.py
Next Steps(拿到 API Key 后)
- 创建带 plan 的产品
- 生成结账链接
- 在 Twitter/X、ClawHub、Gumroad 分享链接