system_info

Enumerate installed applications, running processes, and environment details.

5|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Proxy2021/Enso --skill system-info-proxy2021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system_info
Source: https://github.com/Proxy2021/Enso/tree/main/server/skills/system_info
Command: npx skills add https://github.com/Proxy2021/Enso --skill system-info-proxy2021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnosing and auditing a host's state can be tedious and error-prone. System Info consolidates installed applications, active processes, and environment details into a clear snapshot to support troubleshooting, inventory, security audits, and capacity planning.

Core Features & Use Cases

  • Inventory installed software with versions
  • List running processes and resource usage
  • Expose environment details (OS, hostname, user, PATH, etc.)
  • Use Case: When diagnosing a startup issue, quickly identify mismatched versions or orphaned processes.

Quick Start

Display current installed applications, running processes, and environment variables.

Frequently Asked Questions about system_info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a snapshot of running processes and installed applications on a host?

To get a snapshot of running processes and installed applications, use this Skill to enumerate system state via standard APIs. It consolidates active processes, software versions, and environment details into a deterministic inventory for diagnostics.

Can I gather environment details and system inventory without making network calls?

Yes, you can gather environment details and system inventory without network calls. This Skill satisfies automation requirements by using standard system APIs to collect on-host data, presenting a deterministic snapshot offline.

Does this work for security audits and performance analysis in container environments?

This works for security audits and performance analysis across desktop, server, and container environments. It exposes environment variables, user data, and resource usage to identify mismatched versions or orphaned processes during troubleshooting.

What's the best way to automate host diagnostics for capacity planning?

The best way to automate host diagnostics for capacity planning is to generate a deterministic system snapshot. This Skill enumerates installed software, active processes, and OS environment details to support inventory and resource analysis.

Why do I need a deterministic system snapshot for on-host diagnostics?

You need a deterministic system snapshot for on-host diagnostics to ensure consistent inventory data. This Skill avoids network calls and uses standard system APIs, providing a reliable state view for troubleshooting and security audits.