Secretkeeper

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

javimosch 49382ae 867 B Updated

File contents

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

cargo install secretkeeper

Examples

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

javimosch/supercli/tree/main/plugins/secretkeeper/skills/quickstart commit 49382ae149

Frequently asked questions

npx skillmds@latest add javimosch/secretkeeper