forked from Selig/openclaw-skill
Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
36
openclaw-knowhow-skill/docs/reference/cli/onboard.md
Normal file
36
openclaw-knowhow-skill/docs/reference/cli/onboard.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# onboard
|
||||
|
||||
# `openclaw onboard`
|
||||
|
||||
Interactive onboarding wizard (local or remote Gateway setup).
|
||||
|
||||
## Related guides
|
||||
|
||||
* CLI onboarding hub: [Onboarding Wizard (CLI)](/start/wizard)
|
||||
* CLI onboarding reference: [CLI Onboarding Reference](/start/wizard-cli-reference)
|
||||
* CLI automation: [CLI Automation](/start/wizard-cli-automation)
|
||||
* macOS onboarding: [Onboarding (macOS App)](/start/onboarding)
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
openclaw onboard
|
||||
openclaw onboard --flow quickstart
|
||||
openclaw onboard --flow manual
|
||||
openclaw onboard --mode remote --remote-url ws://gateway-host:18789
|
||||
```
|
||||
|
||||
Flow notes:
|
||||
|
||||
* `quickstart`: minimal prompts, auto-generates a gateway token.
|
||||
* `manual`: full prompts for port/bind/auth (alias of `advanced`).
|
||||
* Fastest first chat: `openclaw dashboard` (Control UI, no channel setup).
|
||||
|
||||
## Common follow-up commands
|
||||
|
||||
```bash
|
||||
openclaw configure
|
||||
openclaw agents add <name>
|
||||
```
|
||||
|
||||
Note: `--json` does not imply non-interactive mode. Use `--non-interactive` for scripts.
|
||||
Reference in New Issue
Block a user