From meta-vr
Guides Horizon Platform SDK integration for Meta Quest and Horizon OS Android/Kotlin apps—achievements, IAP, leaderboards, users, presence, notifications, entitlements, and 10+ APIs. Covers setup, initialization, usage, errors, best practices.
npx claudepluginhub meta-quest/agentic-tools --plugin meta-vrThis skill uses the workspace's default tool permissions.
Use this skill when a developer:
references/abuse-report.mdreferences/achievements.mdreferences/application-lifecycle.mdreferences/application.mdreferences/asset-file.mdreferences/common-setup.mdreferences/consent.mdreferences/device-application-integrity.mdreferences/entitlements.mdreferences/group-presence.mdreferences/iap.mdreferences/language-pack.mdreferences/leaderboards.mdreferences/notifications.mdreferences/rate-and-review.mdreferences/rich-presence.mdreferences/user-age-category.mdreferences/users.mdGuides interactive Horizon Platform SDK (PSDK) integration for Meta Quest/Horizon OS Android/Kotlin apps: analyzes codebase, recommends features, plans steps, validates with hzdb.
Develops React Native, Flutter, and native iOS/Android apps using modern architecture patterns, cross-platform strategies, native integrations, offline sync, and optimization. For mobile features and app workflows.
Develop native Android apps with Kotlin using MVVM, Jetpack Compose UI, Retrofit APIs, Room storage, and navigation architecture.
Share bugs, ideas, or general feedback.
Use this skill when a developer:
| Feature | Reference | Description |
|---|---|---|
| Abuse Report | abuse-report | Listen for report button events in the system panel |
| Achievements | achievements | Unlock, track progress, and query simple/count/bitfield achievements |
| Application | application | Get app version, launch other apps, manage self-update downloads |
| Application Lifecycle | application-lifecycle | Detect launch type, handle deeplinks, log deeplink results |
| Asset File | asset-file | List, download, cancel, and delete downloadable asset files (DLC) |
| Consent | consent | Check and launch user consent flows |
| Device Application Integrity | device-application-integrity | Verify device and app integrity tokens |
| Entitlements | entitlements | Verify app purchase legitimacy and user authorization |
| Group Presence | group-presence | Set/clear presence, manage sessions, send invites, launch panels |
| In-App Purchases (IAP) | iap | Retrieve products, purchase history, checkout flow, consume purchases |
| Language Pack | language-pack | Get/set language packs, track localization downloads |
| Leaderboards | leaderboards | Retrieve leaderboard info, fetch/write entries with filtering |
| Notifications | notifications | Send device notifications with actions and icons |
| Rate and Review | rate-and-review | Check eligibility and launch the rating/review UI |
| Rich Presence | rich-presence | Set/clear rich presence status and destinations (deprecated; prefer group-presence) |
| User Age Category | user-age-category | Query user age group and report age categories |
| Users | users | Retrieve user profiles, friends, access tokens, identity verification |
references/common-setup.md for shared setup instructions, initialization code, and common status codes that apply to all APIs.references/iap.md for in-app purchases).Each reference file contains only the package-specific content: API operations, data types, examples, and package-specific notes. The common setup and error codes are centralized in common-setup.md to avoid duplication.