Converts raw AWS GuardDuty security findings into human-readable incident summaries and prioritized response playbooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install guardduty-explainer
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 guardduty-explainer 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 GuardDuty Explainer is a specialized security analysis tool designed to bridge the gap between complex JSON security logs and actionable human intelligence. As part of the Openclaw Skills library, this skill helps security teams quickly interpret threats like unauthorized access, crypto-mining, and exfiltration without needing deep AWS CLI expertise. It provides a safe, instruction-only environment where Claude analyzes exported security data to generate immediate action plans, ensuring your cloud infrastructure remains secure and compliant.
To use this skill from the Openclaw Skills collection, ensure you have the necessary read-only permissions in your AWS environment. Use the following commands to gather finding data for analysis:
# List active findings with severity >= 4
aws guardduty list-findings \
--detector-id $(aws guardduty list-detectors --query 'DetectorIds[0]' --output text) \
--finding-criteria '{\"Criterion\":{\"severity\":{\"Gte\":4}}}' \
--output json
# Get details for a specific finding
aws guardduty get-findings \
--detector-id $(aws guardduty list-detectors --query 'DetectorIds[0]' --output text) \
--finding-ids <finding-id> \
--output json
The skill processes GuardDuty finding JSON objects and organizes the output into a structured report format:
| Component | Description |
|---|---|
| Finding Metadata | Type, Severity, Resource ID, and Actor IP/IAM User |
| Impact Analysis | Plain-English summary of the threat and its risks |
| Security Context | MITRE ATT&CK technique mapping and False Positive likelihood |
| Playbook | Ordered phases: Contain, Investigate, Remediate, and Harden |
| CLI Reference | Pre-formatted commands for manual remediation actions |
Loading
Automate the generation of executive-ready AWS cost reports with detailed team-level chargeback and actionable savings insights.

An expert AI security auditor for Microsoft Entra ID that identifies identity risks, over-privileged accounts, and access gaps using exported tenant data.

An AI-driven analysis tool designed to eliminate after-hours Azure development and testing waste through data-backed recommendations.

An AI-powered security analyst that transforms raw Microsoft Defender for Cloud data into a prioritized, CISO-ready remediation roadmap.

Automate the detection of over-privileged AWS IAM policies and generate secure, least-privilege replacements to prevent cloud breaches.

A professional-grade cloud hygiene tool that scans AWS environments to identify and report on idle or orphaned resources generating unnecessary costs.








































