Symaira Vault banner
danieljustus danieljustus

Symaira Vault

AI community

Description

🔐 The password manager for terminal users and AI agents. Age-encrypted, keyring-cached, MCP-ready. Zero telemetry.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Symaira Vault

[![CI](https://github.com/danieljustus/symaira-vault/actions/workflows/ci.yml/badge.svg)](https://github.com/danieljustus/symaira-vault/actions/workflows/ci.yml) [![Release](https://img.shields.io/github/v/release/danieljustus/symaira-vault)](https://github.com/danieljustus/symaira-vault/releases/latest) [![License](https://img.shields.io/github/license/danieljustus/symaira-vault)](https://opensource.org/licenses/Apache-2.0) [![Go Reference](https://pkg.go.dev/badge/github.com/danieljustus/symaira-vault.svg)](https://pkg.go.dev/github.com/danieljustus/symaira-vault)

![Symaira Vault hero](docs/assets/symvault-hero.png)

A modern, secure command-line password manager (`symvault`) written in Go. Uses [age](https://age-encryption.org/) for encryption with built-in MCP server support for AI agent integration.

![Symaira Vault demo](docs/assets/symvault-demo.gif)

**Status:** pre-1.0 — the CLI surface and vault format are stabilizing under [SemVer](https://semver.org/); see [CHANGELOG.md](CHANGELOG.md) for the release history.

**Safety Notice**: Symaira Vault manages sensitive secrets. Use at your own risk, keep tested backups of your vault, and verify recovery before relying on it for critical credentials.

Features

  • Modern Encryption: age (X25519 + ChaCha20-Poly1305)
  • TOTP Support: Store and generate TOTP codes
  • Clipboard Auto-Clear: Automatic clearing after timeout
  • Autotype: Cross-platform automatic password entry (macOS, Linux, Windows)
  • Secret Execution: Run commands with vault secrets injected as environment variables
  • Session Caching: OS keyring with 15-minute TTL
  • Git Integration: Automatic commits and sync
  • Multi-User Vaults: age recipients for shared access
  • MCP Server: stdio and HTTP for AI agent integration with scoped token management
  • MCP Slash Commands: add-credential, rotate-credential, find-and-use, share-credential — guided workflows surfa