Sst Infra
Sst Infra analyzes infrastructure data to identify potential issues and optimize performance, ensuring system stability and efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sst-infra npx -- -y @trustedskills/sst-infra
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sst-infra": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sst-infra"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sst-infra skill provides infrastructure provisioning capabilities for AI agents. It allows users to define and deploy cloud resources, manage configurations, and automate infrastructure tasks. This includes creating serverless functions, databases, and API endpoints with minimal manual effort.
When to use it
- Rapid prototyping: Quickly spin up a development environment without lengthy setup processes.
- Serverless application deployment: Automate the deployment of serverless applications and backend services.
- Infrastructure as Code (IaC): Manage infrastructure configurations in code for version control and repeatability.
- Automated testing environments: Provision isolated test environments on demand.
Key capabilities
- Cloud resource provisioning
- Configuration management
- Automation of infrastructure tasks
- Serverless function deployment
- Database setup
Example prompts
- "Create a serverless API endpoint for processing image uploads."
- "Deploy a PostgreSQL database with automatic backups."
- "Provision a development environment with Node.js and Docker."
Tips & gotchas
The skill requires familiarity with cloud provider APIs (e.g., AWS, Azure, Google Cloud) to effectively define infrastructure resources. Ensure the agent has appropriate permissions to access and manage your cloud accounts.
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.