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 --agent claude-code universal --global --yes Install one skill:
npx skills add superwall/skills --skill superwall --agent claude-code universal --global --yes
npx skills add superwall/skills --skill superwall-editor --agent claude-code universal --global --yes The 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, Apple Search Ads, 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.
The superwall skill carries the app-side workflow playbooks under
workflows/ (integrate, placements, dashboard, review, migrate),
one playbook plus one file per framework or provider. Those are
also what the superwall CLI runs headless for superwall integrate|review|migrate: its build bundles the skill from main into the
package (packages/cli in the
superwall monorepo) and it installs
the live repo over that copy at superwall login. Edit them here; see AUTHORING.md.