inspect-computer-config

inspect-computer-config is a skill for Codex from xuzhougeng/wispterm. It costs 42 tokens per session (409 once invoked), scanned A, original, MIT.

A procedure for collecting and summarizing a computer's hardware, operating system, storage, and local software-runtime details. It avoids collecting secrets and unique device identifiers by default.

In plain words
What is it for?
Use it to inspect or compare CPU, memory, graphics, disk, operating-system, and runtime configuration, including as structured JSON.
Why use it?
It provides repeatable system facts for troubleshooting without manually searching through settings or exposing sensitive information.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect or compare CPU, memory, graphics, disk, operating-system, and runtime configuration, including as structured JSON.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xuzhougeng/wispterm/inspect-computer-config
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 xuzhougeng/wispterm --skill inspect-computer-config
Clone the repo
git clone --depth 1 https://github.com/xuzhougeng/wispterm

Made for: 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 inspect-computer-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuzhougeng/wispterm/inspect-computer-config.svg)](https://agentmods.dev/skills/xuzhougeng/wispterm/inspect-computer-config)
Your own site
<a href="https://agentmods.dev/skills/xuzhougeng/wispterm/inspect-computer-config"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wispterm/inspect-computer-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 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.00042 $0.00409
Opus 5 $0.00021 $0.00204
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

inspect-computer-config 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/inspect_computer_config.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.

plugins/skills/inspect-computer-config/SKILL.md · 49 lines

What it actually says

Inspect Computer Config

Overview

Collect a concise local computer configuration report without looking up external services or exposing secrets. Prefer the bundled script for repeatable OS, CPU, memory, GPU, disk, and runtime facts.

Workflow

  1. Run the bundled script from the directory that contains this SKILL.md:
python3 scripts/inspect_computer_config.py

On Windows, use python if python3 is not available.

  1. Use structured output when the result will feed another tool:
python3 scripts/inspect_computer_config.py --json
  1. Include the hostname only when it is useful for local diagnostics:
python3 scripts/inspect_computer_config.py --include-hostname
  1. Summarize the important facts for the user. Mention unavailable fields plainly instead of guessing.

Privacy

  • Do not collect public IP addresses, Wi-Fi passwords, SSH keys, license keys, environment variables, browser data, or installed application inventories.
  • Do not print serial numbers or unique hardware IDs unless the user explicitly asks and understands why they are needed.
  • Ask before running benchmarks, stress tests, or commands that require administrator privileges.

Script Notes

  • scripts/inspect_computer_config.py uses only the Python standard library.
  • On Windows it calls PowerShell CIM cmdlets when available for richer CPU, memory, GPU, and disk details.
  • On Linux it reads /proc and common command output when available.
  • On macOS it uses sysctl, system_profiler, and df when available.
  • If modifying the script, run python3 scripts/inspect_computer_config.py --self-test from the skill directory before using it.
Files

What ships with it

2 files 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. 8d ago First seen · 49 lines · 42 tokens per session scan A a6f88ad4e976

Subscribe to this mod's changes

inspect-computer-config is a skill published in the GitHub repository xuzhougeng/wispterm (405 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 409 once invoked, about $0.0002 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

liney-cli

Use the Liney CLI (liney) to inspect or control a running Liney terminal workspace and the agent sessions it hosts. Liney runs several coding agents in parallel, each in its own pane/tab/worktree, so reach for this whenever the user wants to act on a pane other than the current one — check on, coordinate, read from…

everettjf/liney · 195 tokens

terminal-setup-install

Idempotent macOS terminal installer for Ghostty, Oh My Zsh, Powerlevel10k, Glow, MesloLGS Nerd Font, plus optional markdown preview and clickable-path extras.

YoungLeadersDotTech/young-leaders-tech-marketplace · 44 tokens

orchestration

Coordinate supervised Orca workers: threaded messages, blocking ask/reply, task dispatch, workerdone/escalation waits, task DAGs, decision gates, coordinator loops, and decomposing work across agents. Use orca-cli for full ownership handoffs — "hand off", "handoff", "handover", "give this to another agent", "another…

stablyai/orca · 193 tokens

orca-cli

Operate Orca-managed worktrees, folder contexts, terminals, repos, automations, artifacts, skill sharing, worktree comments, and Orca's embedded browser through the orca CLI. Use when the user says "$orca-cli", "Orca worktree", "child worktree", "spawn codex/claude in a worktree", "read/wait/send Orca terminal"…

stablyai/orca · 163 tokens

orca-emulator-android

Android device and emulator control from inside Orca over adb, with the live device view in Orca's emulator pane. Use when driving an adb-connected emulator or phone on Windows, Linux, or macOS: booting AVDs, taps, swipes, typing, hardware buttons, rotation, app install and launch, runtime permissions, the…

stablyai/orca · 102 tokens

orca-emulator

This discovery stub loads the version-matched guide from the Orca executable used for this session.

stablyai/orca · 89 tokens