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.
tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
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
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.