One-click install
npx skills add https://github.com/engineai-nz/engineai-skills --skill openclaw-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-audit
Source: https://github.com/engineai-nz/engineai-skills/tree/main/infra/openclaw-audit
Command: npx skills add https://github.com/engineai-nz/engineai-skills --skill openclaw-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps you quickly identify security weaknesses, operational risks, and misconfiguration issues on your OpenClaw VM so you can keep the server stable and protected.

Core Features & Use Cases

  • End-to-end server benchmark: Executes remote checks over SSH and produces a PASS/WARN/FAIL summary.
  • Section-based auditing: Lets you run targeted scans for security, health, updates, Docker, or OpenClaw application configuration.
  • Actionable remediation guidance: Provides remediation priorities (FAIL first, security before health) to reduce time-to-fix.
  • Use case: After noticing unusual behavior or before a release, run a full audit to confirm hardening, patch status, container health, and OpenClaw config safety.

Quick Start

Run the full audit against [email protected] by asking the AI: run the OpenClaw environment audit on the host [email protected] for all sections.

Frequently Asked Questions about openclaw-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a server security audit over SSH?

SSH hardening checks evaluate your server configuration against security benchmarks, producing a PASS, WARN, or FAIL summary for each check. Findings are prioritized with FAIL items addressed first, followed by security issues before general system health concerns.

Can I audit specific sections like Docker health or system updates separately?

Yes, you can run targeted scans for specific sections including security hardening, system health, patch and update status, Docker health, and OpenClaw application configuration. This section-based auditing lets you isolate and investigate specific areas of your VM.

What does a VM compliance check include for OpenClaw environments?

A VM compliance check for OpenClaw includes security hardening, system health, patch and update status, Docker container health, and OpenClaw application configuration risks. It runs SSH-based benchmark checks and sectioned diagnostics to identify operational risks and misconfigurations.

How do I fix security warnings found during a server benchmark?

Fix security warnings by following the actionable remediation guidance provided after the audit, which maps each WARN or FAIL result to specific remediation steps. The guidance prioritizes FAIL items first, then security issues before general health concerns.

When should I run a full server health and security audit?

Run a full server health and security audit before a release or after noticing unusual behavior on your OpenClaw VM. This confirms your hardening, patch status, container health, and application configuration safety to keep the server stable and protected.