Skip to content

Commit 4cc31af

Browse files
authored
docs: add README badges (#14)
* docs: add README badges * docs: center badges below hero image * update readme
1 parent e4285ab commit 4cc31af

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
</picture>
99
</p>
1010

11+
<a href="https://www.npmjs.com/package/agent-control-openclaw-plugin">
12+
<img src="https://img.shields.io/npm/v/agent-control-openclaw-plugin?logo=npm" alt="npm version">
13+
</a>
14+
<a href="https://github.com/agentcontrol/openclaw-plugin/blob/main/package.json">
15+
<img src="https://img.shields.io/badge/node-%3E%3D24-339933?logo=node.js&logoColor=white" alt="Node 24 or newer">
16+
</a>
17+
<a href="https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml">
18+
<img src="https://github.com/agentcontrol/openclaw-plugin/actions/workflows/lint.yml/badge.svg" alt="CI">
19+
</a>
20+
<a href="https://app.codecov.io/gh/agentcontrol/openclaw-plugin">
21+
<img src="https://codecov.io/gh/agentcontrol/openclaw-plugin/graph/badge.svg?branch=main" alt="Codecov">
22+
</a>
23+
1124
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.
1225

1326
## Why use Agent Control with OpenClaw?

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"LICENSE"
2727
],
2828
"type": "module",
29+
"engines": {
30+
"node": ">=24"
31+
},
2932
"scripts": {
3033
"lint": "oxlint .",
3134
"lint:fix": "oxlint . --fix",

0 commit comments

Comments
 (0)