system-info

Retrieve OS, Python version, and machine details via Python scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a quick and easy way to retrieve essential system information and list the contents of directories without needing to manually run complex commands.

Core Features & Use Cases

  • System Information: Get details like OS type and version, Python version, machine architecture, and current time.
  • Directory Listing: View the files and subdirectories within a specified path, including their types and sizes.
  • Use Case: Before deploying a new application, use this Skill to quickly verify the operating system and Python version on the target server, or to check the contents of a deployment directory.

Quick Start

Run the get system info script to display details about your current operating system and Python environment.

Frequently Asked Questions about system-info

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

FAQPage Schema
How do I retrieve system information like OS version and Python version using Python scripts?

You can retrieve system information by running predefined Python scripts that display the OS type, version, Python version, machine architecture, and current time. This provides a quick way to verify the operating system without running manual commands.

What is the easiest way to list directory contents with file types and sizes?

Listing directory contents with file types and sizes is done by specifying a path to a script that outputs file and subdirectory details. This allows you to inspect the file system and check deployment directories without complex commands.

Can I use this to check server environment details before deploying an application?

Yes, you can use this for server environment verification before deploying an application. It quickly checks the operating system, Python version, and deployment directory contents to ensure compatibility and correct file placement.

What is the best way to run system diagnostics without manually executing complex commands?

The best way to run system diagnostics without manual commands is to execute predefined scripts that automatically gather machine details and file system data. This simplifies diagnostics by automating the retrieval of essential system metrics.

Does gathering system info require any external dependencies?

Gathering system info does not require external dependencies. The diagnostics and file system inspection rely solely on predefined Python scripts, ensuring a straightforward setup process for retrieving machine and operating system details.