maosuarez

CryptEnv — Development skill for Claude Code

Development community

A local-first encrypted secrets vault for developers.

How to install CryptEnv

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

What CryptEnv does

A local-first encrypted secrets vault for developers. API keys, credentials, commands and links — accessible with a hotkey.

Alternatives in Development

  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★
  • Dexscreener Unofficial CLI + MCP + Skills — You are a token scanning specialist using the Dexscreener Unofficial CLI (not affiliated with or endorsed by D 213 ★
  • Agentrules Architect — AGENTS.md/CLAUDE.md generator and ExecPlan harness for Codex, Claude Code, Cursor, Antigravity, OpenCode and o 114 ★

README

🔐 CryptEnv

**A local-first, encrypted productivity vault for developers — accessible instantly via hotkey (`Ctrl+Alt+Z`). Safely integrate with AI coding agents (Claude, Cursor) via MCP to inject secrets without exposing plaintext credentials.**

![License](https://img.shields.io/badge/license-MIT-green) ![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-blue) ![Built with Tauri](https://img.shields.io/badge/built%20with-Tauri%202.0-orange) ![Spec-Driven](https://img.shields.io/badge/specs-OpenSpec-purple) ![Status](https://img.shields.io/badge/status-active%20development-yellow)


🎯 Why CryptEnv?

Modern development requires managing dozens of API keys, database credentials, and environment variables across multiple stacks. Sharing secrets over chat or storing them in plaintext `.env` files is a major security risk. Furthermore, when automating workflows with AI coding assistants (Claude Code, Cursor, MCP clients), sharing API keys in prompts exposes them to logs and external context windows.

**CryptEnv solves this by providing:**

  1. Zero Plaintext Leaks: All secrets are encrypted at rest with AES-256-GCM and Argon2id. Master keys live only in volatile memory during active sessions.
  2. AI Agent Integration via MCP: The built-in Model Context Protocol (MCP) server injects environment variables directly into subprocesses without returning plaintext secrets to the LLM.
  3. Projects & Environments: Group variables by project (dev, staging, prod) and inject them directly into your local .env files with a single click or command.
  4. Multiple Interfaces: Use the sleek desktop GUI, the full-featured crypt-env tui terminal interface, the CLI, or the local REST API.

✨ Key Features

  • ⚡ Instant Access: Press Ctrl+Alt+Z from anywhere to summon the vault.
  • 🗂️ 5 Item Types: Secrets / API Keys, Credentials (user/pass/URL), Links, Parameterized Commands ({{VAR}}), and