From 8281fa7fbbc8dd92c4e194b4e2307be8eed981ff Mon Sep 17 00:00:00 2001 From: Yimo Jiang Date: Mon, 6 Jul 2026 03:11:53 +0000 Subject: [PATCH] docs(commands): fix broken plugin link and drop hardcoded agent versions The OpenClaw plugin link in commands.mdx pointed at ../manage-sandboxes/install-openclaw-plugins, which does not exist; the page lives at ../deployment/install-openclaw-plugins (matching about/release-notes.mdx and docs/index.yml). The status-output examples also hardcoded OpenClaw v2026.5.27 and Hermes v2026.5.16, which go stale on every pin bump. Replace them with a v placeholder consistent with the other / placeholders on the page and regenerate the derived commands-nemohermes.mdx. Fixes #5445 Signed-off-by: Yimo Jiang --- docs/reference/commands-nemohermes.mdx | 2 +- docs/reference/commands.mdx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/commands-nemohermes.mdx b/docs/reference/commands-nemohermes.mdx index a7a0f303380..35a03c84d49 100644 --- a/docs/reference/commands-nemohermes.mdx +++ b/docs/reference/commands-nemohermes.mdx @@ -796,7 +796,7 @@ Expected output: ```text ... - Agent: Hermes v2026.5.16 + Agent: Hermes v ... ``` diff --git a/docs/reference/commands.mdx b/docs/reference/commands.mdx index be6cc145ff6..24726559a0e 100644 --- a/docs/reference/commands.mdx +++ b/docs/reference/commands.mdx @@ -985,7 +985,7 @@ Expected output: ```text ... - Agent: OpenClaw v2026.5.27 + Agent: OpenClaw v ... ``` @@ -1011,7 +1011,7 @@ Expected output: ```text ... - Agent: Hermes v2026.5.16 + Agent: Hermes v ... ``` @@ -1664,7 +1664,7 @@ Skill names must contain only alphanumeric characters, dots, hyphens, and unders OpenClaw plugins are a different kind of extension. -To install an OpenClaw plugin, refer to [Install OpenClaw Plugins](../manage-sandboxes/install-openclaw-plugins). +To install an OpenClaw plugin, refer to [Install OpenClaw Plugins](../deployment/install-openclaw-plugins). For OpenClaw, the command uploads the skill to the OpenClaw state directory and mirrors it into `$HOME/.openclaw/skills/` when the agent home directory differs from the state directory. That mirror makes skills listed by `openclaw skills list` available at session startup. If mirror creation fails, NemoClaw prints a warning so you can reinstall or inspect the home directory permissions.