system-info

Get system information for monitoring and debugging.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "system-info" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-system-info

System Info Skill

Get system information for monitoring and debugging.

When to Use

✅ USE this skill when:

  • "What's the system status?"

  • "How much memory is available?"

  • "What processes are running?"

  • "Get CPU information"

  • "Check disk space"

When NOT to Use

❌ DON'T use this skill when:

  • Performance profiling → use specialized profilers

  • Security auditing → use security tools

  • Hardware diagnostics → use vendor tools

Commands

System Overview

{baseDir}/system.sh info {baseDir}/system.sh info --json

CPU Information

{baseDir}/system.sh cpu {baseDir}/system.sh cpu --usage {baseDir}/system.sh cpu --cores

Memory Information

{baseDir}/system.sh memory {baseDir}/system.sh memory --summary {baseDir}/system.sh memory --json

Disk Information

{baseDir}/system.sh disk {baseDir}/system.sh disk --path / {baseDir}/system.sh disk --all

Network Information

{baseDir}/system.sh network {baseDir}/system.sh network --interfaces {baseDir}/system.sh network --connections

Process Information

{baseDir}/system.sh processes {baseDir}/system.sh processes --top 10 {baseDir}/system.sh processes --by-memory {baseDir}/system.sh processes --user root

Environment

{baseDir}/system.sh env {baseDir}/system.sh env --filter PATH {baseDir}/system.sh env --json

Output Formats

  • Default: Human-readable text

  • --json: JSON output for scripting

  • --summary: Condensed summary

Examples

Quick system overview:

{baseDir}/system.sh info

Output: OS, CPU, Memory, Disk summary

Top processes by memory:

{baseDir}/system.sh processes --by-memory --top 5

Output: Top 5 memory-heavy processes

Check specific disk:

{baseDir}/system.sh disk --path /home

Output: Disk usage for /home

Get process tree:

{baseDir}/system.sh processes --tree

Output: Process tree view

Notes

  • Works on Linux and macOS

  • Some commands require specific permissions

  • Uses system utilities: ps , top , free , df , etc.

  • JSON output for programmatic use

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review