mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:40:43 +00:00
fix(plugins): use default tags for official plugin installs
This commit is contained in:
@@ -19,8 +19,8 @@ install the npm package directly:
|
||||
openclaw plugins install @openclaw/msteams
|
||||
```
|
||||
|
||||
Use `@openclaw/msteams@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Local checkout (when running from a git repo):
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ Install via CLI (npm registry):
|
||||
openclaw plugins install @openclaw/nextcloud-talk
|
||||
```
|
||||
|
||||
Use `@openclaw/nextcloud-talk@beta` when following the OpenClaw beta channel and
|
||||
npmjs shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Local checkout (when running from a git repo):
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@ builds do not need a separate install.
|
||||
openclaw plugins install @openclaw/nostr
|
||||
```
|
||||
|
||||
Use `@openclaw/nostr@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Use a local checkout (dev workflows):
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@ Install via CLI (npm registry):
|
||||
openclaw plugins install @openclaw/tlon
|
||||
```
|
||||
|
||||
Use `@openclaw/tlon@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Local checkout (when running from a git repo):
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@ If you are on an older build or a custom install that excludes Twitch, install t
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
Use `@openclaw/twitch@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Details: [Plugins](/tools/plugin)
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ Status: production-ready via WhatsApp Web (Baileys). Gateway owns linked session
|
||||
- `openclaw channels login --channel whatsapp` also offers the install flow when
|
||||
the plugin is not present yet.
|
||||
- Dev channel + git checkout: defaults to the local plugin path.
|
||||
- Stable/Beta: uses the npm package `@openclaw/whatsapp`; beta-channel updates
|
||||
prefer `@openclaw/whatsapp@beta` when that tag is available.
|
||||
- Stable/Beta: uses the npm package `@openclaw/whatsapp` on the current official
|
||||
release tag.
|
||||
|
||||
Manual install stays available:
|
||||
|
||||
@@ -23,8 +23,8 @@ Manual install stays available:
|
||||
openclaw plugins install @openclaw/whatsapp
|
||||
```
|
||||
|
||||
Use `@openclaw/whatsapp@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Pairing" icon="link" href="/channels/pairing">
|
||||
|
||||
@@ -16,7 +16,7 @@ If you are on an older build or a custom install that excludes Zalo, install the
|
||||
npm package directly:
|
||||
|
||||
- Install via CLI: `openclaw plugins install @openclaw/zalo`
|
||||
- Beta channel: `openclaw plugins install @openclaw/zalo@beta`
|
||||
- Pinned version: `openclaw plugins install @openclaw/zalo@2026.5.2`
|
||||
- Or from a source checkout: `openclaw plugins install ./path/to/local/zalo-plugin`
|
||||
- Details: [Plugins](/tools/plugin)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ If you are on an older build or a custom install that excludes Zalo Personal,
|
||||
install the npm package directly:
|
||||
|
||||
- Install via CLI: `openclaw plugins install @openclaw/zalouser`
|
||||
- Beta channel: `openclaw plugins install @openclaw/zalouser@beta`
|
||||
- Pinned version: `openclaw plugins install @openclaw/zalouser@2026.5.2`
|
||||
- Or from a source checkout: `openclaw plugins install ./path/to/local/zalouser-plugin`
|
||||
- Details: [Plugins](/tools/plugin)
|
||||
|
||||
|
||||
@@ -308,7 +308,7 @@ openclaw plugins uninstall <id> --keep-files
|
||||
openclaw plugins update <id-or-npm-spec>
|
||||
openclaw plugins update --all
|
||||
openclaw plugins update <id-or-npm-spec> --dry-run
|
||||
openclaw plugins update @openclaw/voice-call@beta
|
||||
openclaw plugins update @openclaw/voice-call
|
||||
openclaw plugins update openclaw-codex-app-server --dangerously-force-unsafe-install
|
||||
```
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ openclaw plugins install npm:<package>
|
||||
openclaw plugins install clawhub:<package>@1.2.3
|
||||
openclaw plugins install clawhub:<package>@beta
|
||||
openclaw plugins install npm:@scope/openclaw-plugin@1.2.3
|
||||
openclaw plugins install npm:@openclaw/codex@beta
|
||||
openclaw plugins install npm:@openclaw/codex
|
||||
|
||||
# Install from git or a local development checkout.
|
||||
openclaw plugins install git:github.com/acme/openclaw-plugin@v1.0.0
|
||||
|
||||
@@ -41,8 +41,8 @@ the Gateway, then restart the Gateway to load it.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
Use `@openclaw/voice-call@beta` when following the OpenClaw beta channel and
|
||||
npmjs shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an
|
||||
exact version only when you need a reproducible install.
|
||||
|
||||
Restart the Gateway afterwards so the plugin loads.
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ No external `zca`/`openzca` CLI binary is required.
|
||||
openclaw plugins install @openclaw/zalouser
|
||||
```
|
||||
|
||||
Use `@openclaw/zalouser@beta` when following the OpenClaw beta channel and npmjs
|
||||
shows `beta` ahead of `latest`.
|
||||
Use the bare package to follow the current official release tag. Pin an exact
|
||||
version only when you need a reproducible install.
|
||||
|
||||
Restart the Gateway afterwards.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user