superwall

Agent Skills for integrating and using Superwall in your apps.

التثبيت
CLI
npx skills add https://github.com/superwall/skills --skill superwall

قم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.

آخر تحديث 5/9/2026


logo

In-App Paywalls Made Easy 💸


Superwall lets you remotely configure every aspect of your paywall — helping you find winners quickly.

Superwall Skills

Official Agent Skills for integrating Superwall SDKs and managing Superwall projects.

Install

We recommend using skills.sh CLI to install the skills.

Install all skills:

npx skills add superwall/skills

Install the general skill:

npx skills add superwall/skills --skill superwall

Setup

API Key

The superwall skill uses the Superwall REST API to manage projects, paywalls, campaigns, products, and more. To enable API access, add your org-scoped API key to the environment:

export SUPERWALL_API_KEY=<your-org-api-key>

You can generate an API key from the Superwall dashboard under Settings → Keys (go to API Keys).

Tip: Add the export to your shell profile (e.g. ~/.zshrc) or .env file so it persists across sessions.

Required Scopes

To fully use the superwall skill, your API key needs the following scopes:

Scope Used for
projects:read List and inspect projects and applications
projects:write Create and update projects and applications
applications:read Fetch application overview stats and transactions
applications:write Update application settings
paywalls:read List paywalls and templates
paywalls:write Create, update, publish, and archive paywalls
products:read List and inspect products
products:write Create, update, and delete products
campaigns:read List and inspect campaigns
campaigns:write Create and update campaigns, placements, and audiences
entitlements:read List entitlements and grants
entitlements:write Create, update, delete entitlements; grant/revoke access
webhooks:read List webhook endpoints and events
webhooks:write Create, update, delete endpoints; retry deliveries
charts:read Query chart data and definitions
users:read Retrieve user events
assets:read List and inspect assets
assets:write Upload and manage assets

If you only need read-only access, the :read scopes are sufficient for browsing your Superwall data.