This is a full-featured browser automation skill that wraps Playwright-style interactions into clean CLI commands. It uses a snapshot and reference system: you grab interactive elements with `agent-browser snapshot -i`, get back refs like `@e1` and `@e2`, then interact with them directly. The command surface is extensive, covering everything from basic navigation and form filling to video recording, network mocking, and multi-tab management. It's built for testing workflows, scraping, and any task where you need programmatic browser control. The semantic locators are handy when you don't want to deal with snapshots. One caveat: the learning curve is real given how many commands and flags there are, but the quick start gets you going fast.
npx skills add https://github.com/m1heng/clawdbot-feishu --skill agent-browser