#Allowed config keys

1 messages · Page 1 of 1 (latest)

inner tartan
#

How can I see allowed config keys of a plugin

plugins.entries.hindsight-openclaw.config: invalid config: must NOT have additional properties

orchid zodiacBOT
rotund sparrowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

orchid zodiacBOT
charred shoreBOT
#

Yep, easiest is to inspect the plugin’s schema directly:

openclaw plugins inspect hindsight-openclaw --json | jq '.plugin.configJsonSchema'

Or from the full live config schema:

openclaw config schema | jq '.properties.plugins.properties.entries.properties["hindsight-openclaw"].properties.config'

That error means the plugin config is strict (additionalProperties: false), so one of the keys under:

plugins.entries.hindsight-openclaw.config