Files
Selig 4c966a3ad2 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.
2026-03-13 10:58:30 +08:00

708 B

reset

openclaw reset

Clear local configuration and state (CLI remains).

Overview

The openclaw reset command clears local configuration and state while preserving the CLI installation itself.

Examples

openclaw reset
openclaw reset --dry-run
openclaw reset --scope config+creds+sessions --yes --non-interactive

Key Options

  • --dry-run: Preview changes without applying them
  • --scope: Specify what to reset (config, credentials, sessions)
  • --yes: Skip confirmation prompts
  • --non-interactive: Run without user interaction

Purpose

This command helps users clear their local settings and stored data while keeping the CLI tool itself installed and functional.