🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Syscheck

by @xueyetianya

System health checker and diagnostics tool. Quick overview of CPU usage, memory, disk space, uptime, load average, and running processes. Monitor system reso...

Versionv1.0.5
Downloads651
Installs1
TERMINAL
clawhub install syscheck

πŸ“– About This Skill


name: SysCheck description: "System health checker and diagnostics tool. Quick overview of CPU usage, memory, disk space, uptime, load average, and running processes. Monitor system resources, check service status, and get instant system health reports. Essential sysadmin toolkit." version: "2.0.0" author: "BytesAgain" tags: ["system","monitor","health","cpu","memory","disk","admin","devops","linux"] categories: ["System Tools", "Developer Tools", "Utility"]

SysCheck

Quick system health at a glance. Know your machine's status in one command.

Commands

  • overview β€” Full system health summary
  • cpu β€” CPU usage and load average
  • memory β€” Memory and swap usage
  • disk β€” Disk space usage
  • processes β€” Top processes by CPU/memory
  • uptime β€” System uptime info
  • Usage Examples

    syscheck overview
    syscheck cpu
    syscheck disk
    

    Powered by BytesAgain | bytesagain.com

    When to Use

  • when you need quick syscheck from the command line
  • to automate syscheck tasks in your workflow
  • Output

    Returns logs to stdout. Redirect to a file with syscheck run > output.txt.


    *Powered by BytesAgain | bytesagain.com* *Feedback & Feature Requests: https://bytesagain.com/feedback*

    ⚑ When to Use

    TriggerAction
    - to automate syscheck tasks in your workflow