Install
openclaw skills install tree-toolDisplay directory structure as an indented tree. Use for visualizing folder hierarchies and project structure.
openclaw skills install tree-toolRecursively list directory contents in a tree-like format. Shows files and folders with indentation to visualize the complete directory structure.
tree-tool [options] [path]
-L N: Limit depth to N levels-d: Show directories only-a: Show hidden files-h: Print file sizes-I pattern: Exclude files matching patterntree-tool
tree-tool -L 2 /home/user
tree-tool -d -L 1