Skip to content
Closed
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
19 changes: 18 additions & 1 deletion .agents/skills/nemoclaw-user-reference/references/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The wizard creates an OpenShell gateway, registers inference providers, builds t
Use this command for new installs and for recreating a sandbox after changes to policy or configuration.

```console
$ nemoclaw onboard [--non-interactive] [--resume] [--from <Dockerfile>]
$ nemoclaw onboard [--non-interactive] [--resume] [--recreate-sandbox] [--from <Dockerfile>] [--agent <name>] [--yes-i-accept-third-party-software]
```

> **Warning:** For NemoClaw-managed environments, use `nemoclaw onboard` when you need to create or recreate the OpenShell gateway or sandbox.
Expand Down Expand Up @@ -72,6 +72,23 @@ or:
$ NEMOCLAW_ACCEPT_THIRD_PARTY_SOFTWARE=1 nemoclaw onboard --non-interactive
```

#### `--recreate-sandbox`

Delete and recreate the existing sandbox instead of reusing it.
Use this when you need onboarding to rebuild the sandbox after configuration changes or to recover from a broken sandbox state.

```console
$ nemoclaw onboard --resume --recreate-sandbox
```

#### `--agent <name>`

Select a specific packaged agent during onboarding instead of using the default agent.

```console
$ nemoclaw onboard --agent hermes
```

To enable Brave Search in non-interactive mode, set:

```console
Expand Down
19 changes: 18 additions & 1 deletion docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The wizard creates an OpenShell gateway, registers inference providers, builds t
Use this command for new installs and for recreating a sandbox after changes to policy or configuration.

```console
$ nemoclaw onboard [--non-interactive] [--resume] [--from <Dockerfile>]
$ nemoclaw onboard [--non-interactive] [--resume] [--recreate-sandbox] [--from <Dockerfile>] [--agent <name>] [--yes-i-accept-third-party-software]
```

:::{warning}
Expand Down Expand Up @@ -94,6 +94,23 @@ or:
$ NEMOCLAW_ACCEPT_THIRD_PARTY_SOFTWARE=1 nemoclaw onboard --non-interactive
```

#### `--recreate-sandbox`

Delete and recreate the existing sandbox instead of reusing it.
Use this when you need onboarding to rebuild the sandbox after configuration changes or to recover from a broken sandbox state.

```console
$ nemoclaw onboard --resume --recreate-sandbox
```

#### `--agent <name>`

Select a specific packaged agent during onboarding instead of using the default agent.

```console
$ nemoclaw onboard --agent hermes
```

To enable Brave Search in non-interactive mode, set:

```console
Expand Down