@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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. 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 plugin gives OpenClaw the `weclawbot-curator` skill, a local
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
- This installs the cross-platform `weclawbotctl` command. It is the common
23
- pairing and MQTT profile manager for OpenClaw, Hermes, Codex, Claude Code,
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbrt/weclawbotctl",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "WeClawBot MQTT pairing CLI, direct-control tools, and OpenClaw plugin.",
5
5
  "type": "module",
6
6
  "license": "MIT",