@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 +1 -1
- package/skills/clawchat/SKILL.md +4 -4
package/package.json
CHANGED
package/skills/clawchat/SKILL.md
CHANGED
|
@@ -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,
|
|
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 @
|
|
25
|
-
| Update OpenClaw ClawChat support | `npx -y @
|
|
26
|
-
| Force refresh corrupted local plugin or skill files | `npx -y @
|
|
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
|
|