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.