AgentSkillsCN

cloud

通过OpenTofu/Terranix进行云基础设施管理。适用于AWS基础设施的资源调配与部署。

SKILL.md
--- frontmatter
name: cloud
description: Cloud infrastructure management via OpenTofu/Terranix. Use for AWS infrastructure provisioning.
capabilities:
  - execute

Usage

bash
# Show current infrastructure status
cloud status

# Create/update infrastructure
cloud create

# Destroy infrastructure
cloud destroy

Requires AWS credentials in .env file (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY). Uses Terranix to generate Terraform configs and OpenTofu to apply them.