# Secretkeeper

> Use this skill when the user wants to protect, encrypt, or manage secrets within text content.

- Skill: `javimosch/secretkeeper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/secretkeeper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/secretkeeper/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- 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/secretkeeper

---


# secretkeeper Plugin

Text protection tool for hiding, encrypting, and managing secrets within text content.

## Commands

### Secret Protection
- `secretkeeper secret protect` — Protect and manage secrets in text

## Usage Examples
- "Protect secrets in this text file"
- "Hide sensitive data in this document"
- "Manage embedded secrets"

## Installation

```bash
cargo install secretkeeper
```

## Examples

```bash
secretkeeper protect document.md
secretkeeper reveal document.md
secretkeeper list document.md
secretkeeper add document.md --secret "API_KEY=abc123"
```

## Key Features
- Text-based secret protection
- Embed and reveal secrets
- List protected secrets
- Password-based protection
- Fast Rust implementation

