file-tools
Read, write, edit, and search files using view, put, sub, and glob
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Read, write, edit, and search files using view, put, sub, and glob
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.