If you're building a macOS app that needs accessibility permissions, you know the default system prompt is abrupt and confusing for users. This skill gives you a polished overlay panel that guides users step-by-step through System Settings, replicating the smooth onboarding flow OpenAI used in Codex Computer Use. You get a single `PermisoAssistant.shared.present(panel: .accessibility)` call that shows an animated helper right in your app. Best used at first launch or before any accessibility-dependent action. The polling patterns in the docs are handy since macOS caches permission state unpredictably. Saves you from building this UI yourself and makes a traditionally friction-filled moment feel intentional.
npx skills add https://github.com/aradotso/trending-skills --skill permiso-accessibility-permissions