diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 574ec2fb..7e58b0e7 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -7,6 +7,9 @@ "skills": [ "./skills" ], + "hooks": { + "allowConversationAccess": true + }, "configSchema": { "type": "object", "additionalProperties": false,