Official agent skills for integrating Superwall SDKs, managing Superwall resources, analyzing data, and building paywalls.
We recommend using skills.sh CLI to install the skills.
Install all skills (works for all frontier agents):
npx skills add superwall/skills --global --yes --agent claude-code universal --full-depthInstall one skill:
npx skills add superwall/skills --skill superwall --global --yes --agent claude-code universal --full-depth
npx skills add superwall/skills --skill superwall-editor --global --yes --agent claude-code universal --full-depthThe superwall skill uses the official CLI for authenticated resource and data
access. Install it and sign in once:
npm install --global superwall
superwall login
superwall whoami --jsonFor CI, authenticate without a browser:
superwall login --api-key <key>The session is stored under ~/.superwall. Agents should pass --json to data
and mutation commands.
superwall: Resources, App Store Connect, ClickHouse analytics, docs, SDK integration, migration, and review workflows.superwall-editor: Live paywall, onboarding, and web-to-app editing through a paired browser session.wwdc: WWDC session lookup, comparison, citation, summarization, and transcript navigation using wwdc.ai.