system-info

Collect system information and emit JSON with OS, Python, and hostname fields.

41.6k|5.7k|Updated May 4, 2022
One-click install
npx skills add https://github.com/agno-agi/agno --skill system-info-agno-agi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-info
Source: https://github.com/agno-agi/agno/tree/main/cookbook/05_agent_os/skills/sample_skills/system-info
Command: npx skills add https://github.com/agno-agi/agno --skill system-info-agno-agi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Collect and summarize current system information including OS, version, Python version, machine, processor, hostname, and current time.

Core Features & Use Cases

  • Deterministic, script-driven JSON outputs containing fields like os, os_version, python_version, machine, processor, current_time, and hostname.
  • Lightweight diagnostics ideal for local debugging, remote health checks, and asset inventory across development and production environments.
  • Use Case: When you need a quick snapshot of a machine's configuration for incident reports or audits, run the included system-info scripts to gather data.

Quick Start

Run get_system_info.py to retrieve basic system information.

Frequently Asked Questions about system-info

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

FAQPage Schema
How do I get system information like OS version and Python version for diagnostics?

To get system information for diagnostics, run the script to collect current OS, OS version, Python version, machine, processor, hostname, and current time into a deterministic JSON output.

Can I collect remote server system inventory without installing external dependencies?

Yes, you can collect remote server system inventory without external dependencies, as the script executes deterministic script-driven outputs emitting JSON fields like os, hostname, and python_version.

What is the best way to gather a quick system configuration snapshot for an incident report?

The best way to gather a quick system configuration snapshot for an incident report is running the included scripts to retrieve OS, processor, and current time data in a lightweight JSON format.

Does this system diagnostics script work for local machines and remote development environments?

Yes, this system diagnostics script works for local machines, remote servers, and development environments requiring quick asset inventory or health checks, producing deterministic JSON outputs.

How do I integrate system inventory collection into my automation workflows?

You integrate system inventory collection into automation workflows by running the get_system_info.py script, which emits deterministic JSON containing fields like os_version, machine, and hostname for downstream processing.