Agent Skills: System Info Skill

Get system information using executable scripts

UncategorizedID: agno-agi/agno/system-info

Repository

agno-agiLicense: Apache-2.0
37,6374,984

Install this agent skill to your local

pnpm dlx add-skill https://github.com/agno-agi/agno/tree/HEAD/cookbook/05_agent_os/skills/sample_skills/system-info

Skill Files

Browse the full folder contents for system-info.

Download Skill

Loading file tree…

cookbook/05_agent_os/skills/sample_skills/system-info/SKILL.md

Skill Metadata

Name
system-info
Description
Get system information using executable scripts

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