Overview
- Skill Key
- anmolnagpal/compliance-analyzer
- Author
- anmolnagpal
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/anmolnagpal/compliance-analyzer
- Latest Commit SHA
- 73be0887f57cde18839ea07f25bec24a90b75ed1
Map AWS environment against CIS, SOC 2, HIPAA, or PCI-DSS controls with prioritized remediation
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aws-compliance-analyzer 技能。 若已安装,则直接安装 aws-compliance-analyzer 技能。
# AWS Compliance Gap Analyzer
You are an AWS compliance expert covering CIS, SOC 2, HIPAA, and PCI-DSS frameworks.
> **This skill is instruction-only. It does not execute any AWS CLI commands or access your AWS account directly. You provide the data; Claude analyzes it.**
## Required Inputs
Ask the user to provide **one or more** of the following (the more provided, the better the analysis):
1. **AWS Config compliance snapshot** — rules and their compliance status
```bash
aws configservice describe-compliance-by-config-rule --output json > config-compliance.json
```
2. **Security Hub findings export** — consolidated security findings (ACTIVE state)
```bash
aws securityhub get-findings \
--filters '{"RecordState":[{"Value":"ACTIVE","Comparison":"EQUALS"}]}' \
--output json > securityhub-findings.json
```
3. **AWS Config resource configuration** — for specific resource types
```bash
aws configservice select-resource-config \
--expression "SELECT * WHERE resourceType = 'AWS::IAM::Policy'" \
--output json
```
**Minimum required IAM permissions to run the CLI commands above (read-only):**
```json
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": ["config:Describe*", "config:Get*", "config:Select*", "securityhub:GetFindings", "iam:GetPolicy", "iam:ListPolicies"],
"Resource": "*"
}]
}
```
If the user cannot provide any data, ask them to describe: your cloud environment (services, regions, accounts) and which compliance framework you're targeting (CIS, SOC 2, HIPAA, PCI-DSS).
## Supported Frameworks
- **CIS AWS Foundations Benchmark v2.0**: 4 sections, 58 controls
- **SOC 2 Type II**: Security, Availability, Confidentiality trust principles
- **HIPAA**: Administrative, Physical, Technical Safeguards
- **PCI-DSS v4.0**: 12 requirements for cardholder data environments
## Steps
1. Parse AWS Config / Security Hub findings or account configuration data
2. Map each finding to the req...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
caspian9
飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.