Skip to content

CLI Reference

RsClaw provides a comprehensive command-line interface.

Global Options

rsclaw [OPTIONS] <COMMAND>

Options:
  --config-path <FILE>    Config file path
  --base-dir <DIR>        Base directory for data
  --dev                   Use dev profile (~/.rsclaw-dev, port 18889)
  --profile <NAME>        Use named profile (~/.rsclaw-<name>)
  --version               Show version
  --help                  Show help

Commands

CommandDescription
gatewayStart, stop, restart the gateway
setupFirst-time setup (detects OpenClaw)
onboardInteractive setup wizard
configureSection-based configuration menu
doctorHealth check and auto-fix
statusShow gateway status
channelsManage messaging channels
cronManage scheduled tasks
securitySecurity audit
updateAuto-update from GitHub
backupBackup configuration and data
restoreRestore from backup
resetReset to defaults
sessionsManage sessions
logsView gateway logs
skillsInstall/manage skills

Released under MIT / Apache-2.0 License