status
星标2
分支0
更新时间2026年7月15日 01:54
Show current state of OCI infrastructure — IPs, resources, drift
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Show current state of OCI infrastructure — IPs, resources, drift
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a new OCI Terraform module following project conventions
Open or close a TCP/UDP port on the instance — updates security list and iptables
Deploy or update OCI infrastructure — runs plan and apply
Interactive setup wizard — walks through OCI configuration with guided questions
Manage SSH access to the OCI instance — open, connect, or close
| name | status |
| description | Show current state of OCI infrastructure — IPs, resources, drift |
| allowed-tools | Bash, Read, Grep, Glob |
Show the current state of the deployed OCI infrastructure.
terraform -chdir=terraform/environments/oci-prod show (if it fails, tell the user nothing is deployed yet)terraform -chdir=terraform/environments/oci-prod output to get all outputsterraform -chdir=terraform/environments/oci-prod plan and report any differences between state and actual infrastructure