Doc - Sysadmin Ubuntu 24.04 for Openclaw

An automated IT specialist skill for Ubuntu 24.04 designed to monitor system health, optimize performance, and perform safe disk maintenance.

zelzaclaw
v1.0.0
Feb 26, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install doc-sysadmin

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install doc-sysadmin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Doc - Sysadmin Ubuntu 24.04?

The doc-sysadmin skill acts as a dedicated IT specialist for your Ubuntu 24.04 environment. It is designed to treat the host system with the utmost care, monitoring vital signs like disk space, RAM usage, and system load averages to prevent performance degradation. By integrating this skill into your workflow via Openclaw Skills, you ensure that your development environment remains clean, fast, and stable through automated diagnostics and safe maintenance routines.

This skill is particularly valuable for developers who need to manage their own host systems without manually running repetitive diagnostic commands. It balances proactive monitoring with a safety-first approach, requiring user confirmation for any destructive actions outside of standard temporary directories and trash folders.

Doc - Sysadmin Ubuntu 24.04 Use Cases

  • Running daily health checks to monitor disk usage and memory consumption.
  • Automated cleaning of system trash, temporary files, and APT cache to reclaim space.
  • Identifying and troubleshooting system slowness caused by CPU-heavy or zombie processes.
  • Performing safe RAM optimization by syncing and dropping caches during heavy workloads.

How Doc - Sysadmin Ubuntu 24.04 Works

  1. The skill executes a series of health check commands to calculate percentage-based usage of RAM and disk space.
  2. It scans for system anomalies such as zombie processes or failed systemd services.
  3. Based on the diagnostics, it recommends specific cleanup actions for safe directories like /tmp and trash.
  4. Upon user approval, it uses elevated permissions to perform optimizations like clearing the APT cache or dropping memory caches.
  5. It generates a comprehensive report comparing the system state before and after the maintenance tasks.

Doc - Sysadmin Ubuntu 24.04 Setup

To deploy the doc-sysadmin skill within your Openclaw Skills configuration, ensure the environment allows for elevated execution. You can test the primary maintenance scripts using the following commands:

# Run a full system health diagnostic
./full_check.sh

# Execute a safe system cleanup
./safe_cleanup.sh

Note: Ensure your user has sudo privileges as the skill requires elevated: true metadata to manage system-level caches and logs.

Doc - Sysadmin Ubuntu 24.04 Data Schema & Taxonomy

The doc-sysadmin skill organizes its monitoring and reporting data around the following system metrics:

Metric Category Targeted Data Points Monitoring Tool
Storage Root partition usage, APT cache size df, du
Memory RAM utilization, Swap usage, Page caches free, /proc/sys/vm
Processes CPU/MEM top consumers, Zombie counts ps, awk
Logs Rotated .gz logs, systemd failed units systemctl, find
Cleanable Paths ~/.local/share/Trash, /tmp/*.tmp rm, find

Doc - Sysadmin Ubuntu 24.04 Advanced Features

  • Proactive threshold alerting that triggers when disk space falls below 10% or RAM exceeds 90%.
  • Elevated sudo support for system-level optimizations and administrative maintenance.
  • Intelligent zombie process identification and reporting for better process management.
  • Non-intrusive I/O wait analysis to diagnose performance bottlenecks at the hardware level.
  • Integration with the grok-4-1-fast model for rapid diagnostic analysis within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*