system-info
Tool for querying local hardware configuration, system status, and process performance.
Install
mkdir -p .claude/skills/system-info && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3055" && unzip -o skill.zip -d .claude/skills/system-info && rm skill.zipInstalls to .claude/skills/system-info
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
系统信息查询技能。用于获取电脑硬件信息、系统状态、进程列表、磁盘空间等。当用户询问电脑配置、系统状态或性能信息时使用。Key capabilities
- →Query CPU model and core count
- →Retrieve memory capacity and usage
- →Check disk space and partitions
- →Identify operating system version
- →Monitor running processes and their resource consumption
- →Determine system uptime and current user
How it works
The skill executes system commands or Python scripts to gather hardware and software information, then presents it in a structured report.
Inputs & outputs
When to use system-info
- →Checking hardware specs
- →Monitoring process CPU consumption
- →Identifying disk space bottlenecks
- →Verifying system runtime status
About this skill
系统信息查询技能
本技能提供系统信息查询和状态监控能力。
可查询的信息
1. 硬件信息
- CPU 型号和核心数
- 内存容量和使用率
- 磁盘空间和分区
- 显卡信息
2. 系统状态
- 操作系统版本
- 系统运行时间
- 当前用户
- 网络状态
3. 进程监控
- 运行中的进程
- CPU 占用排行
- 内存占用排行
查询命令
macOS/Linux
# CPU 信息
sysctl -n machdep.cpu.brand_string # macOS
lscpu # Linux
# 内存信息
vm_stat # macOS
free -h # Linux
# 磁盘空间
df -h
# 系统信息
uname -a
sw_vers # macOS
通用 Python 方法
import platform
import psutil
# 系统信息
platform.system()
platform.release()
platform.machine()
# 资源使用
psutil.cpu_percent()
psutil.virtual_memory()
psutil.disk_usage('/')
输出格式
## 系统信息报告
### 操作系统
- 系统: macOS 14.0
- 架构: arm64
### 硬件配置
- CPU: Apple M2 Pro (12核)
- 内存: 32GB (已用 60%)
- 磁盘: 500GB (剩余 200GB)
### 当前状态
- 运行时间: 5天 12小时
- CPU 负载: 15%
- 活跃进程: 256个
How it compares
This skill centralizes various system information queries into a single interface, simplifying the process compared to manually running multiple commands.
Compared to similar skills
system-info side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| system-info (this skill) | 1 | 6mo | Review | Beginner |
| it-operations | 1 | 7mo | No flags | Advanced |
| pagerduty-automation | 0 | 5mo | No flags | Intermediate |
| oly | 0 | 3mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Xxiii8322766509
View all by Xxiii8322766509 →You might also like
it-operations
davila7
Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies, automation, backup/recovery, capacity planning, and operational excellence practices.
pagerduty-automation
T-Sunm
Automate PagerDuty tasks via Rube MCP (Composio): manage incidents, services, schedules, escalation policies, and on-call rotations. Always search tools first for current schemas.
oly
slaveOftime
Use when starting a long-running or interactive CLI command with oly, especially when it may need later input, should be detachable, or should keep durable logs for supervision and resume.
incident-response
fabioc-aloha
Calm, systematic crisis handling — from detection through post-mortem to prevention
monitor-ci
ever-co
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, g
homebutler
Higangssh
Homelab server operations via homebutler CLI/MCP. Check system status, generate butler reports, scan inventory/topology, manage Docker containers, install self-hosted apps, verify backup drills, Wake-on-LAN, port scanning, alerts, backup/restore, and multi-server SSH.