@openbrt/weclawbotctl 0.1.0 → 0.1.2
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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
# WeClawBot
|
|
1
|
+
# WeClawBot Agent CLI
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This package installs the cross-platform `weclawbotctl` command for pairing
|
|
4
|
+
any local Agent with a WeClawBot screen. It works from OpenClaw, Hermes,
|
|
5
|
+
Codex, Claude Code, Gemini CLI, OpenCode, or a shell script through the same
|
|
6
|
+
local MQTT profile.
|
|
7
|
+
|
|
8
|
+
The package also includes an OpenClaw integration: the `weclawbot-curator`
|
|
9
|
+
skill, a local
|
|
4
10
|
`weclawbot_validate_screen_document` tool, a `weclawbot_validate_activity`
|
|
5
11
|
tool, and a small outbound bridge
|
|
6
12
|
service. The bridge polls `weclawbot.link`; no public HTTP endpoint, port
|
|
@@ -19,9 +25,8 @@ For one-shot use without a global install:
|
|
|
19
25
|
npm exec --package @openbrt/weclawbotctl -- weclawbotctl status
|
|
20
26
|
```
|
|
21
27
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Gemini CLI, OpenCode, or a shell script.
|
|
28
|
+
`weclawbotctl` is the common pairing and MQTT profile manager for any local
|
|
29
|
+
Agent.
|
|
25
30
|
|
|
26
31
|
To install the OpenClaw plugin itself from npm after the package is published:
|
|
27
32
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openbrt/weclawbotctl",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "WeClawBot MQTT pairing CLI
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "WeClawBot MQTT pairing CLI and direct-control tools for local AI agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|