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

Claude Session Tracker: Auto-Save Claude Code Sessions to GitHub Issues
A new tool called claude-session-tracker automatically saves Claude Code sessions to GitHub Issues, logging every prompt and response as comments with timestamps. It creates one GitHub Issue per session linked to a Projects board and works through Claude Code's native hook system without consuming context tokens.

Beagle SCM: A Source Code Management System That Stores AST Trees
Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.

Loom: A Local Execution Harness for Complex AI Tasks
Loom is an open-source local execution harness designed to manage complex tasks by providing a structured process with around 50 tools, a custom package plugin system for repeatable workflows, and both CLI and MCP server interfaces.

Be My Butler: Multi-Agent Pipeline for AI Code Verification
Be My Butler is an open-source multi-agent pipeline where different AI models review each other's code through blind verification. The system addresses the problem of AI agents incorrectly reporting their own code as functional.