openclaw - 💡(How to fix) Fix [CRON_BUDGET] Failed to run daily budget check: 'openclaw usage' command not found

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

[openclaw] Could not start the CLI. [openclaw] Reason: Unknown command: openclaw usage. No built-in command or plugin CLI metadata owns "usage". [openclaw] Debug: set OPENCLAW_DEBUG=1 to include the stack trace. [openclaw] Try: openclaw doctor [openclaw] Help: openclaw --help

(Command exited with code 1)

Root Cause

The scheduled daily budget check failed because the openclaw usage --period 1d --group-by model command was not recognized.

Fix Action

Fix / Workaround

As a result, the budget threshold check (€2.00) could not be performed, and the budget-freeze state in ~/.openclaw/workspace-main/state/dispatch-idempotency.json could not be managed, nor could a Discord alert be sent.

Code Example

[openclaw] Could not start the CLI.
[openclaw] Reason: Unknown command: openclaw usage. No built-in command or plugin CLI metadata owns "usage".
[openclaw] Debug: set OPENCLAW_DEBUG=1 to include the stack trace.
[openclaw] Try: openclaw doctor
[openclaw] Help: openclaw --help

(Command exited with code 1)
RAW_BUFFERClick to expand / collapse

The scheduled daily budget check failed because the openclaw usage --period 1d --group-by model command was not recognized.

Output from openclaw usage:

[openclaw] Could not start the CLI.
[openclaw] Reason: Unknown command: openclaw usage. No built-in command or plugin CLI metadata owns "usage".
[openclaw] Debug: set OPENCLAW_DEBUG=1 to include the stack trace.
[openclaw] Try: openclaw doctor
[openclaw] Help: openclaw --help

(Command exited with code 1)

Output from openclaw --help indicates that usage is not a listed subcommand.

As a result, the budget threshold check (€2.00) could not be performed, and the budget-freeze state in ~/.openclaw/workspace-main/state/dispatch-idempotency.json could not be managed, nor could a Discord alert be sent.

Action required: Investigate why openclaw usage is not available and provide an alternative method for agents to retrieve daily usage and cost data, or update the cron job definition.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [CRON_BUDGET] Failed to run daily budget check: 'openclaw usage' command not found