whop-adopt

Adopt existing Whop repositories by detecting state, injecting verifiers, and writing manifests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the integration of existing Whop app repositories into a pipeline, simplifying the process of adopting existing repos into Whop's workflow.

Core Features & Use Cases

  • Repo Adoption: Automatically detects current Whop/Vercel state, injects webhook verifier if missing, and writes manifest + registry entry.
  • First Deploy: Completes the first deploy for the adopted repo.
  • Use Case: Ideal for adopting an existing Whop app into the pipeline without the need for fresh scaffolding.

Quick Start

Use the whop-adopt skill to integrate the Whop app at '/path/to/whop/repo'.

Frequently Asked Questions about whop-adopt

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

FAQPage Schema
How do I adopt an existing Whop app repository into a deployment pipeline?

You can adopt a Whop repository by pointing the skill to your local git repo path. It automatically detects the current Whop/Vercel state, injects any missing webhook verifiers, and writes the necessary manifest and registry entry.

What does Whop repo adoption automate for Vercel deployments?

It automates the integration of existing Whop app repositories into the pipeline by detecting state, injecting webhook verifiers, writing manifests, and completing the first deploy for adopted apps.

Do I need Whop API access to integrate my repository into the pipeline?

Yes, Whop API access and a local git repository are required. The skill uses this access to detect your current deployment state and inject the required verifiers and manifests for pipeline integration.

Can I use this to deploy an existing Whop app without creating a new project?

Yes, this skill is designed specifically for adopting existing Whop apps into the pipeline without fresh scaffolding. It detects your repository's current state and writes the required manifests to handle deployment.

What happens if my Whop repository is missing a webhook verifier?

If a webhook verifier is missing, the skill automatically injects it during the adoption process. This ensures your repository meets pipeline requirements before writing the manifest and completing the first deploy.

How to complete the first deploy for an adopted Whop app?

After detecting your repository state and injecting verifiers, the skill writes the manifest and registry entry. It then handles the deployment process to complete the first deploy for your adopted Whop app.