Agent Skills
› Prisma-Labs-Dev/apple-skills
› storekit
storekit
GitHub提供 StoreKit 2 应用内购买与订阅功能的 API 参考文档,涵盖商品、交易、订阅及 UI 组件。支持本地文件检索与外部镜像查询,辅助 iOS 开发实现付费功能。
Trigger Scenarios
查询 StoreKit 2 API
实现应用内购买
处理订阅逻辑
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill storekit -g -y
SKILL.md
Frontmatter
{
"name": "storekit",
"agent": "Explore",
"context": "fork",
"description": "API reference: StoreKit 2. Product, Transaction, subscriptions, StoreView, SubscriptionStoreView.",
"user-invocable": true
}
StoreKit Reference
StoreKit 2 for in-app purchases and subscriptions (iOS 26+).
Downloaded Reference Files
| File | Content |
|---|---|
| storekit-overview.md | Full StoreKit framework index |
| product.md | Product struct |
| transaction.md | Transaction verification & history |
| subscriptioninfo.md | Subscription info & status |
| storeview.md | StoreView (product display) |
| subscriptionstoreview.md | SubscriptionStoreView |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. - If no installed skill has the page, use the relevant documentation path from
storekit-overview.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/storekit/productmaps tohttps://sosumi.ai/documentation/storekit/product.
Version History
- a76633b Current 2026-07-25 07:01


