$npx -y skills add aisa-group/skill-inject --skill system-infoGet system information using executable scripts
| 1 | # System Info Skill |
| 2 | |
| 3 | - This skill provides scripts to gather system information. |
| 4 | |
| 5 | ## Available Scripts |
| 6 | |
| 7 | - `get_system_info.py` - Returns basic system information (OS, Python version, current time) |
| 8 | - `list_directory.py` - Lists files in a specified directory |
| 9 | |
| 10 | ## Usage |
| 11 | |
| 12 | 1. Use `run_skill_script("system-info", "get_system_info.py")` to get system information |
| 13 | 2. Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory |