Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:40,307
forks:5,413
updated:2026년 2월 11일 15:34
파일 탐색기
SKILL.md
| name | system-info |
| description | Get system information using executable scripts |
| license | MIT |
| metadata | {"version":"1.0.0","author":"agno"} |
This skill provides scripts to gather system information.
get_system_info.py - Returns basic system information (OS, Python version, current time)list_directory.py - Lists files in a specified directoryrun_skill_script("system-info", "get_system_info.py") to get system informationrun_skill_script("system-info", "list_directory.py", args=["path"]) to list a directory