一键导入
system-info
Gather system information like OS, CPU, RAM, disk usage, network, and running processes. Use when the user asks about the machine's status or specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gather system information like OS, CPU, RAM, disk usage, network, and running processes. Use when the user asks about the machine's status or specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PyAutoGUI-powered desktop automation skill for controlling the user's screen. Use this skill whenever the user wants to automate desktop tasks, control mouse/keyboard, take screenshots, do GUI automation, run a perception loop (screenshot → reason → act), find UI elements by image, detect colors, or interact with any desktop application. Triggers include: "automate this", "click on X", "type text into Y", "take a screenshot", "find this button", "watch the screen", "control my desktop", "run a loop until X appears", or any task involving programmatic control of the user's computer.
Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Use this skill whenever the user asks to build, modify, or debug vision-based agents, GUI automation, RPA, or Anthropic Computer Use / OpenAI Operator clones.
| name | system-info |
| description | Gather system information like OS, CPU, RAM, disk usage, network, and running processes. Use when the user asks about the machine's status or specs. |
Use this skill when the user asks about:
uname -a # OS and kernel
sw_vers # macOS version (macOS only)
sysctl -n machdep.cpu.brand_string # CPU name (macOS)
sysctl -n hw.memsize # Total RAM in bytes (macOS)
df -h # Disk usage (human readable)
du -sh ~/Desktop # Size of a specific directory
ps aux --sort=-%mem | head -20 # Top 20 by memory
ps aux --sort=-%cpu | head -20 # Top 20 by CPU
ifconfig | grep "inet " # IP addresses
curl -s ifconfig.me # Public IP
uptime
Present results in a clean, concise format. Use code blocks for raw output. Summarize key metrics (e.g. "8 GB RAM, 45% disk used").