file-tools
スター14
フォーク2
更新日2026年5月2日 01:22
Read, write, edit, and search files using view, put, sub, and glob
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Read, write, edit, and search files using view, put, sub, and glob
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Goals, todos, and intentions tracking
Reply to humans who are chatting with me
Reference for the shellm system — recursive LLM shell, identity management, memory, skills, trajectory, and all CLI tools. Use when working on shellm itself, debugging agent behavior, or understanding how the pieces fit together.
Life context and memory system
Send and receive messages via the Telegram Bot API using curl
Manage Google Drive, Gmail, Calendar, Sheets, Docs, and Chat via the gws CLI
| name | file-tools |
| description | Read, write, edit, and search files using view, put, sub, and glob |
| metadata | {"shelllm":{"requires":{"bins":["view","put","sub","glob"]}}} |
You have four file tools available. Prefer these over raw shell equivalents.
view file 10:20 or view file --offset 10 --limit 5echo "content" | put fileglob '**/*.py' for recursive, glob '*.sh' src/ for scoped.