Vault
localvault-tools
Encrypted personal vault: passwords, card numbers, ID numbers, API keys. AES-256-GCM encryption at rest.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (4)
- vault_addStore a secret in the user's encrypted vault (passwords, cards, ID numbers, API keys). Value is AES-256-GCM encrypted at rest. Store non-sensitive metadata (site URL, card last 4, expiry) separately.
- vault_listList the user's vault items. Does NOT reveal secrets — only names and metadata.
- vault_revealDecrypt and reveal a vault secret's plaintext value. Use sparingly — the user should have explicitly asked for the value. NEVER echo this into normal chat unless requested.
- vault_deletePermanently delete a vault item.