When an opencli command breaks because a website changed its DOM or API, this walks you through the fix instead of just logging the error. It collects a trace artifact with snapshots and network logs, helps you explore the live site to find what moved, patches the adapter file, retries the command, and optionally files a GitHub issue once the fix is verified. It enforces safety stops for auth and browser connection issues and caps you at three repair rounds before bailing. The trace context is especially good here since it gives you the exact adapter source path and redacted network events in a single directory. Designed for when selectors break or endpoints move, not for rate limits or soft blocks.
npx skills add https://github.com/jackwener/opencli --skill opencli-autofix