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

AgentLens: Observability Tool for Multi-Agent AI Workflows
AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.

Nanocode: Training Claude-like coding agents with JAX on TPUs
Nanocode is a JAX library for training Claude-like coding agents end-to-end, using Constitutional AI and TPU optimization. The 1.3B parameter model can be trained in ~9 hours for $200 on TPU v6e-8.

MCP Marketplace Built with Claude Code Features Security Scanning and Monetization
A developer built mcp-marketplace.io using Claude Code for 95% of the codebase, creating a curated marketplace with security scanning for 2,200+ MCP servers and monetization options for creators.