A comprehensive security auditing and remediation tool for OpenClaw configuration files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oc-security-hardener
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 oc-security-hardener using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The security-hardener is a specialized utility designed to identify and remediate security vulnerabilities within an OpenClaw deployment. By scanning the openclaw.json configuration file, it detects critical risks such as exposed API keys, insecure gateway bindings, and overly permissive execution environments, ensuring your Openclaw Skills operate within a secure framework.
This tool provides a comprehensive security score and actionable recommendations, allowing developers to move from a fair or poor security posture to production-ready excellence. It bridges the gap between rapid agent deployment and professional-grade security standards.
To begin securing your environment, use the following commands within your Openclaw Skills setup:
# Perform a full security audit (read-only)
python scripts/hardener.py audit
# Automatically fix common security issues (creates a backup first)
python scripts/hardener.py fix
# Scan specifically for exposed API keys or secrets
python scripts/hardener.py scan-secrets
# Generate a detailed markdown report for your team
python scripts/hardener.py report -o security-report.md
The security-hardener interacts with configuration files and produces structured audit data. The following schema defines its primary inputs and outputs:
| Component | Type | Description |
|---|---|---|
| openclaw.json | Input | The primary configuration file scanned for vulnerabilities and insecure defaults. |
| .env | Input | Analyzed to ensure credentials are properly externalized from the main config. |
| audit_report | Output | A structured report available in Markdown or JSON format containing the security score. |
| config_backups | Output | Timestamped copies of configuration files created before an automated fix is applied. |
Loading
An automated utility to aggregate weather, crypto prices, news, and system health into a unified daily briefing.

A CLI-driven engine that transforms long-form articles into optimized content for Twitter, LinkedIn, Instagram, and email.

A comprehensive cost tracking and optimization utility for monitoring AI API usage, infrastructure expenses, and subscription renewals.

A powerful utility to schedule and manage Openclaw Skills using plain English commands instead of complex cron syntax.

A structured operational journal that automates incident timelines, deployment logging, and searchable postmortem generation.

A unified monitoring tool for tracking multiple passive income streams, including bandwidth nodes, decentralized storage, and DeFi staking.








































