Pulumi Automation Api
Helps with automation, API as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pulumi-automation-api npx -- -y @trustedskills/pulumi-automation-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pulumi-automation-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pulumi-automation-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Pulumi Automation API enables programmatic control over infrastructure as code (IaC) workflows, allowing users to automate deployment, updates, and management of cloud resources using Pulumi programs. It supports integration with CI/CD pipelines and provides a consistent interface for managing infrastructure across multiple cloud providers.
When to use it
- Automating the deployment of infrastructure during continuous integration or delivery processes.
- Managing infrastructure changes in response to application code updates.
- Orchestrating multi-cloud resource provisioning through a single API.
- Building tools that need to interact with Pulumi projects programmatically, such as custom dashboards or monitoring systems.
Key capabilities
- Programmatic deployment and management of Pulumi stacks.
- Integration with CI/CD pipelines for automated infrastructure updates.
- Support for multiple cloud providers (AWS, Azure, GCP, etc.).
- Ability to manage stack configurations, secrets, and outputs through API calls.
Example prompts
- "Deploy the latest version of my Pulumi stack to AWS."
- "Update the configuration of the 'dev' environment stack with new resource parameters."
- "List all stacks in my project along with their current status."
Tips & gotchas
- Ensure your Pulumi project is properly configured and authenticated before using the API.
- Be cautious when making bulk changes to infrastructure via automation; always test in non-production environments first.
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 |
🏢 Official
Published by the company or team that built the technology.