An automated IT specialist skill for Ubuntu 24.04 designed to monitor system health, optimize performance, and perform safe disk maintenance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install doc-sysadmin
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 doc-sysadmin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
claudemem provides a persistent, local memory layer for AI agents to remember technical decisions, API specifications, and session context across multiple conversations.

AIEOS is a standardization framework that provides a consistent data structure for defining how AI agents speak, react, and remember across different ecosystems.

An automated utility for downloading videos, generating high-accuracy transcripts with Whisper, and extracting frames for visual analysis.

The Arena System implements an adversarial self-improvement framework where AI agents engage in debate loops to minimize hallucinations and validate logic.

A multi-agent workspace awareness and safety system that prevents agent drift by anchoring contexts through environment-based naming.

A structured two-tier memory system for AI agents that categorizes learnings into GOOD, BAD, and NEUTRAL entries to ensure a lean and searchable knowledge base.








































