Turns your Chrome session into a command line for any website you're already logged into. Ships with 80+ commands across 19 sites (HN, Reddit, Twitter, LinkedIn, YouTube), but the real point is adding your own: drop a YAML file in the clis folder or write a TypeScript adapter that scrapes the DOM, extracts auth tokens from localStorage, or hits authenticated JSON endpoints using browser cookies. The explore and synthesize commands will auto-discover APIs and generate adapters for you, which is clever but probably needs hand-tuning. It's basically Playwright automation packaged as a CLI registry, and if you're tired of writing one-off scraper scripts, this gives you a reusable pattern. Requires the Playwright MCP Bridge extension and some environment setup.
npx skills add https://github.com/aradotso/trending-skills --skill opencli-web-automation