A zero-dependency Python integration for managing Terraform Cloud workspaces, runs, plans, and state via the REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install terraform-cloud
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install terraform-cloud using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Terraform Cloud skill provides a robust interface for AI agents to interact with HashiCorp's Terraform Cloud platform. By leveraging this tool within Openclaw Skills, developers can programmatically control their Infrastructure as Code (IaC) environments without leaving their agentic workflow. It covers the entire lifecycle of infrastructure management, from initial workspace provisioning to executing runs and managing state versions.
This implementation is built using Python 3.10+ and relies strictly on the standard library, ensuring a lightweight and secure footprint. It serves as a bridge between high-level AI instructions and the technical REST API calls required to maintain cloud infrastructure at scale.
To integrate this into your Openclaw Skills environment, ensure you have Python 3.10+ installed and configure your credentials:
# Set required environment variables
export TFC_TOKEN="your_terraform_cloud_api_token"
export TFC_ORG="your_organization_name"
# Verify the installation by listing organizations
python3 scripts/terraform-cloud.py orgs
The skill organizes data based on the Terraform Cloud resource hierarchy. All outputs are structured JSON objects containing key metadata:
| Resource | Key Metadata Fields |
|---|---|
| Workspaces | id, name, auto-apply, terraform-version, description |
| Runs | id, status, is-confirmable, message |
| Variables | id, key, value, sensitive, category |
| Plans | id, status, resource-additions, resource-destructions |
| Teams | id, name, users-count |
Loading
A comprehensive telecommunications bridge for AI agents to manage voice calls, SMS/MMS messaging, SIP trunking, and fax services.

A professional automation toolkit for building customer-facing Telegram bots with lead generation, payment processing, and FAQ capabilities.

A hands-free maintenance tool for OpenClaw that automatically checks for, applies, and verifies version updates with built-in rollback protection.

A comprehensive security auditing tool designed to detect malicious code, prompt injection, and obfuscated payloads in Openclaw Skills before installation.

A comprehensive Python-based CLI tool to programmatically manage Thinkific courses, students, enrollments, and financial records.

A comprehensive integration for the Toast POS system allowing AI agents to manage restaurant orders, menus, and staff operations.








































