system-info-skill
Retrieves system information using bash and python.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Retrieves system information using bash and python.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | System Info Skill |
| description | Retrieves system information using bash and python. |
You have been asked to retrieve basic system and environment information.
bash_agent to run uname -a to get the OS information.python_agent to run a short script that imports sys and prints sys.version to get the Python version.If you hit any errors, return the error nicely to the user.