---
id: daily-superwall
name: "superwall"
url: https://skills.yangsir.net/skill/daily-superwall
author: superwall
domain: finance
tags: ["finance", "payment-processing", "automation"]
install_count: 1200
rating: 4.30 (7 reviews)
github: https://github.com/superwall/skills
---

# superwall

> 集成 Superwall 支付墙和 REST API，管理项目、付费墙、营销活动和 API 密钥

**Stats**: 1,200 installs · 4.3/5 (7 reviews)

## Before / After 对比

### 支付墙集成

**Before**:

手动编写支付逻辑、处理订阅状态、管理收据验证，代码复杂且容易出错

**After**:

使用 Superwall API 封装，声明式配置付费墙和营销活动，自动处理支付和权限逻辑

| Metric | Before | After | Change |
|---|---|---|---|
| 集成时间 | 20小时 | 4小时 | -80% |
| 代码行数 | 500行 | 50行 | -90% |

## Readme

# superwall

# Superwall

This skill covers three areas. Read the relevant reference doc before proceeding.

## API — REST API wrapper & auth

Use when: making API calls, managing projects/paywalls/campaigns, bootstrapping org structure, or setting up API keys.

→ [references/api.md](https://github.com/superwall/skills/blob/HEAD/skills/superwall/references/api.md)

Quick start:

```
scripts/sw-api.sh bootstrap

```

## Data & Analytics — ClickHouse data warehouse

Use when: querying event data, analyzing revenue/subscriptions, running SQL against Superwall's ClickHouse tables, or investigating user behavior.

→ [references/data-analytics.md](https://github.com/superwall/skills/blob/HEAD/skills/superwall/references/data-analytics.md)

Query endpoint:

```
scripts/sw-api.sh -m POST -d 'SELECT ... FORMAT CSVWithNames' /v2/organizations/:organizationId/query

```

## Docs — Documentation, SDK integration, dashboard links

Use when: looking up Superwall docs, integrating an SDK, linking to dashboard pages, cloning SDK source for debugging, or configuring webhooks.

→ [references/docs.md](https://github.com/superwall/skills/blob/HEAD/skills/superwall/references/docs.md)

Doc lookup:

```
curl -sL https://superwall.com/docs/llms.txt        # Find the right page
curl -sL https://superwall.com/docs/{path}.md        # Fetch a specific page

```
Weekly Installs569Repository[superwall/skills](https://github.com/superwall/skills)GitHub Stars17First SeenTodaySecurity Audits[Gen Agent Trust HubPass](/superwall/skills/superwall/security/agent-trust-hub)[SocketPass](/superwall/skills/superwall/security/socket)[SnykWarn](/superwall/skills/superwall/security/snyk)

---
*Source: https://skills.yangsir.net/skill/daily-superwall*
*Markdown mirror: https://skills.yangsir.net/api/skill/daily-superwall/markdown*