secure-key-manager
CommunitySecurely manage API keys and secrets.
Authorwulaosiji
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the critical security vulnerability of storing API keys and sensitive credentials in plain text within configuration files like TOOLS.md.
Core Features & Use Cases
- Encrypted Storage: Utilizes AES-256-GCM encryption with PBKDF2HMAC for secure key derivation.
- Runtime Access: Keys are decrypted only when needed, minimizing exposure.
- Output Sanitization: Automatically detects and redacts sensitive information in output to prevent accidental leaks.
- Use Case: Protect your Brave Search API key by storing it encrypted, and ensure that any output containing it is automatically sanitized before display.
Quick Start
Initialize the secure key manager by running python3 key_manager.py init in the skill's directory.
Dependency Matrix
Required Modules
cryptography
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: secure-key-manager Download link: https://github.com/wulaosiji/skills/archive/main.zip#secure-key-manager Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.