@openbrt/weclawbotctl 0.1.0 → 0.1.1
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 +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# WeClawBot OpenClaw Plugin
|
|
1
|
+
# WeClawBot Agent CLI and OpenClaw Plugin
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This package installs the cross-platform `weclawbotctl` command for pairing
|
|
4
|
+
any local Agent with a WeClawBot screen. It also gives OpenClaw the
|
|
5
|
+
`weclawbot-curator` skill, a local
|
|
4
6
|
`weclawbot_validate_screen_document` tool, a `weclawbot_validate_activity`
|
|
5
7
|
tool, and a small outbound bridge
|
|
6
8
|
service. The bridge polls `weclawbot.link`; no public HTTP endpoint, port
|
|
@@ -19,9 +21,8 @@ For one-shot use without a global install:
|
|
|
19
21
|
npm exec --package @openbrt/weclawbotctl -- weclawbotctl status
|
|
20
22
|
```
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Gemini CLI, OpenCode, or a shell script.
|
|
24
|
+
`weclawbotctl` is the common pairing and MQTT profile manager for OpenClaw,
|
|
25
|
+
Hermes, Codex, Claude Code, Gemini CLI, OpenCode, or a shell script.
|
|
25
26
|
|
|
26
27
|
To install the OpenClaw plugin itself from npm after the package is published:
|
|
27
28
|
|