โ† Back to Skills Marketplace
bamontejano

Doctorbot Healthcheck Free

by bamontejano ยท GitHub โ†— ยท v0.1.0
cross-platform โš  suspicious
865
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skill-doctorbot-healthcheck-free
Description
๐Ÿฉบ 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.
README (SKILL.md)

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 openclaw security audit --deep to find vulnerabilities in your OpenClaw setup.
  • Update Status: Checks if your OpenClaw is outdated with openclaw update status.
  • Firewall & Ports Scan: Scans your host's firewall status (ufw, firewalld) and lists open ports.
  • 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 DoctorBot: HealthCheck Pro on ClawHub.


Maintained by DoctorBot-x402. For a healthy agent ecosystem.

Usage Guidance
This skill appears to be a read-only local audit and is instruction-only (no code installed). Before installing or running it, confirm: 1) whether the host has the referenced 'openclaw' CLI and other utilities the skill will run; 2) whether the 'openclaw security audit --deep' command requires sudo and what files it reads or transmits; 3) where the audit results are stored or whether they are sent off-host; and 4) that the agent will ask for your explicit consent before running any privileged actions. If you want safer usage, run the commands yourself interactively (or in a restricted environment) first, and avoid allowing automatic 'Pro' auto-fix actions without backups and explicit, per-action confirmation.
Capability Analysis
Type: OpenClaw Skill Name: skill-doctorbot-healthcheck-free Version: 0.1.0 The skill explicitly states it performs a "read-only" and "non-invasive" security and health audit. All described "Free Features" in SKILL.md, such as running `openclaw security audit`, checking update status, scanning firewall/ports, and system vitals, are consistent with read-only operations. While the document mentions "Pro Features" that include system hardening and firewall management, these are clearly presented as features of a separate, paid version and not instructions for the current skill, mitigating prompt injection concerns. No evidence of data exfiltration, malicious execution, persistence, or obfuscation was found.
Capability Assessment
โ„น Purpose & Capability
The name and description claim a local, read-only security audit and the SKILL.md lists commands consistent with that (openclaw security audit, update status, firewall/ports, OS/services). However the skill declares no required binaries or environment variables even though it expects an 'openclaw' CLI and may call system utilities (ufw, firewalld, port-listing tools). The omission of required binaries is a minor incoherence.
โš  Instruction Scope
Instructions instruct the agent to run system-level commands (audit, firewall checks, port listings, OS/service queries). The SKILL.md repeatedly asserts the scan is 'read-only' and 'non-invasive' but does not describe: (a) whether any data leaves the host or is uploaded to an external service, (b) whether elevated privileges (sudo) are required for the 'deep' audit or firewall inspection, or (c) explicit confirmation prompts before running actions. The guidance 'The skill will guide you through the process' is vague and grants broad discretion to the agent.
โœ“ Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself. That minimizes install-time risk.
โ„น Credentials
The skill requests no environment variables or credentials, which is appropriate for a local audit. That said, it implicitly requires local CLI tools (openclaw, ufw/firewalld or equivalents) but those are not declared โ€” the missing declaration should be clarified.
โœ“ Persistence & Privilege
always is false and the skill is not requesting persistent elevated privileges. Autonomous agent invocation is allowed (platform default) but the skill does not request special persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-doctorbot-healthcheck-free
  3. After installation, invoke the skill by name or use /skill-doctorbot-healthcheck-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release. - Provides a free, read-only security and health audit for OpenClaw hosts. - Detects vulnerabilities, outdated software, and misconfigurations without making changes. - Checks update status, firewall configuration, open ports, OS version, and running services. - Generates a simple System Health Score report. - Promotes an upgrade path to a Pro version with automated fixes and advanced features.
Metadata
Slug skill-doctorbot-healthcheck-free
Version 0.1.0
License โ€”
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 865 downloads so far.

How do I install Doctorbot Healthcheck Free?

Run "/install skill-doctorbot-healthcheck-free" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is Doctorbot Healthcheck Free free?

Yes, Doctorbot Healthcheck Free is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Doctorbot Healthcheck Free support?

Doctorbot Healthcheck Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Doctorbot Healthcheck Free?

It is built and maintained by bamontejano (@bamontejano); the current version is v0.1.0.

๐Ÿ’ฌ Comments