원클릭으로
setup-cloak
Set up CLOAK development environment. Use when the user wants to install, configure, or troubleshoot CLOAK setup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up CLOAK development environment. Use when the user wants to install, configure, or troubleshoot CLOAK setup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enumerate EC2 instances, security groups, and VPCs in AWS environments. Use when the user asks about EC2 security assessment, instance inventory, network configuration review, or security group analysis.
Enumerate IAM users, roles, and policies in AWS environments. Use when the user asks about IAM security assessment, identity enumeration, privilege review, or IAM inventory.
Enumerate Lambda functions and their policies in AWS environments. Use when the user asks about serverless security assessment, function inventory, or Lambda resource-based policy review.
Enumerate S3 buckets, ACLs, and policies in AWS environments. Use when the user asks about S3 security assessment, bucket enumeration, storage misconfiguration detection, or S3 permissions review.
Assume IAM roles and obtain temporary security credentials. Use when the user asks about role assumption, cross-account access, or obtaining temporary credentials.
| name | setup-cloak |
| description | Set up CLOAK development environment. Use when the user wants to install, configure, or troubleshoot CLOAK setup. |
Guide users through CLOAK environment setup.
Run verification to check current status:
poetry run python .claude/skills/setup-cloak/scripts/verify_setup.py
The script outputs JSON with status of each component. Use this to determine which steps are needed.
Note: Always use poetry run python to ensure the script runs in the Poetry virtual environment with all dependencies available.
Verify Python 3.11+ is installed. If not, user must install Python first.
Install Poetry if not available. Use pipx (recommended) or the official installer.
poetry install
Configure AWS credentials using any standard method (environment variables, ~/.aws/credentials, SSO, or IAM role).
Required permissions: See docs/SETUP.md for the complete IAM policy.
poetry run python -m cloak.cli --validate-connection
Run the verification script again to confirm all components are ready.
Setup is complete when verify_setup.py shows "ready": true.
See docs/TROUBLESHOOTING.md for common issues.
Setup is complete! Here are some things you can try:
S3 Storage Security
IAM Identity Assessment
EC2 Network Security
Lambda Function Security
Or invoke a skill directly for guided assessments: /aws-s3, /aws-iam, /aws-ec2, /aws-lambda