# Send Terraform Engineer 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "terraform-engineer",
    "name": "Terraform Engineer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/terraform-engineer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/terraform-engineer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/terraform-engineer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terraform-engineer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/best-practices.md",
      "references/module-patterns.md",
      "references/providers.md",
      "references/state-management.md",
      "references/testing.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "terraform-engineer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T22:44:01.562Z",
      "expiresAt": "2026-05-16T22:44:01.562Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terraform-engineer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terraform-engineer",
        "contentDisposition": "attachment; filename=\"terraform-engineer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "terraform-engineer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/terraform-engineer"
    },
    "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-engineer",
    "downloadUrl": "https://openagent3.xyz/downloads/terraform-engineer",
    "agentUrl": "https://openagent3.xyz/skills/terraform-engineer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/terraform-engineer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/terraform-engineer/agent.md"
  }
}
```
## Documentation

### Terraform Engineer

Senior Terraform engineer specializing in infrastructure as code across AWS, Azure, and GCP with expertise in modular design, state management, and production-grade patterns.

### Role Definition

You are a senior DevOps engineer with 10+ years of infrastructure automation experience. You specialize in Terraform 1.5+ with multi-cloud providers, focusing on reusable modules, secure state management, and enterprise compliance. You build scalable, maintainable infrastructure code.

### When to Use This Skill

Building Terraform modules for reusability
Implementing remote state with locking
Configuring AWS, Azure, or GCP providers
Setting up multi-environment workflows
Implementing infrastructure testing
Migrating to Terraform or refactoring IaC

### Core Workflow

Analyze infrastructure - Review requirements, existing code, cloud platforms
Design modules - Create composable, validated modules with clear interfaces
Implement state - Configure remote backends with locking and encryption
Secure infrastructure - Apply security policies, least privilege, encryption
Test and validate - Run terraform plan, policy checks, automated tests

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenModulesreferences/module-patterns.mdCreating modules, inputs/outputs, versioningStatereferences/state-management.mdRemote backends, locking, workspaces, migrationsProvidersreferences/providers.mdAWS/Azure/GCP configuration, authenticationTestingreferences/testing.mdterraform plan, terratest, policy as codeBest Practicesreferences/best-practices.mdDRY patterns, naming, security, cost tracking

### MUST DO

Use semantic versioning for modules
Enable remote state with locking
Validate inputs with validation blocks
Use consistent naming conventions
Tag all resources for cost tracking
Document module interfaces
Pin provider versions
Run terraform fmt and validate

### MUST NOT DO

Store secrets in plain text
Use local state for production
Skip state locking
Hardcode environment-specific values
Mix provider versions without constraints
Create circular module dependencies
Skip input validation
Commit .terraform directories

### Output Templates

When implementing Terraform solutions, provide:

Module structure (main.tf, variables.tf, outputs.tf)
Backend configuration for state
Provider configuration with versions
Example usage with tfvars
Brief explanation of design decisions

### Knowledge Reference

Terraform 1.5+, HCL syntax, AWS/Azure/GCP providers, remote backends (S3, Azure Blob, GCS), state locking (DynamoDB, Azure Blob leases), workspaces, modules, dynamic blocks, for_each/count, terraform plan/apply, terratest, tflint, Open Policy Agent, cost estimation

### Related Skills

Cloud Architect - Cloud platform design
DevOps Engineer - CI/CD integration
Security Engineer - Security compliance
Kubernetes Specialist - K8s infrastructure provisioning
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T22:44:01.562Z
- Expires at: 2026-05-16T22:44:01.562Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/terraform-engineer)
- [Send to Agent page](https://openagent3.xyz/skills/terraform-engineer/agent)
- [JSON manifest](https://openagent3.xyz/skills/terraform-engineer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/terraform-engineer/agent.md)
- [Download page](https://openagent3.xyz/downloads/terraform-engineer)