cpu
Monitor CPU load, per-core usage, and rank top resource-consuming processes. Use when checking temperatures, ranking processes, tracking load.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/cpuCpu
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
| Command | Description |
|---|---|
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 stats | Show summary statistics across all log files |
cpu search <term> | Search all entries for a keyword (case-insensitive) |
cpu recent | Show the 20 most recent activity entries |
cpu status | Health check — version, entry count, disk usage, last activity |
cpu help | Display all available commands |
cpu version | Print 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>.logand logs tohistory.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/:
| File | Contents |
|---|---|
scan.log | System scan results |
monitor.log | Monitoring observations |
report.log | Report entries |
alert.log | Alert events |
top.log | Top-process snapshots |
usage.log | Usage measurements |
check.log | Health check records |
fix.log | Fix/remediation records |
cleanup.log | Cleanup action records |
backup.log | Backup event records |
restore.log | Restore operation records |
log.log | General log entries |
benchmark.log | Benchmark results |
compare.log | Comparison records |
history.log | Unified activity log for all commands |
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-cpu": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.