This maps Chrome's Accessibility Tree to a virtual filesystem so you can automate browsers with ls, cd, cat, and click instead of CSS selectors. It's built on DOMShell's MCP server and requires the Chrome extension plus Node.js. The daemon mode is worth using if you're chaining commands since it skips the 1-3 second cold start each time. One caveat: malicious sites could inject misleading text through ARIA labels that aren't visible to users, so stick to trusted domains or sanitize the DOM content before feeding it into prompts. The path syntax is clean and the JSON output flag makes it easy to parse programmatically.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-browser