# Senv

> Use this skill when the user wants to encrypt or decrypt .env files containing sensitive environment variables.

- Skill: `javimosch/senv` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/senv`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/senv/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/senv

---


# senv Plugin

Encrypt and decrypt .env files to protect sensitive environment variables.

## Commands

### Env Encryption
- `senv env encrypt` — Encrypt .env files to protect sensitive values

## Usage Examples
- "Encrypt this .env file"
- "Decrypt my environment variables"
- "Secure my dotenv file for version control"

## Installation

```bash
npm install -g senv
```

## Examples

```bash
senv encrypt .env
senv decrypt .env.enc
senv encrypt .env --output .env.enc
senv decrypt .env.enc --output .env
```

## Key Features
- .env file encryption/decryption
- Key-based protection
- Safe for version control
- Node.js ecosystem compatible
- Simple CLI interface

