system-monitor

System resource monitoring (CPU, memory, disk, network). Use when user asks "system status", "CPU usage", "memory usage", "disk space", or wants to monitor system resources.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "system-monitor" with this command: npx skills add yushimohuang/system-monitor-tool

System Monitor

Monitor system resources in real-time.

Commands

System Overview

When user says: "system status", "how's the system"

bash skills/system-monitor-1.0.0/scripts/monitor.sh status

CPU Usage

When user says: "CPU usage", "how's CPU"

bash skills/system-monitor-1.0.0/scripts/monitor.sh cpu

Memory Usage

When user says: "memory usage", "RAM status"

bash skills/system-monitor-1.0.0/scripts/monitor.sh memory

Disk Usage

When user says: "disk space", "storage status"

bash skills/system-monitor-1.0.0/scripts/monitor.sh disk

Network Status

When user says: "network status", "connection info"

bash skills/system-monitor-1.0.0/scripts/monitor.sh network

Process List

When user says: "top processes", "what's using CPU"

bash skills/system-monitor-1.0.0/scripts/monitor.sh processes [--top 10]

Temperature (if available)

When user says: "CPU temperature", "system temp"

bash skills/system-monitor-1.0.0/scripts/monitor.sh temp

Examples

# Full system status
bash skills/system-monitor-1.0.0/scripts/monitor.sh status

# Check disk space
bash skills/system-monitor-1.0.0/scripts/monitor.sh disk

# Top 5 processes
bash skills/system-monitor-1.0.0/scripts/monitor.sh processes --top 5

# Monitor mode (continuous)
bash skills/system-monitor-1.0.0/scripts/monitor.sh watch --interval 5

Response Format

🖥️  **System Status** (2026-03-10 12:30:00)

**CPU:** 25% (4 cores)
**Memory:** 8.2GB / 16GB (51%)
**Disk:** 256GB / 512GB (50%)
**Network:** 🟢 Connected (WiFi)
**Uptime:** 3 days, 4 hours

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng