ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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