This is a focused workflow for generating OpenCLI commands when you know exactly what you want: give it a URL and a one-line goal, and it walks you through a 4-step process of opening the page, capturing the API calls, writing a TypeScript adapter, and testing. The source includes decision trees for authentication strategies (public, cookie, header, intercept) and three ready-to-use templates depending on whether you're dealing with simple cookie auth, complex headers like Twitter's GraphQL, or need to intercept requests for heavily protected APIs. It's the quick-start version of the fuller opencli-explorer skill, meant for when you're not exploring a whole site but just need to wrap one specific endpoint into a CLI command fast.
npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-oneshot