ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cpu

Monitor CPU load, per-core usage, and rank top resource-consuming processes. Use when checking temperatures, ranking processes, tracking load.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/cpu
Or

Cpu

Cpu v2.0.0 — a sysops toolkit for scanning, monitoring, reporting, alerting, benchmarking, and managing system operations. Each command logs timestamped records locally, providing a lightweight operations journal for tracking system events, fixes, backups, and performance comparisons.

Commands

CommandDescription
cpu scan <input>Record a scan result (or view recent scans with no args)
cpu monitor <input>Log a monitoring observation (or view recent monitors)
cpu report <input>Record a report entry (or view recent reports)
cpu alert <input>Log an alert event (or view recent alerts)
cpu top <input>Record a top-process snapshot (or view recent tops)
cpu usage <input>Log a usage measurement (or view recent usage records)
cpu check <input>Record a health check (or view recent checks)
cpu fix <input>Log a fix or remediation (or view recent fixes)
cpu cleanup <input>Record a cleanup action (or view recent cleanups)
cpu backup <input>Log a backup event (or view recent backups)
cpu restore <input>Record a restore operation (or view recent restores)
cpu log <input>Add a general log entry (or view recent log entries)
cpu benchmark <input>Record a benchmark result (or view recent benchmarks)
cpu compare <input>Log a comparison (or view recent comparisons)
cpu statsShow summary statistics across all log files
cpu search <term>Search all entries for a keyword (case-insensitive)
cpu recentShow the 20 most recent activity entries
cpu statusHealth check — version, entry count, disk usage, last activity
cpu helpDisplay all available commands
cpu versionPrint version string

Each operations command (scan, monitor, report, alert, top, usage, check, fix, cleanup, backup, restore, log, benchmark, compare) works identically:

  • With arguments: saves a timestamped entry to ~/.local/share/cpu/<command>.log and logs to history.log
  • Without arguments: displays the 20 most recent entries from that command's log file

Data Storage

All data is stored locally in ~/.local/share/cpu/:

FileContents
scan.logSystem scan results
monitor.logMonitoring observations
report.logReport entries
alert.logAlert events
top.logTop-process snapshots
usage.logUsage measurements
check.logHealth check records
fix.logFix/remediation records
cleanup.logCleanup action records
backup.logBackup event records
restore.logRestore operation records
log.logGeneral log entries
benchmark.logBenchmark results
compare.logComparison records
history.logUnified activity log for all commands

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-cpu": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#cpu#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.