system-info

Collect CPU, memory, disk, network, process, and environment metrics via Node.js scripts.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/sahiixx/moltworker --skill system-info-sahiixx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/sahiixx/moltworker/tree/main/skills/system-info
Command: npx skills add https://github.com/sahiixx/moltworker --skill system-info-sahiixx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides lightweight system monitoring and diagnostics by collecting key metrics and health information for hosts, services, and endpoints.

Core Features & Use Cases

  • System Overview: gathers CPU, memory, disk, network, and OS details to give you a quick health snapshot.
  • Health Checks & Diagnostics: runs health checks on endpoints and services to surface issues early.
  • Process & Environment Insight: lists running processes and environment metadata for debugging and auditing.
  • Use Cases: CI/CD health gates, on-call dashboards, and automated status reports.

Quick Start

Use node system-info/scripts/overview.js to fetch a full system overview, or run node system-info/scripts/health.js with a URL to verify a service endpoint.

Frequently Asked Questions about system-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor system health and collect CPU metrics in Node.js?

To monitor system health and collect CPU metrics in Node.js, run scripts from this Skill to gather deterministic overview data. It uses the Node.js standard library to fetch CPU, memory, disk, and network details without external dependencies.

Can I run health checks on service endpoints without installing external dependencies?

Yes, you can run health checks on service endpoints without external dependencies. The Skill relies entirely on the Node.js standard library, executing a dedicated script to verify URLs and surface service issues early.

How do I list running processes and environment metadata for debugging containers?

To list running processes and environment metadata for debugging containers, apply this Skill to the host. It executes process and environment scripts to expose detailed running process lists and environment variables for auditing.

What is the best way to get a quick system overview for CI/CD health gates?

The best way to get a quick system overview for CI/CD health gates is running the overview script. It captures OS, CPU, memory, disk, and network metrics into a snapshot, providing deterministic data without external packages.

Does this system monitoring approach work for both desktops and containers?

Yes, this system monitoring approach works for desktops, servers, and containers. You apply the scripts to any host environment to gather system metrics and environment data for diagnostics and health checks.

What are the limitations of using Node.js standard library for system monitoring?

Using the Node.js standard library for system monitoring limits you to deterministic, snapshot-style data collection. It lacks real-time streaming or persistent background agents, focusing instead on immediate health checks and metrics gathering.