lxj960202-jerry/system-info-skill — explained in plain English
Analysis updated 2026-05-18
Ask what your computer's specs are and get a plain language answer.
Check how much disk space, memory, or CPU capacity is available before installing something demanding.
Find out whether your current machine is suitable for programming or running AI models locally.
| lxj960202-jerry/system-info-skill | 1lystore/awaek | 47cid/wp2shell-lab | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Only needs Python's standard library, no third-party dependencies to install.
System Info Skill is a Codex skill that answers the question of what hardware and software your own computer is running, without needing you to open a system settings panel or run confusing terminal commands yourself. It works on macOS, Windows, and Linux, and only ever reads information: it does not install anything, change any settings, delete files, or request elevated permissions. Once installed as a Codex skill, you can simply ask it in plain language, such as what your computer's specs are, how much disk space you have left, or whether your machine is suitable for programming and running AI locally. It also has a script you can run directly if you would rather query it yourself, with options to check the whole system or just one part, like storage, memory, CPU, or graphics. The tool reports information like your device brand and model, operating system version and architecture, processor model and core count, memory totals, disk capacity and usage per partition, and graphics card details when available. On Linux, the level of detail depends on what the display driver exposes. Wherever a field truly cannot be read, the report says so plainly instead of guessing at a value. Privacy is treated as the default. The serial number is shown with only its last four digits visible unless you explicitly ask for the full value, and the current username is hidden by default too, both on screen and inside the device name. The tool never outputs a hardware UUID, machine ID, MAC address, or IP address, and it does not read the contents of your personal files or scan private folders. Every command it runs is fixed and read only, executed without a shell and with a timeout, using only Python's standard library. The output is a clearly organized markdown report meant to be understandable by someone with no technical background, ending with a short plain language summary of what the machine is suited for.
A privacy-first Codex skill that reads your computer's hardware and OS details and reports them in plain language.
Mainly Python. The stack also includes Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.