
whopio / whop-payments-network-skill
★ 1A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by whopio.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Whop Payments Network Skill
The official Whop Payments Network integration skill. AI-assisted integration guide for the Whop Payments Network. Works with Claude Code, Cursor, Copilot, and any AI editor that supports skills.
Install
npx skills add whopio/whop-payments-network-skillWhat It Does
Provides your AI assistant with complete context for integrating the Whop Payments Network:
- Pay-ins -- Embedded checkout or hosted checkout links
- Payouts -- Embedded wallet components or hosted payout dashboards
- Chat SDK -- React, Vanilla JS, and Swift
- API -- TypeScript, Python, Ruby SDKs + MCP server
- Webhooks -- Event handling with signature validation
Codebase Scan
Before starting an integration, run the codebase scan prompt to analyze your existing tech stack and payment providers:
See codebase-scan.md for the prompt to run in your AI editor.
File Structure
SKILL.md Main skill (overview, patterns, gotchas)
codebase-scan.md Prompt to analyze client codebase
references/
checkout-embed.md Embedded checkout props, controls, Vanilla JS
payouts.md Embedded wallet, hosted payouts, account links
chat-sdk.md Chat SDK for React, Vanilla JS, Swift
api-reference.md SDK setup, key endpoints, MCP server
webhooks.md Webhook events, validation, unwrap patternLinks
Install the whole package (1 skills):
npx skills add https://github.com/whopio/whop-payments-network-skillOr install a single skill:
npx skills add https://github.com/whopio/whop-payments-network-skill --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.