agno-agi

system-info

@agno-agi/system-info
agno-agi
36,984
4900 forks
Updated 1/18/2026
View on GitHub

Get system information using executable scripts

Installation

$skills install @agno-agi/system-info
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositoryagno-agi/agno
Pathcookbook/06_agent_os/skills/sample_skills/system-info/SKILL.md
Branchmain
Scoped Name@agno-agi/system-info

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: system-info description: Get system information using executable scripts license: MIT metadata: version: "1.0.0" author: agno

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