{ "id": "padded-cell", "name": "PaddedCell", "version": "0.1.0", "description": "Secure password management, safe execution, and coordinated restart", "entry": "./index.js", "configSchema": { "type": "object", "properties": { "enabled": { "type": "boolean", "default": true }, "passMgrPath": { "type": "string", "default": "/root/.openclaw/bin/pass_mgr" } } } }