An expert analysis skill that maps exported AWS environment data against major compliance frameworks like CIS, SOC 2, HIPAA, and PCI-DSS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install compliance-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install compliance-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AWS Compliance Gap Analyzer is a specialized technical resource within the Openclaw Skills ecosystem designed for security engineers and compliance officers. It functions as an instruction-only expert that processes AWS Config snapshots and Security Hub findings without requiring direct access to your cloud account. By synthesizing complex cloud telemetry, it helps organizations identify critical security gaps and provides actionable, step-by-step remediation plans.
This skill bridges the gap between raw cloud metadata and auditor requirements. It transforms technical exports into structured compliance reports, making it an essential tool for teams preparing for high-stakes audits or maintaining continuous security posture. By utilizing Openclaw Skills for this analysis, users ensure their data stays under their control while benefiting from enterprise-grade compliance logic.
To utilize this analyzer within Openclaw Skills, you must provide exported JSON data from your AWS environment. Use the following bash commands to gather the necessary telemetry:
# Export Security Hub findings for analysis
aws securityhub get-findings --filters '{"RecordState":[{"Value":"ACTIVE","Comparison":"EQUALS"}]}' --output json > securityhub-findings.json
# Export AWS Config compliance status
aws configservice describe-compliance-by-config-rule --output json > config-compliance.json
Ensure your local AWS CLI profile has the minimum required read-only permissions for config:* and securityhub:GetFindings before running these exports.
The skill organizes its output into several structured components to facilitate both technical remediation and management reporting:
| Report Section | Content Details |
|---|---|
| Control Status Table | Maps Control IDs (e.g., CIS 1.14) to pass/fail status and supporting evidence. |
| Gap Priority Matrix | A classification of issues into Critical Gaps, Quick Wins, and Long-Term Projects. |
| Remediation Runbooks | Step-by-step technical instructions including specific AWS CLI commands. |
| Evidence Narrative | Auditor-friendly explanations of how resources meet or fail specific controls. |
| Compliance Score | A percentage-based breakdown of compliance health per domain. |
Loading
A specialized AI security analyst that detects threats, unauthorized changes, and MITRE ATT&CK patterns within AWS CloudTrail logs.

A specialized analytical tool designed to audit Google Cloud BigQuery usage and slash unexpected costs through pattern analysis and storage optimization.

A specialized AI tool for identifying and eliminating hidden Azure networking and data egress costs through intelligent data analysis.

An automated AWS cost incident responder that translates complex billing spikes into actionable root cause analysis and containment steps.

An expert analysis tool that identifies the optimal mix of Google Cloud commitments to maximize cost savings and minimize financial risk.

An automated cloud auditing tool that identifies and eliminates hidden AWS data transfer and NAT Gateway expenses.








































