openclaw - 💡(How to fix) Fix Config path not found: agents.list when running openclaw config get agents.list

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

Error Description

  1. Execution fails with the above error
  • Error occurs during agent task initialization The error suggests that the agents.list configuration path is not found. Running openclaw config validate may provide more details about the configuration shape.

Code Example

prepare execution environment: execenv: prepare openclaw config: read openclaw agents.list: openclaw config get agents.list --json: exit status 1 (stderr: Config path not found: agents.list. Run openclaw config validate to inspect config shape.)
RAW_BUFFERClick to expand / collapse

Error Description

When running Openclaw agent tasks, the execution environment preparation fails with:

prepare execution environment: execenv: prepare openclaw config: read openclaw agents.list: openclaw config get agents.list --json: exit status 1 (stderr: Config path not found: agents.list. Run openclaw config validate to inspect config shape.)

Steps to Reproduce

  1. Start Openclaw agent task via Hermes interface
  2. Agent attempts to prepare execution environment
  3. Execution fails with the above error

Expected Behavior

Agent should be able to read configuration and proceed with task execution.

Environment

  • Platform: Hermes Agent (via Telegram interface)
  • Openclaw integration: Enabled
  • Error occurs during agent task initialization

Screenshot

Screenshot available at: /home/tetsu/.hermes/image_cache/img_25c800aa798d.jpg (can be attached manually)

Additional Context

The error suggests that the agents.list configuration path is not found. Running openclaw config validate may provide more details about the configuration shape.

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 Config path not found: agents.list when running openclaw config get agents.list