What problem does it solve? Some tasks—configuring third-party admin consoles, creating accounts, performing GUI operations on a local PC, entering 2FA codes or CAPTCHAs—cannot be executed by an AI agent because no CLI, API, or MCP path exists. This Skill structures those unavoidable manual steps into a low-friction interactive walkthrough instead of dumping a wall of instructions on the user. ## Core Features & Use Cases - Two-Gate Activation Check: Verifies that no CLI/API/MCP alternative exists and that the step genuinely requires the user's own hands before engaging, preventing the AI from offloading work it could do itself. - Step-by-Step Loop: Presents an overall summary (step count, prerequisites, expected outcome), then guides one step at a time with just-in-time research of current URLs and UI labels via WebFetch/WebSearch. - Completion Verification & Recovery: Requests screenshots only when errors would otherwise go undetected, and recovers from stuck states by re-researching the latest UI and re-presenting only the next action. - Use Case: A user needs to issue a Slack Bot Token from the admin console. The Skill confirms no API path exists, then walks the user through opening the app management page, setting scopes, and installing the app—one step at a time, verifying each before proceeding. ## Quick Start Help me set up the external service configuration by guiding me through the screens one step at a time.