AgentSkillsCN

system-info

获取系统信息和诊断,包括操作系统、内存、磁盘、网络和进程信息

SKILL.md
--- frontmatter
name: system-info
description: Get system information and diagnostics including OS, memory, disk, network, and process information
license: MIT
compatibility: opencode
metadata:
  category: system-diagnostics
  audience: developers

What I do

  • Retrieve operating system information and kernel details
  • Get memory usage statistics (total, used, available RAM)
  • Show disk usage and storage information
  • Display network interface information and IP addresses
  • Provide process information and top CPU-consuming processes
  • Offer comprehensive system diagnostics for development environments

When to use me

Use this skill when you need to:

  • Check system resources before running resource-intensive tasks
  • Debug system-related issues or performance problems
  • Gather system information for bug reports or documentation
  • Monitor system health during development
  • Understand the current system environment and capabilities

How to use me

I can be invoked through the skill tool and will automatically use the global sys-info command that has been installed on the system. The skill provides different levels of system information based on the requested action.

Example usage:

  • "Get basic system information"
  • "Check available memory and disk space"
  • "Show network configuration"
  • "Display top CPU processes"
  • "Provide complete system diagnostics"