workspace/skills/terraform-operations/SKILL.md
Execute local Terraform operations with ServiceNow change control.
npx skillsauth add automateyournetwork/netclaw terraform-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute local Terraform operations with ServiceNow change control.
| Tool | Description |
|------|-------------|
| terraform_init | Initialize Terraform working directory |
| terraform_validate | Validate configuration syntax |
| terraform_fmt | Format configuration files |
| terraform_plan | Generate execution plan |
| terraform_apply | Apply changes (REQUIRES CR) |
| terraform_destroy | Destroy infrastructure (REQUIRES CR) |
| terraform_output | Show output values |
| terraform_state_list | List resources in state |
| terraform_import | Import existing infrastructure |
terraform_apply and terraform_destroy require an approved ServiceNow Change Request. The CR must be in Implement state before these operations execute.
Run terraform init in the vpc directory
Validate the staging configuration
Generate a plan for the production network
Show terraform outputs for the current workspace
This skill uses the terraform-mcp server with Operations toolset enabled.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.