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()))".