#Allowed config keys
1 messages · Page 1 of 1 (latest)
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