credentials
CommunitySecurely manage API keys and env vars.
Software Engineering#security#validation#environment variables#api keys#credentials management#.env file
AuthorAdigunQ
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines the secure management of API keys and environment variables, preventing hardcoding and ensuring project configurations are consistently set up.
Core Features & Use Cases
- Centralized Key Management: Loads API keys from a user-specified text file in various formats (colon-separated, key=value, informal).
- Automated Validation: Verifies extracted API keys by making test calls to the respective services.
- Project Setup: Creates a
.envfile for the project and adds it to.gitignore, reporting any missing required keys. - Use Case: When starting a new project that requires access to OpenAI, Anthropic, and Reddit APIs, this Skill can automatically find and validate your keys from
~/Documents/Access.txt, create a.envfile, and prompt you for any missing credentials.
Quick Start
Use the credentials skill to load API keys from ~/Documents/Access.txt for the current project.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: credentials Download link: https://github.com/AdigunQ/ralph-smart/archive/main.zip#credentials 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.