Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

System Info

  • 23 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

system-info is a Claude Code skill that reports local CPU, memory, disk, network, and process details via a psutil-based Python script.

About

system-info is a Claude Code skill that reports local system information through a bundled Python script. It surfaces CPU, memory, disk usage, network stats, and running processes, using psutil when available and falling back to the standard library. A developer uses it to check machine resources from the agent.

  • Reports CPU, memory, disk, network, and process details
  • Uses psutil with a stdlib fallback
  • Flags for targeted CPU, memory, or disk output

System Info by the numbers

  • 23 all-time installs (skills.sh)
  • Ranked #1,263 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

system-info capabilities & compatibility

Capabilities
cpu monitoring · memory monitoring · disk usage · process list
Use cases
devops
Pricing
Free
From the docs

What system-info says it does

Get detailed system information including CPU, memory, disk usage, network stats, and running processes.
SKILL.md
python scripts/system_info.py --processes --top 10
SKILL.md
`system`, `cpu`, `memory`, `disk`, `monitor`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill system-info

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs23
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Report local CPU, memory, disk, network, and process information from within an agent session.

Who is it for?

Checking CPU, memory, and disk usage of the local machine from the agent.

When should I use this skill?

You need a quick overview of the machine's CPU, memory, disk, or process usage.

What you get

Prints a formatted overview of CPU, memory, disk, and process usage.

  • formatted system resource report

By the numbers

  • Reports 5 resource areas: CPU, memory, disk, network, processes

Files

SKILL.mdMarkdownGitHub ↗

System Info Tool

Description

Get detailed system information including CPU, memory, disk usage, network stats, and running processes.

Trigger

  • /sysinfo command
  • User needs system information
  • User wants to check resources

Usage

# Full system overview
python scripts/system_info.py

# CPU information
python scripts/system_info.py --cpu

# Memory usage
python scripts/system_info.py --memory

# Disk usage
python scripts/system_info.py --disk

# Running processes
python scripts/system_info.py --processes --top 10

Tags

system, cpu, memory, disk, monitor

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What does system-info report?

CPU, memory, disk usage, network stats, and running processes.

Does it require psutil?

psutil enables full CPU/memory/disk detail, but the script falls back to the standard library for basic info.

Automation & Workflowsmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.