Field notes for real agent browsing.

Practical notes on official Google Chrome, MCP-native actions, persistent sessions, and the failure modes that show up when agents browse real websites.

Agent browser session showing a Chrome window and structured workflow panels
Architecture 7 min read

Why ClawChrome starts with official Google Chrome

Forked browsers and hosted automation sessions introduce browser drift and protocol signals. ClawChrome begins from the normal Chrome runtime, then keeps agent control outside the browser.

CC

ClawChrome Team

Product Notes / Guide

Recent Articles

Structured browser action cards for navigate click type observe and extract
MCP 5 min read

The core actions an agent needs from a browser

Navigate, click, type, observe, and extract are the practical foundation. ClawChrome exposes those actions through MCP-native workflows instead of screenshot-only loops.

ClawChrome Team Guide
Chrome profile session panel with saved login state indicators
Sessions 4 min read

How persistent Chrome sessions help agents stay useful

Login-gated work breaks when every run starts from a clean browser. Session and cookie persistence give agents a safer path for continuing authenticated workflows.

ClawChrome Team Guide
Diagram contrasting browser protocol control with custom OS browser control
Chrome 6 min read

Why browser-side automation protocols become a liability

CDP and WebDriver are useful tools, but protected destinations can observe their control paths. ClawChrome keeps the agent workflow out of that browser-side layer.

ClawChrome Team Guide
Agent browsing reliability checklist for social platforms and portals
Reliability 5 min read

Planning for blocked-site reliability before production

Social platforms, account portals, and reputation-sensitive sites fail differently from demo pages. ClawChrome is designed for those high-friction browsing paths.

ClawChrome Team Guide
Hosted browser evaluation matrix with runtime control path and session rows
Operations 4 min read

What to evaluate before choosing hosted browser sessions

Provider control planes can add replay, APIs, and cloud packaging, but the failure modes still matter. Compare the runtime, control path, and session behavior first.

ClawChrome Team Guide