Agent Skills
› Prisma-Labs-Dev/apple-skills
› storekit
storekit
GitHub提供 StoreKit 2 应用内购买和订阅功能的 API 参考文档,涵盖产品、交易、订阅信息及 UI 组件。支持本地文件检索及通过镜像获取补充文档,辅助 iOS 开发者实现支付功能。
Trigger Scenarios
查询 StoreKit 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


