agent-control-openclaw-plugin 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -4
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
#
|
|
1
|
+
# OpenClaw plugin for Agent Control
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<picture>
|
|
5
|
+
<source media="(prefers-color-scheme: light)" srcset="assets/cat-plus-lobster-light.svg">
|
|
6
|
+
<img src="assets/cat-plus-lobster-dark.svg" alt="Agent Control cat plus OpenClaw lobster" width="430">
|
|
7
|
+
</picture>
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
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.
|
|
4
11
|
|
|
5
12
|
> [!WARNING]
|
|
6
|
-
> Experimental plugin: this
|
|
7
|
-
> break across OpenClaw updates. Use in non-production or pinned environments.
|
|
13
|
+
> Experimental plugin: this may break across OpenClaw updates. Use in non-production or pinned environments.
|
|
8
14
|
|
|
9
15
|
## Install from npm
|
|
10
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-control-openclaw-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "OpenClaw Agent Control plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openclaw",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"jiti": "^2.6.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
+
"@semantic-release/git": "^10.0.1",
|
|
39
40
|
"oxlint": "^0.15.0",
|
|
40
41
|
"semantic-release": "^25.0.3",
|
|
41
42
|
"vitest": "^4.0.18"
|