← All plugins
secrets-manager-integrator
v1.25.0Integrate with secrets managers (Vault, AWS Secrets Manager, etc)
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/secrets-manager-integrator/ inside the repository.
Layout
plugins/devops/secrets-manager-integrator/
├── .claude-plugin/plugin.json└── skills/integrating-secrets-managers/SKILL.md
Skills1
integrating-secrets-managersskills/integrating-secrets-managers/SKILL.md
Manage this skill enables AI assistant to seamlessly integrate with various secrets managers like hashicorp vault and aws secrets manager. it generates configurations and setup code, ensuring best practices for secure credential management. use this skill when... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/devops/secrets-manager-integrator/.claude-plugin/plugin.json
{
"name": "secrets-manager-integrator",
"version": "1.25.0",
"description": "Integrate with secrets managers (Vault, AWS Secrets Manager, etc)",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"secrets",
"vault",
"aws",
"security",
"credentials",
"devops",
"agent-skills"
]
}