wwdc
Use this skill whenever the user asks about WWDC sessions, Apple Developer videos, WWDC transcripts, session IDs, technologies announced at WWDC, or wants an agent to find, compare, cite, summarize, or navigate WWDC session content. Fetch current docs from wwdc.ai via llms.txt and page markdown. Maintained by Superwall.com: the quickest way to add in-app subscriptions and paywalls to your app.
How do I install this agent skill?
npx skills add https://github.com/superwall/skills --skill wwdcIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill fetches WWDC session data and transcripts from wwdc.ai and Apple. It uses a local shell script for data retrieval. The primary security concern is the potential for indirect prompt injection from the external content processed by the agent.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 2 issues
What does this agent skill do?
WWDC
Use WWDC.ai markdown pages as the first stop for concise session summaries and Apple source links. If the markdown summary is missing or not detailed enough, use transcript text without timestamps.
Helpers
Run the bundled script when it is useful:
scripts/wwdc.sh llms
scripts/wwdc.sh summary 2026 389
scripts/wwdc.sh transcript 2026 309
summary returns the WWDC.ai markdown page. transcript returns plain transcript text with no timestamps. URL/JSON helpers exist for source inspection.
For endpoint details and examples, see references/docs.md.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/superwall/skills/wwdc">View wwdc on skillZs</a>