#Help

1 messages · Page 1 of 1 (latest)

drifting karma
#

What is cli command to set plugins.allow to explicit, it’s empty rn doctor says and logs

tame houndBOT
#

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

wispy ruinBOT
# drifting karma What is cli command to set plugins.allow to explicit, it’s empty rn doctor says ...

Use a JSON array value for the allowlist, for example:

openclaw plugins list
openclaw config set plugins.allow '["discord","browser"]' --strict-json
openclaw config validate
openclaw gateway restart

Replace discord / browser with the plugin ids you actually trust from openclaw plugins list. If you’re running from source, prefix the commands with pnpm.

Docs: https://docs.openclaw.ai/tools/plugin and https://docs.openclaw.ai/gateway/configuration

drifting karma
#

It’s clawvault and i don’t see it in kist

wispy ruinBOT
# drifting karma It’s clawvault and i don’t see it in kist

If clawvault doesn’t show up in openclaw plugins list, don’t add it to plugins.allow yet. plugins.allow should only contain discovered plugin ids; otherwise you can create a “phantom allowlist entry” warning.

First check version and discovery:

openclaw --version
openclaw plugins list
openclaw plugins doctor

I also checked ClawHub search for clawvault / vault and didn’t see a published plugin by that name, so it’s probably a local/workspace extension or the id is different.

If it’s local, make sure its path is loaded, then restart/recheck:

openclaw config set plugins.load.paths '["/absolute/path/to/clawvault"]' --strict-json