terraform-engineer
Use when implementing infrastructure as code with Terraform across AWS, Azure, or GCP. Invoke for module development, state management, provider configuration, multi-environment workflows, infrastructure testing.
Why use this skill?
Automate AWS, Azure, and GCP infrastructure using the Terraform Engineer skill. Build scalable, secure, and production-ready IaC with expert modular patterns and remote state management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/terraform-engineerWhat This Skill Does
The terraform-engineer skill is a specialized agent capability designed to transform OpenClaw into a senior-level DevOps infrastructure architect. It leverages Terraform 1.5+ best practices to manage multi-cloud environments (AWS, Azure, GCP). By invoking this skill, the agent gains deep knowledge of modular design, robust state management, and enterprise-grade security. The skill acts as a guardrail-compliant engineer, ensuring that your infrastructure as code (IaC) is not only functional but also scalable, maintainable, and secure. It enforces strict patterns like remote state locking, input validation, and cost-tracking tag mandates, effectively reducing human error in cloud deployments.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/terraform-engineer
Once installed, the skill becomes immediately available for your OpenClaw agent to handle infrastructure-related tasks.
Use Cases
This skill is essential for organizations transitioning to or scaling their cloud infrastructure. Key scenarios include:
- Modular Infrastructure Development: Creating reusable, versioned modules for repetitive components like VPCs, EKS clusters, or Azure storage accounts.
- Multi-Environment Orchestration: Managing separate development, staging, and production environments using Terraform workspaces or terragrunt patterns.
- State Management: Configuring remote backends (S3 with DynamoDB, Azure Blob with leases, or GCS) to ensure safe, concurrent infrastructure updates.
- Security Hardening: Implementing "Policy as Code" patterns to ensure infrastructure meets compliance requirements before resources are provisioned.
- Refactoring: Converting existing manual cloud resources into managed Terraform code.
Example Prompts
- "Design a reusable AWS VPC module that supports private/public subnets, NAT gateways, and automated tagging for cost management."
- "Help me set up a remote Terraform backend for a GCP project using GCS for state storage, ensuring state locking is active and encryption is enabled."
- "Refactor my existing monolithic Terraform code into a modular architecture to support independent deployment of networking, database, and application layers."
Tips & Limitations
To get the most out of this skill, ensure you have your cloud provider credentials configured securely. The skill works best when it has read access to your existing environment to analyze current states.
Limitations: This skill does not automatically execute infrastructure changes directly in your cloud environment without your explicit review and confirmation via terraform plan. It is designed to assist in code generation and architecture strategy; you should always run tflint and terraform validate on the generated output before proceeding to apply. Remember that local execution of state is prohibited for production systems by the skill's safety constraints, so ensure you have a cloud-based storage bucket ready.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-terraform-engineer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.