When an OpenCLI adapter breaks because a website changed its DOM, API endpoints, or auth flow, this skill walks you through diagnosing the failure and patching it. You'll see errors like SELECTOR (element not found), EMPTY_RESULT (API response changed), or PAGE_CHANGED (structure mismatch). It's part of a larger repair toolkit in the opencli ecosystem. If you want fully automated fixes, check out opencli-autofix instead. This one is more manual, guiding you through the repair process step by step. Worth having if you maintain adapters that scrape or interact with live sites that update without warning.
npx skills add https://github.com/jackwener/opencli --skill opencli-repair