This is Chrome automation built for AI agents, not Selenium scripts. It runs commands through a CLI daemon that connects to your actual Chrome instance, which means it reuses your existing login sessions. The workflow is state-based: you inspect the DOM to get numbered element indices, then click or type using those numbers. The skill enforces aggressive command chaining to minimize tool calls and explicitly bans using eval for interaction or screenshots for inspection. There's a sedimentation feature that lets you save working browser sequences as reusable TypeScript adapters in your opencli directory. It also captures network requests so you can discover JSON APIs instead of scraping the DOM. Good for building reliable site integrations without managing authentication.
npx skills add https://github.com/joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-browser