{ "id": "padded-cell", "name": "PaddedCell", "description": "Secure secret management, agent identity management, safe execution, and coordinated agent restart", "activation": { "onStartup": true }, "contracts": { "tools": [ "pcexec", "proxy-pcexec", "safe_restart" ] }, "configSchema": { "type": "object", "properties": { "enabled": { "type": "boolean", "default": true }, "secretMgrPath": { "type": "string", "default": "" }, "openclawProfilePath": { "type": "string", "default": "" }, "proxyAllowlist": { "type": "array", "items": { "type": "string" }, "default": [] } } } }