This is a focused workflow for generating a single OpenCLI command when you know exactly what you want to scrape. You give it a URL and a one-liner goal, then follow four steps: open the page, capture the API call via network inspection, write a TypeScript adapter using one of the provided templates (cookie-based, header-based, or intercept mode), and test it. The skill includes a decision tree for figuring out which auth strategy you need based on whether a simple fetch works, whether you need credentials or custom headers, or whether you have to intercept browser requests. If you're building out a full site integration or exploring multiple endpoints, the author points you to opencli-explorer instead. This is the speedrun version.
npx skills add https://github.com/joeseesun/opencli-skill --skill qiaomu-opencli-oneshot