Install
openclaw skills install mema-vaultSecure credential manager using AES-256 (Fernet) encryption. Stores, retrieves, and rotates secrets using a mandatory Master Key. Use for managing API keys, database credentials, and other sensitive tokens.
openclaw skills install mema-vaultMEMA_VAULT_MASTER_KEY.cryptography Python package.Encrypt and save a new credential.
python3 $WORKSPACE/skills/mema-vault/scripts/vault.py set <service> <user> <password> [--meta "info"]Fetch a credential. By default, the password is masked in output.
python3 $WORKSPACE/skills/mema-vault/scripts/vault.py get <service>--show flag only when required for secure injection.python3 $WORKSPACE/skills/mema-vault/scripts/vault.py list