Safe filesystem operations using built-in Unix and macOS tools — list, search, organize, rename, move, copy, and delete files with a safety-first approach.
npx clawhub@latest install file-managementThe File Management skill gives your AI assistant safe, reliable control over your local filesystem using only pre-installed Unix and macOS tools. No external dependencies, no network access — just powerful file operations with a built-in safety model that always confirms destructive actions before executing them.
trash (recoverable) rather than permanent rm.Read-only operations like ls, find, grep, cat, du, and stat are executed immediately. Write and destructive operations — mv, cp, rm, mkdir — always require explicit confirmation before running.
Search files using find with filters for name patterns, file size, and modification date. Use grep to search inside file contents recursively across entire directory trees.
Analyze how space is distributed across directories using du, sort subdirectories by size, and surface the largest files on your system.
Rename groups of files at once using pure bash loops — swap file extensions, replace spaces with underscores, or apply consistent naming conventions across a directory.
Create and extract tar.gz and .zip archives using built-in system tools — no third-party software required.
Use trash for recoverable deletions instead of permanent rm, query Spotlight metadata with mdls, and interact with the clipboard via pbcopy and pbpaste.
List all files, filter by type or size, then safely move or trash unneeded items — with confirmation before any file is touched.
Run a disk usage breakdown across directories to identify the biggest files and folders consuming space on your machine.
Rename dozens of files in one step — for example, converting all .txt files to .md or replacing spaces with underscores across a directory.
Use recursive grep to find TODOs, deprecated function calls, or any string pattern across an entire project directory, with line numbers and context.
tree, rg (ripgrep), fd, dust, bat can be installed via Homebrew for enhanced output but are not requirednpx clawhub@latest install file-managementnpx clawhub@latest install file-managementLog in to write a review
No reviews yet. Be the first to share your experience!