mobile-permissions
Installation
SKILL.md
Mobile Permissions
Trigger
Use this skill when the user:
- Needs to request a device permission (camera, location, contacts, etc.)
- Gets a permission denied error
- Asks about iOS usage description strings or Android manifest permissions
- Wants to handle the "don't ask again" / permanently blocked state
- Mentions "permission", "Info.plist", "NSCameraUsageDescription", "rationale", or "settings"
Required Inputs
- Permission type: camera, location, contacts, media-library, notifications, microphone, or calendar
- Use case: Why the app needs this permission (used for the rationale string)
- When to request: On app launch, on first use of the feature, or on a specific screen