From b3d359aaabd8baee5aa5d11ce8d66cb01e0e40a3 Mon Sep 17 00:00:00 2001 From: Lev Neiman Date: Fri, 20 Mar 2026 13:08:26 -0700 Subject: [PATCH 1/3] docs: add README badges --- README.md | 5 +++++ package.json | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 054c2b8..a991a85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # OpenClaw plugin for Agent Control +[![npm version](https://img.shields.io/npm/v/agent-control-openclaw-plugin?logo=npm)](https://www.npmjs.com/package/agent-control-openclaw-plugin) +[![Node >=24](https://img.shields.io/badge/node-%3E%3D24-339933?logo=node.js&logoColor=white)](https://github.com/agentcontrol/openclaw-plugin/blob/main/package.json) +[![CI](https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml/badge.svg)](https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml) +[![codecov](https://codecov.io/gh/agentcontrol/openclaw-plugin/graph/badge.svg?branch=main)](https://app.codecov.io/gh/agentcontrol/openclaw-plugin) +

diff --git a/package.json b/package.json index 3121bb2..c675537 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ "LICENSE" ], "type": "module", + "engines": { + "node": ">=24" + }, "scripts": { "lint": "oxlint .", "lint:fix": "oxlint . --fix", From 561619c34b4efc825026f55705ebec75e16e2a0c Mon Sep 17 00:00:00 2001 From: Lev Neiman Date: Fri, 20 Mar 2026 13:14:07 -0700 Subject: [PATCH 2/3] docs: center badges below hero image --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a991a85..16439d7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # OpenClaw plugin for Agent Control -[![npm version](https://img.shields.io/npm/v/agent-control-openclaw-plugin?logo=npm)](https://www.npmjs.com/package/agent-control-openclaw-plugin) -[![Node >=24](https://img.shields.io/badge/node-%3E%3D24-339933?logo=node.js&logoColor=white)](https://github.com/agentcontrol/openclaw-plugin/blob/main/package.json) -[![CI](https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml/badge.svg)](https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml) -[![codecov](https://codecov.io/gh/agentcontrol/openclaw-plugin/graph/badge.svg?branch=main)](https://app.codecov.io/gh/agentcontrol/openclaw-plugin) -

@@ -13,6 +8,21 @@

+

+ + npm version + + + Node 24 or newer + + + CI + + + Codecov + +

+ This plugin integrates OpenClaw with [Agent Control](https://github.com/agentcontrol/agent-control), a security and policy layer for agent tool use. It registers OpenClaw tools with Agent Control and can block unsafe tool invocations before they execute. ## Why use Agent Control with OpenClaw? From 6e5872510213a67ef7b511ee88009a7bb13d57df Mon Sep 17 00:00:00 2001 From: Lev Neiman Date: Fri, 20 Mar 2026 13:15:32 -0700 Subject: [PATCH 3/3] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 16439d7..f5640d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@

-

npm version @@ -21,7 +20,6 @@ Codecov -

This plugin integrates OpenClaw with [Agent Control](https://github.com/agentcontrol/agent-control), a security and policy layer for agent tool use. It registers OpenClaw tools with Agent Control and can block unsafe tool invocations before they execute.