system-info

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

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

In plain words
What is it for?
It helps answer questions such as how much RAM or disk space is available, how busy the CPU is, whether a laptop is charging, and which network interfaces exist.
Why use it?
It gathers common system-health details in one place instead of making you inspect each setting separately.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ap3x-dev/ag3nt/system-info
Any agent
npx skills add AP3X-Dev/AG3NT --skill system-info
Clone the repo
git clone --depth 1 https://github.com/AP3X-Dev/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/ap3x-dev/ag3nt/system-info.svg)](https://agentmods.dev/skills/ap3x-dev/ag3nt/system-info)
Your own site
<a href="https://agentmods.dev/skills/ap3x-dev/ag3nt/system-info"><img src="https://agentmods.dev/badge/skills/ap3x-dev/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. Scan, not verified.
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 $0.00029 $0.00733
Opus 5 $0.00015 $0.00367
Sonnet 5 $0.00006 $0.00147
Haiku 4.5 $0.00003 $0.00073

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

Copies of this mod

1 near-identical copy found in the catalogue:

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. 3d 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 AP3X-Dev/AG3NT (9 stars, last pushed 3mo ago), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.