Agent Browser Shield: Free OpenClaw Extension Blocks Prompt Injection & Dark Patterns

PixieBrix has released Agent Browser Shield, a free, source-available browser extension that sits between OpenClaw and the browser to protect AI agents from adversarial content.
What It Blocks
- Prompt injection — both visible and hidden instructions embedded in page content
- Dark patterns — UI elements designed to manipulate or coerce agent behavior
- Context pollution — low-value junk that degrades instruction following
Bonus: stripping irrelevant content reduces token consumption, making runs both more secure and cheaper.
Background
PixieBrix previously built insider-risk and social-engineering protection for BPO contact centers. Agent Browser Shield applies the same methodology to agentic browsing via OpenClaw.
The team acknowledges this is not a solved problem and is building the shield in the open, sharing benchmarks as they go. They invite community contributions to help prioritize rules.
Installation
Install alongside your OpenClaw setup from either:
- ClawHub: https://clawhub.ai/pixiebrix/agent-browser-shield
- GitHub: https://github.com/pixiebrix/agent-browser-shield
Give it a star and report weird agent behaviors you've encountered to help shape the ruleset.
📖 Read the full source: r/openclaw
👀 See Also

Top 6 Open Source Claude Skills (April 15 – May 3)
Six open-source Claude skills from the last 15 days: brand-alchemy, npm-downloads-to-leads, hyperframes, email-newsletter, pricing, and more. Detailed breakdown of each skill's functionality.
xAI TTS Integration for Home Assistant Built with Claude — Full Repo
A developer used Claude to build a custom Home Assistant integration for xAI's TTS API (Eve voice) with full UI config, five voices, and speech tags.

OpenClaw developer builds unified memory system for AI agents
A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

agent-recall: Local SQLite MCP for Persistent Claude Code Memory
agent-recall is an MCP server that gives Claude Code persistent memory across sessions using a local SQLite file. It provides 9 MCP tools for saving entities, relationships, and observations, with LLM-summarized briefings at session start instead of raw data dumps.