When an opencli adapter breaks because a website changed its DOM or API, this walks you through the repair loop: run the command with OPENCLI_DIAGNOSTIC=1 to get a snapshot, explore the live site with opencli browser to find what moved, patch the adapter source at the exact path it gives you, and retry. It has hard stops for auth and connectivity issues so you don't waste rounds fixing the wrong thing. The 3-retry budget and the "empty doesn't mean broken" section are smart touches. Most useful when you're maintaining adapters for sites that redesign frequently and you'd rather teach Claude to fix them than do it yourself every time.
npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-autofix