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

Essential OpenClaw plugins for developers using AI coding agents
A developer tested OpenClaw plugins and identified essential tools including env-guard for security, commit-guard for preventing bad commits, composio for connecting to 860+ tools, cortex-memory for long sessions, cost-tracker for spending visibility, and openclaw-better-gateway for fixing flaky connections.

AgentLens: Observability Tool for Multi-Agent AI Workflows
AgentLens provides unified tracing across Ollama, vLLM, Anthropic, and OpenAI, with cost tracking, an MCP server for querying stats from Claude Code, and a CLI for inline checks. It's self-hosted and runs locally via Docker.

Yavio: Open-Source Product Analytics SDK for MCP Apps
Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.

AI Ate the Translation Layer: The Org Chart After Agents
Ajey Gore argues AI didn't replace job titles — it ate the translation task. The middle of the org chart (engineering managers, scrum masters, tech leads) is shrinking as agents convert requirements to code directly.