一键导入
system-info
Query system resources — CPU, memory, disk, processes, and network interfaces.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query system resources — CPU, memory, disk, processes, and network interfaces.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run OpenAI Codex CLI for autonomous software engineering tasks via non-interactive `codex exec` with chat-friendly outputs.
Use the Cursor CLI (agent) for software engineering tasks. Includes installation, auth, commands, terminal-based automation, and best practices for AI coding workflows.
Run Google Gemini CLI for autonomous coding and general tasks via headless mode with chat-friendly outputs.
GitHub operations via gh CLI — list issues, create branches, create PRs, clone repos.
Search, read, send, and manage Gmail emails via Google API
Interact with Railway deployments — check status, view logs, redeploy services, and manage environment variables.
| name | system-info |
| version | 1.0.0 |
| description | Query system resources — CPU, memory, disk, processes, and network interfaces. |
| author | OpenViber |
Provides real-time system telemetry so the agent can answer questions about the host machine's resource usage, running processes, and network configuration.
Full machine resource snapshot:
List top processes sorted by CPU or memory usage. Uses ps under the hood. Returns process ID, name, CPU %, memory %, and command.
List active network interfaces with IPv4/IPv6 addresses and MAC. Optionally run a DNS connectivity check against a given hostname.
This skill uses only Node.js built-in modules (os, child_process). No external binaries or API keys required.