What problem does it solve?
This Skill simplifies the complex process of requesting, checking, and managing macOS system permissions, ensuring your application functions correctly and respects user privacy.
Core Features & Use Cases
- Permission Handling: Manages permissions for Accessibility, Screen Recording, Camera, Microphone, Location, and Contacts.
- System Settings Integration: Guides users to the correct System Settings pane when permissions are denied.
- Graceful Degradation: Provides patterns for apps to function with reduced capabilities if permissions are not granted.
- Privacy Manifests: Reminds developers of the
PrivacyInfo.xcprivacy requirement for App Store submissions.
- Use Case: When building a screen recording app, use this Skill to check if the user has granted screen recording permission, prompt them if they haven't, and guide them to System Settings if they deny it.
Quick Start
Use the macos-permissions skill to check if accessibility access is granted.