Chromeflow: Chrome Extension Automates Web UI Tasks for Claude

What Chromeflow Does
Chromeflow addresses a common pain point when using AI coding assistants like Claude. When Claude generates backend code for services like Stripe, Supabase, or SendGrid, it typically ends with manual instructions requiring you to navigate web dashboards, copy values back and forth, and manually configure settings—breaking your development flow.
This tool automates those manual web UI steps. It gives Claude actual browser control through a Chrome extension and MCP server combination.
Key Features and Functionality
- Highlights what to click in the browser
- Automatically fills in fields with known values
- Clicks Save buttons itself
- Writes API keys directly to your
.envfile - Only requires manual browser interaction for authentication tasks like login and password entry
Setup Process
Setup requires two steps:
- Run
npx chromeflow setupin your project - Install the extension from the Chrome Web Store
Technical Details
- Built using Claude Code
- Completely free and open source
- Available at: https://chromeflow.vercel.app/
The creator reports using it daily for development workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

TideSurf: DOM compression tool reduces web agent token usage 30x, speeds TTFT 12x
TideSurf v0.3 converts rendered DOM to markdown-like compressed format, reducing token consumption by 32x on GitHub pages versus raw DOM while adding 18 interactive tools for LLM agents.

hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support
hiresTI is a native Linux desktop client for TIDAL focused on stable playback, high-quality audio output, a GTK4/Libadwaita UI, and OpenClaw integration via MCP for remote control. The app combines a Python UI layer with a Rust audio core.

wmux: Electron Terminal Multiplexer for Windows with Browser Control via MCP
wmux is an open-source Electron terminal multiplexer for Windows 10/11 that provides tmux-style splits, persistent sessions, and browser control via Chrome DevTools Protocol for AI coding agents like Claude Code. It registers as an MCP server automatically and allows agents to interact with browsers while running multiple sessions side-by-side.

OpenClaw Client Adds Live API Cost Tracking, Spending Caps, and Granular Agent Controls
OpenClaw Client now features live usage UI with circular progress bars, per-agent spending caps, sub-agent management, skill toggling, and model switching from different providers.