wwdc
superwall/skills · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por superwall/skills no skills.sh. Instale com: npx skills add superwall/skills@wwdc
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- superwall
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 28
- Forks
- 1
- Open pull requests
- 1
- Last push
- 2026-08-31T16:27:37Z
- Repository state
- ativo
- Language
- Shell
- License
- MIT
- Added
- 2026-08-30 15:22:21
- Updated
- 2026-09-08 15:04:45
- Origin id
superwall/skills/wwdc
README
<p align="center">
<a href="https://superwall.com/">
<img src="https://user-images.githubusercontent.com/3296904/158817914-144c66d0-572d-43a4-9d47-d7d0b711c6d7.png" alt="Superwall" height="100" />
</a>
</p>
# Superwall Agent Skills
Official agent skills for integrating Superwall SDKs, managing Superwall
resources, analyzing data, and building paywalls.
## Install
We recommend using [skills.sh](https://skills.sh) CLI to install the skills.
Install all skills (works for all frontier agents):
```bash
npx skills add superwall/skills --agent claude-code universal --global --yes
```
Install one skill:
```bash
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
```
## Set up the CLI
The `superwall` skill uses the official CLI for authenticated resource and data
access. Install it and sign in once:
```bash
npm install --global superwall
superwall login
superwall whoami --json
```
For CI, authenticate without a browser:
```bash
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](https://wwdc.ai/).