@teamclaws/teamclaw 2026.3.25 → 2026.3.26-2

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 CHANGED
@@ -34,6 +34,12 @@ If you only want to install the plugin manually, use:
34
34
  openclaw plugins install @teamclaws/teamclaw
35
35
  ```
36
36
 
37
+ If you want to force the ClawHub package path once the plugin is published there, use:
38
+
39
+ ```bash
40
+ openclaw plugins install clawhub:@teamclaws/teamclaw
41
+ ```
42
+
37
43
  Then enable and configure TeamClaw in your `openclaw.json`.
38
44
 
39
45
  The published TeamClaw runtime image also preinstalls the `clawhub` CLI, so containerized workers can discover and install skills from ClawHub without an extra bootstrap step.