Agent Skills
› Prisma-Labs-Dev/apple-skills
› storekit
storekit
GitHub提供 StoreKit 2 iOS 应用内购买和订阅功能的 API 参考,涵盖 Product、Transaction、Subscription 及 UI 组件。指导 Agent 优先检索本地文档,必要时通过镜像获取补充信息。
Trigger Scenarios
查询 App Store 集成 API
实现应用内购买逻辑
处理订阅状态验证
配置 StoreView 组件
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


