surf-cli - agent-agnostic Chrome control CLI
Zero-config CLI that exposes Chrome to AI agents over a uniform interface. Designed to plug into any agent runtime without per-agent configuration.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
Interceptor - agent-driven Chrome control via CLI
Chrome extension paired with a CLI that gives AI agents full browser control: tabs, DOM, navigation, and automation. Aimed at agent-driven web tasks rather than human-recorded scripts.
OpenTabs - API-driven browser agent
Chrome extension and MCP server that lets coding agents drive web tasks by calling site APIs instead of clicking through the DOM. Targets the brittleness of Playwright-style browser automation.
agent-browser-mcp - real Chrome control over MCP
MCP server that drives an actual Chrome instance via the Chrome DevTools Protocol with page scanning, screenshots, and physical input simulation for agents.
figma-use - control Figma from the command line
TypeScript CLI exposing 100+ Figma read/write commands, giving AI agents full control to create shapes, components, styles, and exports without the Figma plugin sandbox.