Cerewro's system-info.json Skill is a predefined automation that collects all hardware and software system information by running multiple commands in sequence and consolidating results into a single report.
systeminfo to get OS, BIOS, installed RAM and patcheswmic cpu get for CPU, cores and clock speedGet-WmiObject Win32_DiskDrive for disks and capacitiestasklist /v and services with sc querywmic product getRun the system inventory skill and generate a PDF report with all hardware and installed software information
system-info.json file defines each command, output parser, report format and alert conditions (e.g. disk with less than 10% free). Customizable from Cerewro's Skills Builder.