Claude Code Plugins

Community-maintained marketplace

Feedback

system-info

@agno-agi/agno
36.8k
0

Get system information using executable scripts

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name system-info
description Get system information using executable scripts
license MIT
metadata [object Object]

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