← Back to Skills Marketplace
Terraform
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
155
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install terraform-integration
Description
Terraform integration. Manage data, records, and automate workflows. Use when the user wants to interact with Terraform data.
Usage Guidance
This skill is coherent but you should be aware it requires installing and running the Membrane CLI (npm install -g @membranehq/cli) and authenticating to the Membrane service, which will mediate access to your Terraform data. Before installing: (1) verify the npm package and Membrane service are from sources you trust, (2) review Membrane's privacy/permissions and understand what access the created connection will have to providers and state, and (3) consider running the CLI in an isolated environment if you handle sensitive cloud credentials. Do not share raw provider API keys to the agent; follow the described connection/login flow so Membrane can manage credentials server-side.
Capability Analysis
Type: OpenClaw Skill
Name: terraform-integration
Version: 1.0.3
The skill provides a standard integration for managing Terraform infrastructure via the Membrane CLI. The instructions in SKILL.md guide the agent to use the 'membrane' command-line tool for authentication and action execution, explicitly advising against asking users for raw API keys or secrets. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is consistent with the stated purpose of infrastructure automation.
Capability Assessment
Purpose & Capability
Name/description (Terraform integration) match the instructions: the SKILL.md tells the agent to use the Membrane CLI and a terraform connector. No unrelated credentials, binaries, or access are requested.
Instruction Scope
Instructions focus on installing and using the Membrane CLI, logging in, creating a connection, discovering and running actions. They do not instruct reading arbitrary local files, accessing unrelated env vars, or exfiltrating data to unexpected endpoints. Network access and a Membrane account are explicitly required and justified.
Install Mechanism
There is no formal install spec in the registry metadata, but SKILL.md instructs the user to run 'npm install -g @membranehq/cli@latest' (and also recommends using npx). Installing a published npm package is a standard approach but does pull remote code from the npm registry; this is expected for a CLI-based integration but carries the usual npm-package risks (use official package, review package provenance).
Credentials
The skill declares no required environment variables or credentials. Authentication is handled interactively through Membrane (browser or headless code flow), which is coherent with the claim that Membrane manages credentials server-side.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configs. It relies on the Membrane CLI and interactive login; autonomous invocation remains the platform default but is not combined with other concerning privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install terraform-integration - After installation, invoke the skill by name or use
/terraform-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Terraform?
Terraform integration. Manage data, records, and automate workflows. Use when the user wants to interact with Terraform data. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Terraform?
Run "/install terraform-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Terraform free?
Yes, Terraform is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Terraform support?
Terraform is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Terraform?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills