OpenClaw Browser Relay Chrome Extension Alternative to Manual Configs

Extension Alternative for Browser Relay Setup
A user on r/openclaw shared their experience with browser relay configuration for OpenClaw workflows. They tried multiple manual setup methods and other extensions that were recommended in community discussions, but these approaches caused significant system issues.
The user reported that the manual relay configurations "completely jammed my device, with random crashes" and that debugging these configs took more time than actually running their workflow. After these failed attempts, they tried a simple Chrome extension that handles the browser relay component.
For their specific use case—running just one workflow that wasn't executing on their local machine—the extension worked without the previous problems. The user notes this isn't necessarily a perfect solution, but suggests it as an alternative approach for others experiencing similar system issues with manual relay configurations.
The Chrome extension mentioned is available at the Chrome Web Store with the ID: pfhemcnpfilapbppdkfemikblgnnikdp. The user's experience suggests this extension may be particularly useful for those who have encountered stability problems with other browser relay setup methods.
📖 Read the full source: r/openclaw
👀 See Also

The Human Creativity Benchmark: Separating Convergence from Divergence in AI Creative Evaluation
Contra Labs introduces the Human Creativity Benchmark (HCB), a framework that distinguishes objectively verifiable criteria (e.g., prompt adherence) from subjective taste (e.g., visual appeal) in evaluating generative AI for creative work. The benchmark reveals that no current model is reliably both correct and steerable, addressing mode collapse and the need for differentiated output.

Local Trello-Style Project Manager for OpenClaw Agents
A developer built a local Trello-like project management tool that runs on the same machine as their OpenClaw agent, storing cards as markdown files with YAML frontmatter. The system uses Node.js/Express for the API, React for the UI, and allows the AI agent to read/write files directly on the filesystem.

cc-lens: Local Dashboard for Claude Code Session Analysis
A developer built cc-lens, a local-first dashboard that reads Claude Code session files from ~/.claude/ and provides usage analytics, cost tracking, and session replay. It runs entirely on your machine with no cloud sync, sign-ups, or telemetry.

AgentTransfer: Open Source Tool Lets OpenClaw Agents Email Files to Each Other
AgentTransfer is an open-source single-binary server that gives each AI agent an email address and folder, enabling file sharing between OpenClaw instances via MCP. It supports upload, send, long-poll inbox, and download with SHA256 verification.