whop-deploy

Automate Whop app deployment from preview to production using whop.deploy.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/OmarA1-Bakri/Claude_Code_Automations --skill whop-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whop-deploy
Source: https://github.com/OmarA1-Bakri/Claude_Code_Automations/tree/main/agent_workflows/whop_auto/skills/whop-deploy
Command: npx skills add https://github.com/OmarA1-Bakri/Claude_Code_Automations --skill whop-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the deployment process for Whop app repositories that have already been adopted, enabling smooth transitions from preview to production.

Core Features & Use Cases

  • Preview to Production Deployment: Redeploys an already-adopted Whop app from preview to production stage.
  • Automated Workflow: Automates the deployment process using the whop.deploy command.
  • Error Handling and Reporting: Handles errors gracefully and reports detailed information about the deployment status.

Quick Start

Deploy the Whop app at the current working directory with whop-deploy.

Frequently Asked Questions about whop-deploy

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

FAQPage Schema
How do I automate Whop app deployment from preview to production?

To automate Whop app deployment from preview to production, run the deployment command in your current working directory. The script validates your repository HEAD against the last deployment state and handles the transition using the audited whop-state-mcp tool.

What do I need for automated Whop app deployment?

For automated Whop app deployment, you need an existing adopted Whop app repository and a valid .whop-pipeline.json file. The process validates that your current repository HEAD differs from the lastDeploy.sha recorded in the pipeline configuration.

Does Whop deployment automation work without manual intervention?

Yes, Whop deployment automation works without manual intervention. It handles the entire deployment process including status collection and finalization automatically, while reporting detailed information about the deployment status and handling errors gracefully.

Why does my Whop app deployment not proceed?

Your Whop app deployment may not proceed if the repository HEAD matches the lastDeploy.sha in your .whop-pipeline.json file. The automation validates that there are actual changes to deploy before initiating the preview to production transition.

What is the best way to move an adopted Whop app to production?

The best way to move an adopted Whop app to production is using the automated whop.deploy command. It streamlines the transition by validating repository changes, collecting status, and finalizing the deployment without requiring manual steps.

How does deployment status reporting work for Whop apps?

Deployment status reporting for Whop apps works by collecting detailed information throughout the deployment process using the whop-state-mcp tool. It handles errors gracefully and reports comprehensive status details upon finalization of the preview to production transition.