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