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.