OKed Plugin: OpenClaw Asks Your Phone Before Destructive Actions

A new plugin called OKed hooks into OpenClaw's before_tool_call hook to gate risky actions before they execute. The author built it after the PocketOS/Railway incident where an agent with a scoped token ran volumeDelete on production — permission wasn't the issue, intent was.
How It Works
- Safe operations (reads, low-risk writes) pass through silently.
- High-stakes actions — sending emails, destructive commands, payments — freeze the agent and send an approval request to the user's phone or Telegram.
- User taps approve or deny; the agent waits without knowing the difference.
- The agent still runs with whatever permissions it has — the plugin adds a human-in-the-loop check on intent.
What You'd Want Gated
The author asks: for real workloads, what actions should be gated? Likely candidates include: DELETE operations, modifying production resources, making purchases, sending communications, or any command that could have irreversible side effects.
The project is live at oked.ai — feedback from developers running OpenClaw on production workloads is welcome.
📖 Read the full source: r/openclaw
👀 See Also

Claude-First Analytics MCP Server: Giving AI Agents Direct Access to Web Analytics Context
A developer rebuilt their web analytics tool as an MCP server, exposing simple web analytics, trackable links, and product insight tools directly to Claude, enabling AI agents to leverage site data alongside code and database context.

Two New Open Source Tools for AI Agent Security and Optimization
Two open source tools are available for AI agent developers: AI Agent Defense Kit provides runtime security skills, and AgentGuard (in development) offers cost tracking, security scanning, and activity monitoring.

LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs
LogClaw is an open-source log intelligence platform that runs on Kubernetes, ingests logs via OpenTelemetry, detects anomalies using signal-based composite scoring, and automatically creates tickets with root cause analysis in about 90 seconds.

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.