# Send Terraform Ai Skills to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "terraform-ai-skills",
    "name": "Terraform Ai Skills",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/anmolnagpal/terraform-ai-skills",
    "canonicalUrl": "https://clawhub.ai/anmolnagpal/terraform-ai-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/terraform-ai-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terraform-ai-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CLAUDE.md",
      "CODE_OF_CONDUCT.md",
      "CONTRIBUTING.md",
      "README.md",
      "SECURITY.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/terraform-ai-skills"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/terraform-ai-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/terraform-ai-skills",
    "agentUrl": "https://openagent3.xyz/skills/terraform-ai-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/terraform-ai-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/terraform-ai-skills/agent.md"
  }
}
```
## Documentation

### Terraform AI Skills — Multi-Cloud Module Management

AI-powered automation for managing Terraform modules at scale across AWS, GCP, Azure, and DigitalOcean. Transforms 56 hours of manual maintenance into 90 minutes.

### When to Use

Activate this skill when:

Upgrading provider versions across 10–200+ module repositories
Standardizing GitHub Actions workflows across an organization
Creating semantic versioned releases with automated changelogs
Performing bulk validation (TFLint, TFSec, Trivy, Checkov)
Running a complete end-to-end maintenance cycle

Don't use for:

Single Terraform project maintenance
Writing individual Terraform configurations
Provider-specific API questions

### Full Maintenance ⚡ (Recommended)

@copilot use terraform-ai-skills/config/aws.config and follow terraform-ai-skills/prompts/4-full-maintenance.prompt

Discovery → Provider upgrades → Workflow fixes → Validation → Releases
Time: 45–180 min

### Provider Upgrade 🔄

@copilot use terraform-ai-skills/config/aws.config and follow terraform-ai-skills/prompts/1-provider-upgrade.prompt

Updates provider constraints, Terraform versions, examples, runs validation.
Time: 10–90 min

### Workflow Standardization 🔧

@copilot use terraform-ai-skills/config/gcp.config and follow terraform-ai-skills/prompts/2-workflow-standardization.prompt

Pins GitHub Actions to SHAs, removes deprecated actions.
Time: 15–30 min

### Release Creation 🚀

@copilot use terraform-ai-skills/config/azure.config and follow terraform-ai-skills/prompts/3-release-creation.prompt

Generates changelogs, semantic version tags, GitHub releases.
Time: 10–20 min

### Quick Start

# 1. Always test on ONE repo first
@copilot use terraform-ai-skills/config/aws.config and upgrade provider in terraform-aws-vpc only

# 2. If successful, run full maintenance
@copilot use terraform-ai-skills/config/aws.config and follow terraform-ai-skills/prompts/4-full-maintenance.prompt

# 3. Verify
git status && gh run list && gh release list

### Cloud Provider Support

ProviderConfig fileTerraformMin ProviderAWSconfig/aws.config1.10.0+5.80.0+GCPconfig/gcp.config1.10.0+6.20.0+Azureconfig/azure.config1.10.0+4.20.0+DigitalOceanconfig/digitalocean.config1.10.0+2.70.0+

### Proven Results

OperationManual (170 repos)With SkillsSavingsProvider upgrade56 hours90 minutes97% ⬇️Workflow fixes20 hours30 minutes97% ⬇️Full maintenance86 hours2–3 hours97% ⬇️

### Requirements

Terraform 1.10.0+ · Git 2.30+ · Bash 4.0+
AI assistant: GitHub Copilot CLI, Claude, ChatGPT, or Cursor
gh CLI (optional — recommended for releases)
TFLint / TFSec / Trivy / Checkov (optional — enhanced validation)

### Detailed Reference Guides

For deeper guidance on specific topics:

Provider Configs — Per-cloud config options, customization, env vars
Safety & Rollback — Pre-flight checklist, rollback procedures, emergency recovery
Real-World Examples — Case studies across AWS, GCP, Azure, DigitalOcean
Quick Reference — Command cheat sheet, prompts guide, common patterns

### License

MIT © 2026 Anmol Nagpal
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: anmolnagpal
- Version: 0.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/terraform-ai-skills)
- [Send to Agent page](https://openagent3.xyz/skills/terraform-ai-skills/agent)
- [JSON manifest](https://openagent3.xyz/skills/terraform-ai-skills/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/terraform-ai-skills/agent.md)
- [Download page](https://openagent3.xyz/downloads/terraform-ai-skills)