← 返回 Skills 市场
chengchiangwork

Ubuntu Inspector

作者 chengchiangwork · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
262
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install ubuntu-inspector
功能描述
Ubuntu 系统巡检工具。用于执行全面的系统健康检查,包括 CPU、内存、磁盘、网络、服务状态、安全审计等。当用户需要检查 Ubuntu 服务器状态、排查系统问题、生成系统报告或进行日常运维巡检时触发。
安全使用建议
This script is coherent with its purpose but it collects sensitive local data (user accounts, failed logins, system logs, service/process lists) and writes them to /tmp. Before running: review the script yourself, run it on a non-production/test system if unsure, avoid running as root unless needed and you understand the output, and protect or securely remove the generated report file since it contains sensitive information. No network calls or credential exfiltration were found in the script.
功能分析
Type: OpenClaw Skill Name: ubuntu-inspector Version: 1.0.1 The ubuntu-inspector skill is a standard system health check tool that collects CPU, memory, disk, and network metrics, along with basic security audits like login history and service status. The script (scripts/inspect.sh) uses common Linux utilities (top, df, ss, journalctl) to generate a local report in /tmp, and it contains no evidence of data exfiltration, obfuscation, or unauthorized persistence mechanisms.
能力评估
Purpose & Capability
Name/description (Ubuntu system inspection) align with the supplied script and SKILL.md. The script collects CPU, memory, disk, network, services, logs, users and update status—exactly what the skill claims.
Instruction Scope
Instructions tell the agent to run the included script in the skill workspace. The script reads local system info and logs (e.g., /etc/passwd, journalctl, lastb) which is expected for a system-inspection tool but is sensitive; SKILL.md correctly notes root is needed for full results.
Install Mechanism
No install spec; this is instruction-only with a bundled script. Nothing is downloaded or written outside the report file in /tmp.
Credentials
No environment variables, credentials, or external config paths are requested. The script uses standard system commands only.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It only writes a transient report file to /tmp and prints the path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ubuntu-inspector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ubuntu-inspector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Switched from a Python implementation (main.py) to a Bash script (scripts/inspect.sh) for system inspection. - Expanded inspection scope: Now covers system info, CPU, memory, disk usage, network, key services, security audit, process stats, and recent errors. - Enhanced reporting: Script generates a detailed system report (saved in /tmp), including warnings for disk space and zombie processes. - Updated documentation for new usage method and output structure; added explicit dependency requirements. - Previous Python runtime and entrypoint configuration removed; skill is now Bash-based.
v1.0.0
Initial release of ubuntu-inspector. - 提供 Ubuntu 系统健康巡检,包括 CPU、内存、磁盘及网络状态的实时监控 - 支持一键生成系统健康报告(JSON 格式) - 适用于检测系统负载、磁盘空间及网络连通性等常见问题
元数据
Slug ubuntu-inspector
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Ubuntu Inspector 是什么?

Ubuntu 系统巡检工具。用于执行全面的系统健康检查,包括 CPU、内存、磁盘、网络、服务状态、安全审计等。当用户需要检查 Ubuntu 服务器状态、排查系统问题、生成系统报告或进行日常运维巡检时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 Ubuntu Inspector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ubuntu-inspector」即可一键安装,无需额外配置。

Ubuntu Inspector 是免费的吗?

是的,Ubuntu Inspector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ubuntu Inspector 支持哪些平台?

Ubuntu Inspector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ubuntu Inspector?

由 chengchiangwork(@chengchiangwork)开发并维护,当前版本 v1.0.1。

💬 留言讨论