AxonFlow Plugin for OpenClaw: Pre-Run Tool Approval & PII Redaction

A new OpenClaw plugin from AxonFlow adds pre-execution tool argument checking, conditional human approval gates, and outbound message PII redaction — all without modifying agent code. The plugin hooks into OpenClaw's lifecycle hooks and supports self-hosted deployment.
What It Does
- Tool argument validation: Checks arguments before execution — can block or require approval on high-risk calls (even if the tool itself is allowed).
- Outbound message scanning: Scans messages sent to Telegram, Discord, or Slack for PII or secrets before delivery.
- Audit trail: Records tool calls and LLM activity for later review.
Architecture & Limitations
Because AxonFlow uses OpenClaw's lifecycle hooks, no agent code needs to be rewritten. The plugin works with your existing pipeline. It is designed for self-hosted setups: point it at a self-hosted AxonFlow instance to keep the scanning layer inside your infra.
Current limitation: Tool results written into the transcript cannot be scanned because tool_result_persist is sync-only in OpenClaw's current hook model. If that hook becomes async, scanning that path becomes straightforward.
Availability
- Plugin page: clawhub.ai/plugins/@axonflow/openclaw
- Repo/docs: github.com/getaxonflow/axonflow-openclaw-plugin
For devs already running OpenClaw locally, this adds a security boundary without extra infrastructure.
📖 Read the full source: r/clawdbot
👀 See Also

AGENTS-COLLECTION: 129 Claude Code Agents Organized in One Repository
A developer has compiled 129 Claude Code agents into a single repository in ~/.claude/agents/ format, ready for installation with a simple copy command. The collection includes the full agency-agents system with 68 personality-driven agents across multiple disciplines, plus additional agents for multi-agent team workflows.

AgentRoom: Desktop app visualizes AI coding agents as pixel characters with session search
AgentRoom is a desktop app that turns Claude Code, Codex, and Gemini sessions into animated pixel characters in a virtual office, with full-text semantic search across all sessions. The repo includes a standalone Claude Code skill for searching past sessions from any conversation.

Open Source AI Context Packs for Legal, Compliance, and Finance Questions
A developer used Claude to research and build 32 free, open source context packs that provide specific answers to legal, compliance, and finance questions instead of generic 'consult a lawyer' responses. The packs cover GDPR, contracts, SaaS billing, EU AI Act, and more.

mcp-optimizer reduces token waste from idle MCP servers in Claude Code
mcp-optimizer is a plugin that addresses token waste from MCP servers in Claude Code by analyzing tool usage and generating optimized configurations. It includes four utilities: mcp-doctor for server health checks, mcp-audit for usage analysis, mcp-optimize for creating project-local configs, and mcp-to-skills for converting tools to on-demand Skills.