Loading...
Loading...
Provides Superwall REST API access, documentation lookup, SDK integration triage, dashboard linking, and SDK source cloning. Use when the user asks about Superwall paywalls, campaigns, subscriptions, API usage, SDK integration, webhook events, or debugging SDK behavior.
npx skill4agent add superwall/skills superwall{baseDir}/scripts/sw-api.shSUPERWALL_API_KEY# List all routes with methods (fetches live OpenAPI spec, no API key needed)
{baseDir}/scripts/sw-api.sh --help
# Show full spec for a specific route (params, request body, responses)
{baseDir}/scripts/sw-api.sh --help /v2/projects
# List all projects (start here to discover the org structure)
{baseDir}/scripts/sw-api.sh /v2/projects
# Get a specific project (includes its applications)
{baseDir}/scripts/sw-api.sh /v2/projects/{id}
# Create a project
{baseDir}/scripts/sw-api.sh -m POST -d '{"name":"My Project"}' /v2/projects
# Update a project
{baseDir}/scripts/sw-api.sh -m PATCH -d '{"name":"Renamed"}' /v2/projects/{id}--helpjqplatformbundle_idpublic_api_keyGET /v2/projectsapplicationspublic_api_keySUPERWALL_API_KEYhas_morelimitstarting_afterending_beforehttps://superwall.com/select-application?pathname=/applications/:app/settings/api-keysSUPERWALL_API_KEY| Resource | URL | Use when |
|---|---|---|
| Doc index | | Finding the right doc page for a topic |
| Full docs | | Need comprehensive context across many topics |
| Single page | | Reading a specific doc page |
/docs/ios//docs/android//docs/flutter//docs/expo//docs/react-native//docs/dashboard//docs/web-checkout//docs/integrations/llms.txtcurl -sL| Platform | Skill |
|---|---|
| iOS (Swift/ObjC) | |
| Android (Kotlin/Java) | |
| Flutter | |
| Expo | |
curl -s https://webhooks.superwall.me/integrationscurl -sL https://superwall.com/docs/integrations/webhooks.mdhttps://superwall.com/docs/llms.txt