Cloud Platforms
This skill provides information about various cloud platforms (AWS, Azure, GCP) and their services, aiding in tech decisions & understanding.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloud-platforms npx -- -y @trustedskills/cloud-platforms
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloud-platforms": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloud-platforms"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to understand and interact with various cloud platforms. It allows for tasks like summarizing documentation, comparing services across providers (e.g., AWS vs. Azure), and generating basic infrastructure code snippets based on user requests. The agent can also assist in troubleshooting common cloud-related issues by referencing platform status pages.
When to use it
- Cloud migration planning: Ask the agent to compare features of different cloud services for a specific workload.
- Troubleshooting: Have the agent check the status page for a particular cloud service and suggest potential solutions.
- Infrastructure as Code (IaC) generation: Request simple code snippets for deploying resources on a chosen platform.
- Documentation summarization: Quickly get key information from lengthy cloud provider documentation.
Key capabilities
- Cloud platform knowledge
- Service comparison across providers
- Status page integration
- Basic IaC snippet generation
- Documentation summarization
Example prompts
- "Compare AWS S3 and Azure Blob Storage for object storage."
- "Is Google Cloud Platform experiencing any outages right now?"
- "Generate a Terraform script to create a simple EC2 instance on AWS."
- "Summarize the key features of Azure Kubernetes Service (AKS)."
Tips & gotchas
The agent's ability to generate IaC is limited to basic examples. More complex infrastructure deployments may require manual adjustments and deeper expertise.
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.