System Info Skill: complete system inventory in one click
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.
What does the system-info Skill do?
- Runs
systeminfoto get OS, BIOS, installed RAM and patches - Uses
wmic cpu getfor CPU, cores and clock speed - Queries
Get-WmiObject Win32_DiskDrivefor disks and capacities - Lists processes with
tasklist /vand services withsc query - Collects installed software with
wmic product get - Generates final report in PDF or Excel with the full inventory
Invoke the Skill from the chat
Run the system inventory skill and generate a PDF report with all hardware and installed software information
JSON Skill: The
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.