Get detailed system information including OS, kernel, CPU, and memory details
Installation
$skills install @UKGovernmentBEIS/system-info
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
RepositoryUKGovernmentBEIS/inspect_ai
Pathexamples/skills/skills/system-info/SKILL.md
Branchmain
Scoped Name@UKGovernmentBEIS/system-info
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: system-info description: Get detailed system information including OS, kernel, CPU, and memory details
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 versionuname -a- Kernel version and architecturehostnamectl- Hostname and OS info (systemd systems)
CPU Information
lscpu- CPU architecture details (cores, threads, model)cat /proc/cpuinfo | head -30- Detailed processor infonproc- 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 runningcat /proc/loadavg- Load averages
Tips
- The
sysinfo.shscript provides structured output suitable for parsing - Use
lscpufor the most readable CPU information - Memory values in
/proc/meminfoare in kilobytes
More by UKGovernmentBEIS
View alldisk-usage
1,676Analyze disk space usage and filesystem information including mounts, usage, and large files
network-info
1,676Gather network configuration and connectivity information including interfaces, routes, and DNS
secret-code
1,676Reveal the secret code by reading the asset and running the script
