@kartik.doda/openclaw-plugin-test 1.0.0 → 1.0.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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,11 +11,9 @@ A [OpenClaw](https://opencode.ai) channel plugin that connects [Rocket.Chat](htt
11
11
  Install the plugin:
12
12
 
13
13
  ```bash
14
- openclaw plugins install <plugin-package>
14
+ openclaw plugins install @rocketchat/openclaw-plugin
15
15
  ```
16
16
 
17
- > This plugin will soon be published to npm. Once the official package is available you'll install it the same way — the setup steps below remain identical.
18
-
19
17
  ## Setup
20
18
 
21
19
  The plugin ships an interactive wizard that provisions everything for you — no manual editing of `openclaw.json` required.
@@ -85,11 +83,12 @@ Send these in a DM to the bot, or @-mention the bot with the command in a group.
85
83
  |---|---|
86
84
  | `!help` | Show the command menu. |
87
85
  | `!status` | OpenClaw-side status: gateway, bot, agent, runtime. |
86
+ | `!bots` | List all configured bot accounts and their agent bindings. |
87
+ | `!groups` | List groups/channels the bot has joined. |
88
88
  | `!access` | Who is allowed to use the bot. |
89
89
  | `!add-bot <user>` | Create a new bot account + dedicated agent. |
90
90
  | `!remove-bot <user...>` | Delete bot account(s). |
91
91
  | `!add-group <group> [bot]` | Invite a bot into a group. |
92
- | `!kick <user> [group]` | Remove a user from a group. |
93
92
  | `!lend <group\|dm> <user>` | Grant access to a group or DM. |
94
93
  | `!revoke <group\|dm> <user>` | Revoke access. |
95
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kartik.doda/openclaw-plugin-test",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A fully unified plugin for integrating Rocket.Chat with OpenClaw. This plugin eliminates the need for an external bridging server, providing a direct, single-place architecture for inbounds, outbounds, session management, and CLI configuration.",
5
5
  "main": "dist/index.js",
6
6
  "openclaw": {