CLI Reference
Top-level command routing is implemented in src/main.zig.
First Commands To Learn
nullclaw onboard --interactive
nullclaw agent -m "hello"
nullclaw gateway
nullclaw status
nullclaw doctor
nullclaw capabilities --json
Top-Level Commands
onboardagentgatewayservicestatusversiondoctorcronchannelskillshardwaremigratememoryworkspacecapabilitiesmodelsauthupdatehelp
High-Value Command Groups
`cron`
list, add, add-agent, once, once-agent, remove, pause, resume, run, update, runs
`channel`
list, start, status, add, remove
`memory`
stats, count, reindex, search, get, list, drain-outbox, forget
`service`
install, start, stop, restart, status, uninstall
Important Behavior Notes
channel start --allis intentionally rejected. Usegatewayfor full runtime orchestration.- For feature availability questions,
capabilitiesis more reliable than config assumptions. helpoutput is generated fromprintUsage()insrc/main.zig.