Install guide

Get your first OpenClaw security score in seconds.

Requirements

Skill

Install

1

Install via ClawHub

Run this command in your terminal:

$ npx clawhub install clawvitals

That's it the skill is now available in your OpenClaw installation.

Usage

2

Run a scan

In your OpenClaw messaging surface (Slack, Signal, etc.), send:

run clawvitals

You'll receive a score, RAG band, and a summary of any failing controls with exact remediation steps.

3

See the full breakdown

For a control-by-control view with detailed remediation:

show clawvitals details

ℹ️ Stateless skill ClawVitals stores nothing between sessions. Every run clawvitals is a fresh point-in-time scan. Scan history, scheduled recurring scans, exclusion management, and telemetry are part of the ClawVitals plugin.

Update

To update the skill to the latest version, run in your OpenClaw messaging surface:

update skills

Or via terminal:

$ openclaw skills update clawvitals

Start a new session after updating for the new SKILL.md to take effect.

Uninstall

To remove the skill:

$ npx clawhub@latest uninstall clawvitals

The skill is stateless there is no stored data or config to clean up.

Plugin

Install the plugin

1

Install via ClawHub

$ openclaw plugins install clawhub:claw-security-vitals

Runs independently the ClawVitals skill does not need to be installed.

2

Confirm installation

clawvitals version

Expected output:

ClawVitals Plugin v1.0.29 🔌 / Control Library v1.0.0 / OpenClaw 2026.4.15
3

Run a standard scan

run clawvitals
4

Optional: run expanded scan

Adds 8 system-level checks see expanded controls.

run clawvitals --expanded

Update the plugin

In your OpenClaw messaging surface:

update skills

Or via terminal:

$ openclaw skills update clawvitals

Start a new session after updating for changes to take effect.

Uninstall the plugin

1

Remove scheduled cron job

clawvitals set schedule none
2

Uninstall via ClawHub

$ openclaw plugins uninstall claw-security-vitals

Uninstalling does not delete your scan history. Run files are kept in ~/.openclaw/workspace/clawvitals/runs/ per your retention policy (default: 90 days).