system-info

system-info is a skill for Claude Code from gebruder/wirken. It costs 7 tokens per session (285 once invoked), scanned A, original, MIT.

A guide to checking a computer's operating system, hardware, network, processes, storage, and logs. It uses common command-line tools to report system details and resource use.

In plain words
What is it for?
Use it to inspect system information, running processes, disk and memory usage, network addresses and ports, uptime, and recent logs.
Why use it?
It helps diagnose problems such as high CPU or memory use, low disk space, failed services, network issues, and unexpected open ports.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to inspect system information, running processes, disk and memory usage, network addresses and ports, uptime, and recent logs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gebruder/wirken/system-info
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gebruder/wirken --skill system-info
Clone the repo
git clone --depth 1 https://github.com/gebruder/wirken

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for system-info

README.md
[![agentmods](https://agentmods.dev/badge/skills/gebruder/wirken/system-info.svg)](https://agentmods.dev/skills/gebruder/wirken/system-info)
Your own site
<a href="https://agentmods.dev/skills/gebruder/wirken/system-info"><img src="https://agentmods.dev/badge/skills/gebruder/wirken/system-info.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 285 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00007 $0.00285
Opus 5 $0.00003 $0.00143
Sonnet 5 $0.00001 $0.00057
Haiku 4.5 $0.00001 $0.00028

Measured 8d ago against content hash 6085d8d25c65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

system-info scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/system-info/SKILL.md · 45 lines

What it actually says

System Info

Gather system information and monitor resources.

Hardware and OS

  • OS info: uname -a
  • CPU: nproc (count), lscpu | head -20 (details)
  • Memory: free -h
  • Disk: df -h
  • Uptime: uptime
  • Hostname: hostname

Processes

  • Top processes by CPU: ps aux --sort=-%cpu | head -15
  • Top processes by memory: ps aux --sort=-%mem | head -15
  • Process tree: pstree -p | head -30
  • Find process: pgrep -a <name>

Network

  • IP addresses: ip addr show or hostname -I
  • Open ports: ss -tlnp
  • DNS: cat /etc/resolv.conf
  • Test connectivity: ping -c 3 <host>

Logs

  • System log (recent): journalctl --no-pager -n 30
  • Kernel messages: dmesg | tail -20
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 45 lines · 7 tokens per session scan A 6085d8d25c65

Subscribe to this mod's changes

system-info is a skill published in the GitHub repository gebruder/wirken (171 stars, last pushed 5d ago), licensed MIT. It adds 7 tokens to every session and 285 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

neuroskill-bci

Use live BCI cognitive and mood state from NeuroSkill.

NousResearch/hermes-agent · 18 tokens

edgeone skill scanner

A local static scanner that checks agent-skill files for security risks before they are installed or used. Static analysis examines files without running them.

Tencent/AI-Infra-Guard · 148 tokens

running-openmed-ondevice

Run OpenMed models fully on-device with the MLX (Apple Silicon), CoreML (iOS/macOS), or ONNX/WebGPU (cross-platform/browser) backends, including convert-quantize-run workflows. Use when the user wants to deploy OpenMed at the edge, run NER/de-id on Apple Silicon, target iPhone/iPad/Mac, export to ONNX or WebGPU…

maziyarpanahi/openmed · 175 tokens

opentrons-integration

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

synthetic-sciences/openscience · 66 tokens

pylabrobot

Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API…

synthetic-sciences/openscience · 73 tokens

aig-scanner

A.I.G Scanner — AI security scanning for infrastructure, AI tools / skills, AI Agents, and LLM jailbreak evaluation via Tencent Zhuque Lab AI-Infra-Guard. Uses built-in exec + Python script, no plugin required. Requires AIGBASEURL to be configured. Triggers on: scan AI service, AI vulnerability scan, scan AI infra…

Tencent/AI-Infra-Guard · 142 tokens