sysinfo

Fetch local system snapshots with OS, CPU, memory, disk, and network data.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill sysinfo-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sysinfo
Source: https://github.com/DotNetAge/mindx/tree/main/skills/sysinfo
Command: npx skills add https://github.com/DotNetAge/mindx --skill sysinfo-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

本技能提供对本地系统状态的快速、全面洞察,帮助用户在一个地方获取操作系统版本、硬件模型、CPU、内存、磁盘、网络与电池信息,从而实现便捷的系统健康检查与诊断。

Core Features & Use Cases

  • 系统概览与状态:汇总 OS 版本、硬件型号、处理器、内存和运行时长,提供即时的系统健康快照。
  • 按类型查询与监控:支持 all/overview、disk、battery、network、cpu、memory 等信息类型的按需查询,便于集成到脚本和仪表板。
  • 应用场景:适用于日常运维、自动化脚本监控、性能基线建立以及本地诊断工作流。

Quick Start

请直接调用系统信息技能以获取当前机器的概览和关键指标。

Frequently Asked Questions about sysinfo

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

FAQPage Schema
How do I get a comprehensive system health snapshot including CPU, memory, disk, and network data on macOS?

To get a comprehensive system health snapshot on macOS, you need a monitoring tool that aggregates OS version, hardware model, CPU, memory, uptime, disk, battery, and network data into a single view. This system information skill executes Bash scripts using built-in macOS utilities like sw_vers, system_profiler, and vm_stat to fetch and compile these local hardware metrics instantly.

Can I monitor specific system resources like disk usage or battery status individually?

Yes, you can monitor specific system resources individually by querying information types like disk, battery, network, cpu, or memory. Instead of pulling a full system overview, this targeted monitoring approach allows you to fetch only the required local metrics for integration into automated scripts or custom dashboards.

What is the best way to check local system information for routine monitoring in a Linux environment?

The best way to check local system information for routine monitoring in a Linux environment is using a Bash script that queries system utilities like df, top, and ipconfig. This approach fetches a quick health snapshot covering disk usage, CPU load, memory, and network data for baseline diagnostics.

Does this system monitoring approach require any external dependencies or agents to fetch hardware metrics?

This system monitoring approach does not require external agents, but it does require Bash with access to standard system utilities like curl, jq, df, and top. It relies on the bundled sysinfo_cli.sh script to execute these native commands and aggregate the local hardware metrics without needing additional monitoring software.

Why does my system information query fail to return network and battery data on certain Linux distributions?

Your system information query might fail to return network and battery data on certain Linux distributions because the underlying Bash script relies on specific system utilities like pmset or ipconfig. If these exact command-line tools are missing or named differently on your local environment, the script cannot fetch the corresponding metrics.