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.
npx skills add xuzhougeng/wispterm --skill inspect-computer-configgit clone --depth 1 https://github.com/xuzhougeng/wisptermWrote 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.
[](https://agentmods.dev/skills/xuzhougeng/wispterm/inspect-computer-config)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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
- 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.
- Use structured output when the result will feed another tool:
python3 scripts/inspect_computer_config.py --json
- Include the hostname only when it is useful for local diagnostics:
python3 scripts/inspect_computer_config.py --include-hostname
- 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.pyuses 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
/procand common command output when available. - On macOS it uses
sysctl,system_profiler, anddfwhen available. - If modifying the script, run
python3 scripts/inspect_computer_config.py --self-testfrom the skill directory before using it.
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.
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.
- 8d ago First seen · 49 lines · 42 tokens per session scan A a6f88ad4e976
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.
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…
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.
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…
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"…
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…
orca-emulator
This discovery stub loads the version-matched guide from the Orca executable used for this session.