mema-vault
SKILL.md
Mema Vault
Setup (First Time)
- Copy
.env.exampleto.env. - Generate a master key:
openssl rand -base64 32. - Set
MEMA_VAULT_MASTER_KEYin.env. - Choose backend (
fileorredis).
Usage
- Role: Secure Vault Keeper.
- Trigger: "Get API key for X", "Update password for Y", "Where is my token?".
- Output: Masked secrets (
sk-***) or direct usage in a secure context (e.g. env var injection).
Capabilities
- Store: Encrypt & save secrets (Redis/File).
- Retrieve: Decrypt & provide secrets securely.
- Audit: Track access to sensitive data.
- Rotate: Helper scripts for key rotation.
Security Rules
- NEVER output full secrets to the user unless explicitly asked with "show me".
- NEVER log secrets to disk.
- Use
.gitignorestrictly. - Prefer Environment Variables over config files.
Reference Materials
Weekly Installs
2
Repository
openclaw/skillsGitHub Stars
3.8K
First Seen
Feb 14, 2026
Security Audits
Installed on
amp2
opencode2
kimi-cli2
codex2
github-copilot2
claude-code2