help
Display all available commands and usage information. Usage:status
Display system overview with runtime configuration and current state. Usage:system:status authorization
Fields:
- Uptime: Time since runtime started
- Security:
enforced(deny-by-default) oropen - Memory: Entry count and backend type (sqlite/noop)
- Embedding: Provider, dimensions, embedded ratio
- Provider: Active LLM provider and status (online/offline)
- Chain: Fallback chain configuration
- Tools: Number of registered tools
- Events: Event bus activity
- Messages: Total processed, denied count
- LLM: Call count and average latency
health
Perform detailed health check across all 5 runtime layers. Usage:system:health authorization
Status Values:
- HEALTHY: All layers operational, LLM provider online
- DEGRADED: Core layers OK, but LLM provider offline
- UNHEALTHY: One or more critical layers failed
- L0 Security: Authorization subsystem probe
- L1 Orchestrator: LLM provider availability
- L2 Memory: Storage backend query
- L3 Event Bus: Pending event count
- L4 Tools: Registry population
metrics
Display full operational telemetry with performance counters. Usage:system:metrics authorization
Metric Categories:
- Messages: Total processed, security outcomes, rate limiting
- LLM: API calls, failures, token usage, latency
- Memory: Store/search operations
- Tools: Execution count and failures
- Events: Event bus processing
- Errors: Total error count
reload
Check configuration file for changes and report differences. Usage:system:reload authorization
Behavior:
- Searches for
oneclaw.tomlorconfig/oneclaw.toml - Parses new config and compares to current runtime config
- Reports differences across key fields:
providers.defaultsecurity.deny_by_defaultmemory.backendruntime.nameproviders.*.modelchannels.active
- Does NOT hot-apply changes — requires restart
exit / quit
Gracefully shut down the OneClaw runtime. Usage:- Sends “Goodbye!” response to channel
- Drains event bus queue
- Stops event loop
- Clean shutdown (no force-kill)
EXIT, Quit, etc.)