← Back to Skills Marketplace
chengchiangwork

Ubuntu Inspector

by chengchiangwork · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
262
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install ubuntu-inspector
Description
Ubuntu 系统巡检工具。用于执行全面的系统健康检查,包括 CPU、内存、磁盘、网络、服务状态、安全审计等。当用户需要检查 Ubuntu 服务器状态、排查系统问题、生成系统报告或进行日常运维巡检时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ubuntu-inspector
  3. After installation, invoke the skill by name or use /ubuntu-inspector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 格式) - 适用于检测系统负载、磁盘空间及网络连通性等常见问题
Metadata
Slug ubuntu-inspector
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Ubuntu Inspector?

Ubuntu 系统巡检工具。用于执行全面的系统健康检查,包括 CPU、内存、磁盘、网络、服务状态、安全审计等。当用户需要检查 Ubuntu 服务器状态、排查系统问题、生成系统报告或进行日常运维巡检时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.

How do I install Ubuntu Inspector?

Run "/install ubuntu-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ubuntu Inspector free?

Yes, Ubuntu Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ubuntu Inspector support?

Ubuntu Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ubuntu Inspector?

It is built and maintained by chengchiangwork (@chengchiangwork); the current version is v1.0.1.

💬 Comments