Preview and manage Pulumi infrastructure as code stacks
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill pulumi --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pulumi?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-pulumi)More formats (shields.io, HTML) on the badges page.
---
name: pulumi
description: Preview and manage Pulumi infrastructure as code stacks
activation_keywords: [pulumi, iac, infrastructure, stack, preview, resource]
execution_mode: client
---
# Pulumi Skill
Provides read-only Pulumi operations via local CLI:
- List stacks and check their status
- Preview changes (diff)
- List stack resources
- Get stack outputs and config
- Check stack history
Use `builtin_pulumi` tool with fields:
- `operation`: one of "list_stacks", "preview", "resources", "outputs", "config", "history"
- `stack`: stack name (default: current active stack)
- `path`: path to Pulumi project directory (default: current directory)
- `extra_args`: additional Pulumi CLI arguments
Note: Requires Pulumi CLI (pulumi) installed.
All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!