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:
29
openclaw-knowhow-skill/docs/reference/cli/setup.md
Normal file
29
openclaw-knowhow-skill/docs/reference/cli/setup.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# setup
|
||||
|
||||
# `openclaw setup`
|
||||
|
||||
Initialize the OpenClaw configuration file and agent workspace environment.
|
||||
|
||||
## Overview
|
||||
|
||||
The `openclaw setup` command establishes `~/.openclaw/openclaw.json` and sets up the agent workspace.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
```bash
|
||||
openclaw setup
|
||||
openclaw setup --workspace ~/.openclaw/workspace
|
||||
```
|
||||
|
||||
## Wizard Mode
|
||||
|
||||
To launch the interactive onboarding wizard during setup:
|
||||
|
||||
```bash
|
||||
openclaw setup --wizard
|
||||
```
|
||||
|
||||
## Related Resources
|
||||
|
||||
* Getting started guide: [Getting Started](/start/getting-started)
|
||||
* Onboarding wizard documentation: [Onboarding](/start/onboarding)
|
||||
Reference in New Issue
Block a user