Terraform Helper

v3.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Terraform Helper concepts, best practices, and implementation pat...

0· 350·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9788p33b2bs8rxzbxe8n9mqzx83hnbrproductivityvk97cyxp3vcja3sss86mgzc38rx82r13s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments