Automate AWS compliance evidence collection with 15 read-only checks for seamless GRC integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auditclaw-aws
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 auditclaw-aws using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AuditClaw AWS is a robust companion skill for auditclaw-grc designed to automate the collection of compliance evidence directly from AWS environments. As part of the Openclaw Skills ecosystem, it executes 15 specialized read-only API checks across critical services such as S3, IAM, CloudTrail, and VPC. This skill is built with a security-first approach, requiring no write or delete permissions, ensuring that your cloud infrastructure remains untouched while you gather the data needed for SOC2, ISO 27001, or HIPAA audits.
By synthesizing complex cloud configurations into actionable evidence, AuditClaw AWS empowers developers and compliance officers to maintain a continuous audit posture. It maps technical findings directly to compliance controls and stores them in a centralized database, significantly reducing the manual effort involved in multi-cloud or large-scale AWS account management.
aws configure
pip install -r scripts/requirements.txt
scripts/iam-policy.json to ensure the skill has the necessary read-only permissions.auditclaw-scanner) and ensure you have access to the credentials.python3 scripts/aws_evidence.py --test-connection
Evidence collected by this skill is organized within the GRC database with the following metadata taxonomy:
| Attribute | Description |
|---|---|
| source | Hardcoded to "aws" to identify the evidence origin. |
| type | Set to "automated" to distinguish from manual uploads. |
| control_id | The specific compliance control (SOC2/ISO) the check satisfies. |
| description | A human-readable summary of the finding (e.g., "S3 Default Encryption Status"). |
| file_content | A full JSON payload containing the raw technical details of the AWS check. |
Data is stored locally in a SQLite schema to ensure privacy and offline accessibility for Openclaw Skills users.
Loading
A robust two-file Write-Ahead Log system designed to prevent agent amnesia during session crashes or context compaction.

A high-performance browser automation skill for executing custom Node.js Playwright scripts to scrape, test, and automate complex web workflows.

An intelligent command generator that translates natural language video editing requests into optimized FFmpeg execution strings.

A powerful utility for scanning, auditing, and purging stale Python virtual environments and node_modules to reclaim storage space.

A specialized tool for collecting read-only Azure compliance evidence and security findings for GRC workflows.

A comprehensive Title IV compliant financial aid management system for handling student awards, scholarships, and federal reporting.








































