← Back to Skills Marketplace
ckchzh

Terraform Helper

by BytesAgain2 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ Security Clean
432
Downloads
0
Stars
1
Active Installs
12
Versions
Install in OpenClaw
/install terraform-helper
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Terraform Helper concepts, best practices, and implementation pat...
Usage Guidance
This skill appears to be a harmless, local reference tool implemented as a bash script that prints static documentation. Before installing or enabling: review the included script (already provided) to confirm it matches expectations, note the minor version mismatch in the script versus metadata (likely benign), and, if your agent will execute arbitrary shell scripts, run it in a sandbox or with least privilege to confirm behavior. No credentials or network access are required by the skill.
Capability Analysis
Type: OpenClaw Skill Name: terraform-helper Version: 3.0.1 The terraform-helper skill bundle is a purely informational reference tool. The shell script (scripts/script.sh) uses static heredocs to output documentation for various Terraform-related topics, and the SKILL.md instructions accurately reflect this behavior without any hidden commands, network access, or data exfiltration logic.
Capability Assessment
Purpose & Capability
Name/description (Terraform reference helper) align with the provided assets: SKILL.md and a single shell script that print static documentation. Nothing in the repo requests unrelated cloud credentials, binaries, or system access.
Instruction Scope
SKILL.md explicitly states all outputs are plain-text heredocs with no external calls; the included scripts/script.sh implements that behavior (static heredocs, no network, no file reads). Minor inconsistencies: SKILL metadata lists version 3.0.1 while the script's VERSION is 3.0.0; show_help uses a single-quoted heredoc which prevents $VERSION expansion (functional but indicates small maintenance sloppiness).
Install Mechanism
No install spec is present (instruction-only). The single shell script will only be executed if the agent runs it; nothing will be downloaded or extracted from remote sources.
Credentials
The skill declares no required environment variables, no credentials, and the script does not read environment variables or configuration files. Requested privileges are proportional (none).
Persistence & Privilege
always is false and disable-model-invocation is not set. The skill does not request persistent presence or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install terraform-helper
  3. After installation, invoke the skill by name or use /terraform-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
Fix description
v3.0.0
Clean package
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
old template -> domain-specific v2.0.0
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
De-template, unique content, script cleanup
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.0
- Initial release of terraform-helper. - Generate production-ready Terraform (HCL) configurations for AWS, GCP, and Azure. - Supports networking, compute, databases, storage, IAM, Kubernetes, load balancers, DNS, and CDN resources. - Produces modular, parameterized code with variables, outputs, and remote state management. - Follows HashiCorp best practices for security, naming, and code organization. - Includes command-line commands for generating resources, modules, networking, compute, storage, IAM, Kubernetes, and backend configs.
Metadata
Slug terraform-helper
Version 3.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 12
Frequently Asked Questions

What is Terraform Helper?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Terraform Helper concepts, best practices, and implementation pat... It is an AI Agent Skill for Claude Code / OpenClaw, with 432 downloads so far.

How do I install Terraform Helper?

Run "/install terraform-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Terraform Helper free?

Yes, Terraform Helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Terraform Helper support?

Terraform Helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Terraform Helper?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.0.1.

💬 Comments