Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

cpu中央处理器

Agent Skill

cpu 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,579

周安装

319

GitHub Stars

公开资料未说明

下载量

2,654
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cpu(中央处理器)
来源仓库:https://github.com/bytesagain3/cpu
安装命令:
openclaw skills install cpu
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cpu

简介

监控 CPU 负载、每个核心的使用情况并对资源消耗最高的进程进行排名。在检查温度、排名过程、跟踪负载时使用。

SKILL.md

name
cpu
version
2.0.0
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills
license
MIT-0
tags
[cpu, tool, utility]
description
Monitor CPU load, per-core usage, and rank top resource-consuming processes. Use when checking temperatures, ranking processes, tracking load.

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

The stats command reads all .log files and reports line counts per file, total entries, data directory size, and the timestamp of the first recorded activity.

The export utility function can produce JSON, CSV, or TXT output files under the data directory.

Requirements

  • Bash (4.0+)
  • coreutilsdate, wc, du, head, tail, grep, basename, cat
  • No external dependencies, API keys, or network access required
  • Works on Linux and macOS

When to Use

  1. Tracking system operations — use scan, monitor, check, and alert to maintain a timestamped journal of system health events and observations
  2. Recording fixes and remediations — use fix and cleanup to document what was changed and when, creating an audit trail for incident response
  3. Benchmarking and comparing performance — use benchmark and compare to log performance results over time and track improvements or regressions
  4. Managing backup and restore history — use backup and restore to log when backups were taken and restores were performed, with searchable history
  5. Searching operational history — use search <term> to find specific events across all log categories, or recent to view the latest 20 activities at a glance

Examples

# Record a scan finding
cpu scan "port 8080 open on web-server-01"

# Log a monitoring observation
cpu monitor "memory usage at 78% on db-primary"

# Record an alert
cpu alert "disk /var/log at 92% capacity"

# Log a fix
cpu fix "rotated nginx logs, freed 2.3GB on web-01"

# Record a benchmark result
cpu benchmark "sysbench cpu run: 1847 events/sec"

# Compare two environments
cpu compare "prod latency 45ms vs staging 62ms"

# Log a backup
cpu backup "full backup of postgres completed 14.2GB"

# Search all logs for a keyword
cpu search "disk"

# View summary statistics
cpu stats

# Check system status
cpu status

# View recent activity
cpu recent

How It Works

Cpu uses a simple append-only log architecture. Every command writes a pipe-delimited record (timestamp|value) to its dedicated log file. The history.log file captures a unified timeline of all operations with the format MM-DD HH:MM command: value.

This design makes Cpu:

  • Fast — pure bash, no database overhead
  • Transparent — all data is human-readable plain text
  • Portable — works anywhere bash runs, no install needed
  • Auditable — every action is timestamped and traceable

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.33%
按下载量换算2,477

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills