file-tools
Read, write, edit, and search files using view, put, sub, and glob
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Read, write, edit, and search files using view, put, sub, and glob
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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.