Gcp Secret Manager
Provides Google Cloud guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gcp-secret-manager npx -- -y @trustedskills/gcp-secret-manager
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gcp-secret-manager": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gcp-secret-manager"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Google Cloud Secret Manager. It allows for retrieving, creating, and deleting secrets stored within GCP Secret Manager, enhancing the security of sensitive data used in applications and infrastructure. The agent can manage access control policies on secrets as well.
When to use it
- Automating secret rotation: Regularly update database passwords or API keys without manual intervention.
- Retrieving credentials for deployments: Provide application deployment scripts with necessary, secure credentials.
- Managing sensitive configuration data: Securely store and retrieve environment variables or other configuration details.
- Auditing access to secrets: Track which agents or users have accessed specific secrets for compliance purposes.
Key capabilities
- Retrieve secrets by name
- Create new secrets
- Delete existing secrets
- Manage access control policies on secrets
Example prompts
- "Get the database password from Secret Manager."
- "Create a new secret named 'api_key' with the value 'your_secret_value'."
- "List all secrets in the 'my-project' project."
Tips & gotchas
- Requires appropriate GCP credentials and permissions for the AI agent to access Secret Manager. Ensure the service account has the necessary roles (e.g.,
Secret Manager Admin).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.