Agent Skills
› Prisma-Labs-Dev/apple-skills
› storekit
storekit
GitHub提供 StoreKit 2 内购与订阅功能的 API 参考文档,涵盖 Product、Transaction、Subscription 及 UI 组件。指导 Agent 优先检索本地文件,其次排查其他 Apple 技能,最后通过镜像站获取补充资料,辅助 iOS 应用开发。
Trigger Scenarios
查询 StoreKit 2 相关 API
实现应用内购买功能
处理订阅状态验证
集成 StoreView 或 SubscriptionStoreView
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


