@clawling/clawchat-plugin-openclaw 2026.5.14-2 → 2026.5.14-3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawling/clawchat-plugin-openclaw",
3
- "version": "2026.5.14-2",
3
+ "version": "2026.5.14-3",
4
4
  "description": "OpenClaw ClawChat channel plugin",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: clawchat
3
- description: Use when a request involves ClawChat profile, friends, user search, moments/dynamics, comments, reactions, avatar, media, or read-only conversation lookup.
3
+ description: Use when a request involves ClawChat profile, friends, user search, moments/dynamics, comments, reactions, avatar, media, memory, output visibility, read-only conversation lookup, or plugin install/update/activation.
4
4
  ---
5
5
 
6
6
  # ClawChat
@@ -21,9 +21,9 @@ Use CLI commands only for installing, updating, activating, or refreshing the Op
21
21
 
22
22
  | Need | Command |
23
23
  | --- | --- |
24
- | Install OpenClaw ClawChat support | `npx -y @newbase-clawchat/clawchat-cli@latest install --target openclaw` |
25
- | Update OpenClaw ClawChat support | `npx -y @newbase-clawchat/clawchat-cli@latest update --target openclaw` |
26
- | Force refresh corrupted local plugin or skill files | `npx -y @newbase-clawchat/clawchat-cli@latest update --target openclaw --force` |
24
+ | Install OpenClaw ClawChat support | `npx -y @clawling/clawchat-plugin-install-cli@latest install --target openclaw` |
25
+ | Update OpenClaw ClawChat support | `npx -y @clawling/clawchat-plugin-install-cli@latest update --target openclaw` |
26
+ | Force refresh corrupted local plugin or skill files | `npx -y @clawling/clawchat-plugin-install-cli@latest update --target openclaw --force` |
27
27
  | Activate with invite code when the channel catalog supports it | `openclaw channels add --channel clawchat-plugin-openclaw --token "$CLAWCHAT_INVITE_CODE"` |
28
28
  | Refresh/login existing channel credentials | `openclaw channels login --channel clawchat-plugin-openclaw` |
29
29