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

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment
mycrab.space has released SKILL.md, a Markdown blueprint for defining app dependencies and configuration, and a Prompt Autocomposer that generates ready-to-use deployment commands from these files. The system enables zero-config deployment of applications like VS Code in browser, personal music clouds, and AI agent interfaces.

Best-Backup: A Free Tool for OpenClaw Server and Docker Container Backups
The free tool best-backup provides robust backup capabilities for OpenClaw servers, including full server backups, specific folder backups, and Docker container backups, with features like compression, encryption using existing SSH keys, and integration with Google Drive.
Spine Swarm: Multi-Agent AI System on Visual Canvas for Non-Coding Projects
Spine Swarm is a multi-agent system that works on an infinite visual canvas to complete complex non-coding projects like competitive analysis, financial modeling, SEO audits, pitch decks, and interactive prototypes. The system uses blocks as abstractions on top of AI models that can be connected to pass context between different model types.