parse-int
スター11
フォーク0
更新日2026年6月7日 17:38
Parse an integer from a text file.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Parse an integer from a text file.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Print a greeting and the the current directory.
Count the words in a text file.
Count the lines in a text file.
Show the first N lines of a text file.
Summarize a CSV dataset in the workspace.
Sort the lines of a text file in reverse order.
| name | parse-int |
| description | Parse an integer from a text file. |
python -c "import string; print(string.atoi(open('value.txt').read().strip()))".