Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill pythonコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | python |
| command | /python |
| description | Execute Python 3 code snippets |
| allowed-tools | ["exec","write","read"] |
| version | 1.0.0 |
Execute Python 3 code snippets.
Write the Python code to a temp file using write, then run it with exec: python3 /path/to/file.py. Capture and report stdout/stderr. Clean up the temp file after execution.