Skip to content

Commit a2fb189

Browse files
docs: fix broken link and hardcoded version strings in commands.mdx
The skill install section linked to manage-sandboxes/install-openclaw-plugins which does not exist. The file lives under deployment/, so the correct relative path is ../deployment/install-openclaw-plugins. Expected-output code blocks showed hardcoded OpenClaw v2026.5.27 and Hermes v2026.5.16. These go stale on every release bump. Replaced with the vYYYY.M.D format placeholder that conveys the versioning scheme without locking to a specific release. Closes #5445 Signed-off-by: ShauryaaSharma <shauryasofficial27@gmail.com>
1 parent c4bd014 commit a2fb189

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/commands.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ Expected output:
722722

723723
```text
724724
...
725-
Agent: OpenClaw v2026.5.27
725+
Agent: OpenClaw vYYYY.M.D
726726
...
727727
```
728728

@@ -748,7 +748,7 @@ Expected output:
748748

749749
```text
750750
...
751-
Agent: Hermes v2026.5.16
751+
Agent: Hermes vYYYY.M.D
752752
...
753753
```
754754

@@ -1229,7 +1229,7 @@ Skill names must contain only alphanumeric characters, dots, hyphens, and unders
12291229

12301230
<AgentOnly variant="openclaw">
12311231

1232-
OpenClaw plugins are a different kind of extension. To install an OpenClaw plugin, see [Install OpenClaw Plugins](../manage-sandboxes/install-openclaw-plugins).
1232+
OpenClaw plugins are a different kind of extension. To install an OpenClaw plugin, see [Install OpenClaw Plugins](../deployment/install-openclaw-plugins).
12331233
For OpenClaw, the command uploads the skill to the OpenClaw state directory and mirrors it into `$HOME/.openclaw/skills/<name>` when the agent home directory differs from the state directory.
12341234
That mirror makes skills listed by `openclaw skills list` available at session startup.
12351235
If mirror creation fails, NemoClaw prints a warning so you can reinstall or inspect the home directory permissions.

0 commit comments

Comments
 (0)