Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/commands-nemohermes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Expected output:

```text
...
Agent: Hermes v2026.5.16
Agent: Hermes v<version>
...
```

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ Expected output:

```text
...
Agent: OpenClaw v2026.5.27
Agent: OpenClaw v<version>
...
```

Expand All @@ -1011,7 +1011,7 @@ Expected output:

```text
...
Agent: Hermes v2026.5.16
Agent: Hermes v<version>
...
```

Expand Down Expand Up @@ -1664,7 +1664,7 @@ Skill names must contain only alphanumeric characters, dots, hyphens, and unders
<AgentOnly variant="openclaw">

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/<name>` 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.
Expand Down
Loading