system-info

system-info is a skill for Claude Code, Codex from desy-design/AG3NT. It costs 29 tokens per session (733 once invoked), scanned A, a copy of system-info, MIT.

A read-only skill for checking a computer’s operating system, processor, memory, storage, battery, and network details.

In plain words
What is it for?
Use it to check CPU or memory load, available disk space, battery status, network interfaces, or the full system report.
Why use it?
It gathers a computer health snapshot without changing system data or requiring special permissions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check CPU or memory load, available disk space, battery status, network interfaces, or the full system report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/desy-design/ag3nt/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 desy-design/AG3NT --skill system-info
Clone the repo
git clone --depth 1 https://github.com/desy-design/AG3NT

Made for: Claude Code, Codex.

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/desy-design/ag3nt/system-info.svg)](https://agentmods.dev/skills/desy-design/ag3nt/system-info)
Your own site
<a href="https://agentmods.dev/skills/desy-design/ag3nt/system-info"><img src="https://agentmods.dev/badge/skills/desy-design/ag3nt/system-info.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 733 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.
Origin 100% copy Near-identical to another mod 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.00029 $0.00733
Opus 5 $0.00015 $0.00367
Sonnet 5 $0.00006 $0.00147
Haiku 4.5 $0.00003 $0.00073

Measured 7d ago against content hash 365873d0bdea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/system_info.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to system-info — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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

What it actually says

System Info Skill

This skill provides read-only access to system information. It's safe to use and doesn't require any special permissions.

When to Use

  • User asks about system status, CPU, memory, disk, or battery
  • User wants to know how much storage is available
  • User asks about network connectivity
  • User wants a health check of their computer

Available Commands

Full Status Report

Run scripts/system_info.py to get a comprehensive report including:

  • Operating system and version
  • CPU usage and core count
  • Memory usage (used/total)
  • Disk space (used/total per drive)
  • Battery status (if laptop)
  • Network interfaces

Individual Reports

  • --cpu - CPU information only
  • --memory - Memory/RAM information only
  • --disk - Disk space information only
  • --battery - Battery status only
  • --network - Network interfaces only

Example Output

🖥️ System Status Report
========================

📊 Operating System
  OS: Windows 11
  Version: 10.0.22631
  Architecture: AMD64
  Hostname: DESKTOP-ABC123

💻 CPU
  Usage: 15.2%
  Cores: 8 (16 logical)
  Frequency: 3.60 GHz

🧠 Memory
  Used: 12.4 GB / 32.0 GB (38.8%)
  Available: 19.6 GB

💾 Disk Space
  C:\: 234.5 GB / 500.0 GB (46.9% used)
  D:\: 1.2 TB / 2.0 TB (60.0% used)

🔋 Battery
  Status: Plugged in, charging
  Level: 85%

🌐 Network
  Ethernet: 192.168.1.100
  Wi-Fi: Not connected

Notes

  • This skill is read-only and safe
  • Battery info only available on laptops
  • Network info shows active interfaces only
  • All data is current at time of execution
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 116 lines · 29 tokens per session scan A 365873d0bdea

Subscribe to this mod's changes

system-info is a skill published in the GitHub repository desy-design/AG3NT (2 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 733 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to system-info, differing in 0 lines, and is treated as a copy.