Skip to content

superwall/skills

Repository files navigation

Superwall

Superwall Agent Skills

Official agent skills for integrating Superwall SDKs, managing Superwall resources, analyzing data, and building paywalls.

Install

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-depth

Install 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-depth

Set up the CLI

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 --json

For 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.

Included skills

  • 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.

About

Agent Skills for integrating and using Superwall in your apps.

Resources

License

Stars

26 stars

Watchers

0 watching

Forks

Contributors