WeSearch

cerone-openclaw-plugin : check OpenClaw tool calls before they run

·1 min read · 0 reactions · 0 comments · 15 views
#ai agents#plugin development#tool integration#software engineering#api security#Anant#Cerone#OpenClaw#GitHub#npm
cerone-openclaw-plugin : check OpenClaw tool calls before they run
⚡ TL;DR · AI summary

Anant has developed the cerone-openclaw-plugin, a native OpenClaw plugin that validates tool calls through Cerone before execution. The plugin integrates with OpenClaw's before_tool_call hook to approve, flag, or block actions like file operations and API calls without altering the core system. It supports configurable behaviors for flagged or failed checks, aiming to enhance safety in agent-driven workflows.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3810189) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Anant Posted on May 16 cerone-openclaw-plugin : check OpenClaw tool calls before they run #langchain #agents I’ve been working on cerone-openclaw-plugin, a native OpenClaw plugin that checks tool calls with Cerone before execution. (Cerone is an AI agent runtime.) OpenClaw agents can read files, write files, call APIs, and trigger other tools. This plugin adds a pre-execution check layer using OpenClaw’s existing before_tool_call hook, without modifying OpenClaw core.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)