Use this skill when the user wants to encrypt or decrypt .env files containing sensitive environment variables.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-5503abbb)More formats (shields.io, HTML) on the badges page.
---
name: senv
description: Use this skill when the user wants to encrypt or decrypt .env files containing sensitive environment variables.
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!