Terraform
Run Terraform plan and apply. Manage infrastructure as code from your agent.
Details
Terraform skill exposes Terraform CLI to your agent—plan, apply, state inspection. For teams managing infra with Terraform.
When to use
Use when the agent should plan or apply Terraform (with caution). Requires Terraform and backend config; prefer read-only or plan-only in production.
How Terraform fits into your OpenClaw setup
Development skills are the workhorses of an OpenClaw setup. They give your assistant the ability to participate in real engineering work — reading and writing code, running tooling, and reporting back in the channel where you already collaborate. Terraform belongs to this group, and like most development skills it pays off fastest when it is wired into the projects you touch every day rather than installed and forgotten.
How it works in practice
A typical session starts in chat: you describe what you need in plain language, and the assistant works out that Terraform is the right tool for the job. It runs the work, watches the output, and replies with the result or a follow-up question. Because the conversation happens in Discord, Telegram, or whichever channel you have connected, the full history of what was asked and what was done stays searchable alongside the rest of your team's discussion.
Installing Terraform
Installation follows the standard ClawHub flow. From your OpenClaw directory, run the install command below, then restart your assistant so the new capability registers. If the skill needs credentials or API access, its README will say so — set those up before the first use.
Verify the install with a deliberately simple test before relying on it for real work. A thirty-second check separates a skill that is not installed from one that is misconfigured — two failures that look identical from inside a conversation and waste time when discovered late.
clawhub install terraformGetting the most out of it
The value of Terraform grows with what surrounds it. An assistant with one skill performs a trick; an assistant with a curated dozen runs workflows. As your setup matures, revisit the catalogue with your actual week in mind — the gaps you notice while working are the best installation guide there is.
Plenty of people configure this themselves over a weekend. If you would rather have it working by Friday, we install OpenClaw, configure skills like Terraform for your exact workflow, and write custom ones for anything the catalogue does not cover.