Standalone skills.sh package for querying Apple WWDC session metadata, Resources links, Code tab snippets, and transcripts.
Install with:
npx skills add SwiftGGTeam/wwdc-quick-look-skillThe skill name remains wwdc-quick-look. After installation, ask your agent WWDC questions such as:
Use wwdc-quick-look to find WWDC25 sessions about Foundation Models and show official resources.
.
├── SKILL.md
├── scripts/query.mjs
└── references/data-schema.md
This repository intentionally contains only the installable skill. The crawler, website, and published data live in the main repository:
- https://github.com/SwiftGGTeam/wwdc-quick-look
- https://cdn.jsdelivr.net/gh/SwiftGGTeam/wwdc-quick-look@main/data/
The query script reads the published CDN dataset by default. Override WWDC_QUICK_LOOK_BASE_URL only for local testing.