Skip to content

Command Index

This is a lookup reference, not the onboarding path.
If you are installing and starting NextClaw for the first time, use Quickstart.

Core runtime

CommandPurpose
nextclaw startStart the background service and UI
nextclaw restartRestart the service
nextclaw stopStop the service
nextclaw serveRun in the foreground for debugging
nextclaw statusInspect runtime status
nextclaw doctorRun diagnostics
nextclaw updateUpdate the runtime
nextclaw usageView usage snapshots

Host management

CommandPurpose
nextclaw service install-systemd --userInstall a Linux user-level systemd service
sudo nextclaw service install-systemd --systemInstall a Linux system-level systemd service
nextclaw service install-launch-agentInstall a macOS LaunchAgent
nextclaw service install-taskInstall a Windows scheduled task
nextclaw service autostart statusInspect autostart state
nextclaw service autostart doctorDiagnose autostart configuration

Remote access

CommandPurpose
nextclaw remote enableEnable remote access
nextclaw remote disableDisable remote access
nextclaw remote statusInspect remote access state
nextclaw remote doctorDiagnose remote access

Configuration

CommandPurpose
nextclaw config get <path>Read configuration
nextclaw config set <path> <value>Write configuration
nextclaw config unset <path>Remove configuration

Secrets

CommandPurpose
nextclaw secrets auditAudit secret references
nextclaw secrets configureConfigure secret provider behavior
nextclaw secrets reloadReload secrets

Channels

CommandPurpose
nextclaw channels statusInspect channel state
nextclaw channels loginLog in to supported QR-code channels
nextclaw channels addAdd channel configuration

Automation

CommandPurpose
nextclaw cron listList jobs
nextclaw cron addAdd a job
nextclaw cron remove <jobId>Remove a job
nextclaw cron enable <jobId>Enable a job
nextclaw cron disable <jobId>Disable a job
nextclaw cron run <jobId>Run a job immediately

Extensions and Skills

CommandPurpose
nextclaw skills installedList installed skills
nextclaw marketplace skills searchSearch marketplace skills
nextclaw marketplace skills install <slug>Install a marketplace skill

Agent

CommandPurpose
nextclaw agentTerminal chat
nextclaw agent -m "message"Send a one-shot message
nextclaw agents listList agents
nextclaw agents runtimesList runtimes

Released under the MIT License.