system-info

System Information Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "system-info" with this command: npx skills add ukgovernmentbeis/inspect_ai/ukgovernmentbeis-inspect-ai-system-info

System Information Skill

Use this skill to gather comprehensive system information about the Linux host.

Quick Start

Run the included script for a complete system overview:

./scripts/sysinfo.sh

Manual Commands

Operating System

  • cat /etc/os-release

  • Distribution name and version

  • uname -a

  • Kernel version and architecture

  • hostnamectl

  • Hostname and OS info (systemd systems)

CPU Information

  • lscpu

  • CPU architecture details (cores, threads, model)

  • cat /proc/cpuinfo | head -30

  • Detailed processor info

  • nproc

  • Number of available processors

Memory Information

  • free -h

  • Memory and swap usage (human-readable)

  • cat /proc/meminfo | head -10

  • Detailed memory statistics

System Uptime

  • uptime

  • How long the system has been running

  • cat /proc/loadavg

  • Load averages

Tips

  • The sysinfo.sh script provides structured output suitable for parsing

  • Use lscpu for the most readable CPU information

  • Memory values in /proc/meminfo are in kilobytes

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

disk-usage

No summary provided by upstream source.

Repository SourceNeeds Review
General

network-info

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

secret-code

No summary provided by upstream source.

Repository SourceNeeds Review
General

system-info

No summary provided by upstream source.

Repository SourceNeeds Review