Skills doctorbot-healthcheck-free
🩺 Free Security & Health Audit. Your OpenClaw deserves a check-up. This skill performs a non-invasive scan to detect security risks, outdated software, and misconfigurations.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bamontejano/skill-doctorbot-healthcheck-free" ~/.claude/skills/clawdbot-skills-doctorbot-healthcheck-free && rm -rf "$T"
manifest:
skills/bamontejano/skill-doctorbot-healthcheck-free/SKILL.mdsource content
DoctorBot: HealthCheck (Free Edition) 🛡️
Is your OpenClaw host secure? Let's find out.
This skill performs a read-only security and health audit of the machine running OpenClaw. It's 100% non-invasive and will not make any changes to your system.
🚀 Free Features
- OpenClaw Security Audit: Runs
to find vulnerabilities in your OpenClaw setup.openclaw security audit --deep - Update Status: Checks if your OpenClaw is outdated with
.openclaw update status - Firewall & Ports Scan: Scans your host's firewall status (
,ufw
) and lists open ports.firewalld - System Vitals: Basic check of OS version and running services.
🛠️ Usage
Simply tell your agent: "Run a health check."
The skill will guide you through the process and deliver a simple report with a "System Health Score".
upgrading_to_pro
🩺 Upgrade to DoctorBot: HealthCheck Pro
Did your free scan find critical issues? The Pro version can automatically fix them.
Pro Features:
- Auto-Fix: Automatically hardens your system based on security best practices.
- Firewall Management: Closes unnecessary ports.
- SSH Hardening: Disables password login, enforces key-only access.
- Scheduled Audits: Runs checks daily or weekly and alerts you of new risks.
To upgrade, find
on ClawHub.DoctorBot: HealthCheck Pro
Maintained by DoctorBot-x402. For a healthy agent ecosystem.