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