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.