Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agno-agi avatar

System Info

  • 298 installs
  • 41.6k repo stars
  • Updated August 4, 2026
  • agno-agi/agno

system-info is an Agno agent skill that runs Python scripts to collect host OS, Python version, hostname, and directory listings for developers whose agents need quick runtime environment diagnostics during operations.

About

system-info is version 1.0.0 MIT sample skill in agno-agi/agno demonstrating Agno Skills with executable scripts. It provides 2 Python scripts: get_system_info.py returns JSON with OS, OS version, Python version, machine, processor, hostname, and current timestamp; list_directory.py lists files at a given path. Agents invoke scripts via run_skill_script("system-info", "get_system_info.py") or run_skill_script with args for directory paths. Developers reach for system-info when bootstrapping agents need startup environment snapshots, deploy validation checks, or quick filesystem inspection before running heavier debugging workflows.

  • Host resource snapshots
  • Environment metadata export
  • Runtime diagnostics aid
  • Capacity bottleneck detection
  • Cross-platform system queries

System Info by the numbers

  • 298 all-time installs (skills.sh)
  • Ranked #173 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/agno-agi/agno --skill system-info

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs298
repo stars41.6k
Last updatedAugust 4, 2026
Repositoryagno-agi/agno

How do agents collect host environment metadata?

Collect host CPU, memory, disk, and environment metadata so agents diagnose runtime issues, capacity limits, and deployment mismatches during operations.

Who is it for?

Agno agent developers who need lightweight startup diagnostics and directory inspection scripts callable via run_skill_script without custom instrumentation.

Skip if: Production APM stacks requiring metrics dashboards, log aggregation, or deep performance profiling beyond basic host metadata.

When should I use this skill?

Agent needs host OS details, Python version check, startup environment snapshot, or a quick directory listing before diagnosing runtime errors.

What you get

JSON system-info payloads with OS, Python version, hostname, processor details, and directory file listings from target paths.

  • JSON host environment reports
  • directory file listings

By the numbers

  • Version 1.0.0 with 2 executable Python scripts
  • get_system_info.py returns 7 metadata fields: os, os_version, python_version, machine, processor, hostname, current_time

Files

SKILL.mdMarkdownGitHub ↗

System Info Skill

This skill provides scripts to gather system information.

Available Scripts

  • get_system_info.py - Returns basic system information (OS, Python version, current time)
  • list_directory.py - Lists files in a specified directory

Usage

1. Use run_skill_script("system-info", "get_system_info.py") to get system information 2. Use run_skill_script("system-info", "list_directory.py", args=["path"]) to list a directory

Related skills

How it compares

Use system-info for quick Agno agent boot diagnostics; reach for full observability stacks when you need metrics, traces, and alerting beyond host metadata JSON.

FAQ

How do you run system-info scripts in Agno?

system-info scripts run via run_skill_script("system-info", "get_system_info.py") for host metadata or run_skill_script("system-info", "list_directory.py", args=["path"]) for directory listings inside an Agno agent session.

What does get_system_info.py return?

system-info get_system_info.py prints JSON with os, os_version, python_version, machine, processor, hostname, and current_time fields, or an error key if collection fails.

How many scripts does system-info include?

system-info bundles 2 executable Python scripts: get_system_info.py for host environment metadata and list_directory.py for path-based file enumeration, both at version 1.0.0 under MIT license.

CLI & Terminalmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.