Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

x-uptimex 正常运行时间

Agent Skill

x-uptime 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,442

周安装

307

GitHub Stars

1

下载量

2,431
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install x-uptime

简介

x-uptime 用于监控系统运行状态,输出结构化 YAML 格式的正常运行时间、负载和用户数据。

  • 适合在 OpenClaw 中需要查看系统健康度或性能指标的 Agent 任务场景。
  • 通过 x-cmd 模块提供标准化输出,便于集成到自动化流程或监控面板中。
  • 安装命令为 openclaw skills install x-uptime,需确认是否依赖 x-cmd 及权限范围。
  • 注意维护状态和网络访问权限,避免触发不必要的系统调用或文件操作。

SKILL.md

name
x-uptime
description
|
license
Apache-2.0
compatibility
POSIX Shell
metadata
author
Li Junhao
version
1.0.0
category
x-cmd-extension
tags
[x-cmd, system, uptime, load]

x uptime - System Uptime and Load

Enhanced uptime command with structured YAML output and cross-platform support.

Quick Start

# YAML format output (default)
x uptime

# Raw uptime command output
x uptime --raw

Features

  • Structured YAML output: Easy to parse and read
  • Load averages: 1, 5, and 15-minute trends
  • Cross-platform: Linux, macOS, Windows (via cosmo/busybox)
  • Auto-detection: Uses native, busybox, or cosmo backends

Output Fields

FieldDescriptionExample
timeCurrent system time14:32:10
upSystem uptime5 days, 3 hours, 27 minutes
usersLogged-in users count2 users
loadLoad averages (1m, 5m, 15m)0.52, 0.58, 0.59

Commands

CommandDescription
x uptimeYAML format output (default)
x uptime --ymlYAML format (explicit)
x uptime --rawRaw system uptime output

Examples

Basic Usage

# Default YAML output
x uptime

# Output example:
# time  : 14:32:10
# up    : 5 days, 3 hours, 27 minutes
# users : 2 users
# load  : 0.52, 0.58, 0.59

Raw Output

# Traditional uptime output
x uptime --raw
# 14:32:10 up 5 days, 3:27, 2 users, load average: 0.52, 0.58, 0.59

Parsing

# Extract uptime
x uptime | awk -F': ' '/^up/{print $2}'

# Get load average
x uptime | awk -F': ' '/^load/{print $2}'

Understanding Load Averages

Load averages indicate system busyness - the average number of processes waiting for CPU or I/O.

ValueInterpretation
< 1.0System has spare capacity
≈ 1.0System is fully utilized
> 1.0Processes are waiting (queue forming)

The three numbers show:

  • 1 min: Short-term trend (immediate load)
  • 5 min: Medium-term trend (recent history)
  • 15 min: Long-term trend (sustained load)

Multi-Core Systems

Divide load by CPU core count:

# 4-core system with load 3.2
effective_load = 3.2 / 4 = 0.8  # Still has capacity

Platform Notes

Linux

  • Uses native uptime command
  • Full feature support

macOS

  • Uses native uptime command
  • Full feature support

Windows

  • No native uptime command
  • Automatically uses cosmo binary or busybox

Related

  • Native uptime(1) manual page

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.7%
按下载量换算1,938

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install x-uptime 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills