← Back to Skills Marketplace
jinwangmok

Simple File Tree

by 목진왕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
162
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install simple-file-tree
Description
Show the directory tree structure of a folder. Displays files and subdirectories in a visual tree format. Use when the user wants to see what files are in a...
Usage Guidance
This skill appears coherent and lightweight. It will list files and directories from whatever path you provide, so avoid pointing it at locations containing sensitive files if you don't want those names displayed. The included run.sh performs reasonable argument validation; review it before use (it's short and readable). Ensure your environment has find, sort, and sed available. No network access or secrets are requested by this skill.
Capability Analysis
Type: OpenClaw Skill Name: simple-file-tree Version: 1.0.0 The skill provides a standard utility to visualize directory structures using common Unix commands (find, sort, sed). The implementation in run.sh includes appropriate input validation for the directory path and depth arguments, and the documentation in SKILL.md and MANUAL.md is consistent with the code's behavior. No malicious patterns, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (show directory tree) align with required binaries (find, sort, sed), the provided SKILL.md usage, and the included run.sh. The requested tools are exactly what the task needs.
Instruction Scope
SKILL.md and run.sh only reference running find|sort|sed on a user-supplied directory and validating the numeric depth. There are no instructions to read unrelated files, environment variables, or send data externally.
Install Mechanism
No install spec; this is instruction-only with a small helper script included. Nothing is downloaded or written to arbitrary locations during install.
Credentials
No environment variables, credentials, or config paths are required. The declared binaries are appropriate and proportionate to the feature.
Persistence & Privilege
Skill is not forced-always, does not request persistent privileges, and does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install simple-file-tree
  3. After installation, invoke the skill by name or use /simple-file-tree
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of file-tree skill. - Displays a directory's file and subdirectory structure in a visual, indented tree format. - Uses Bash tools: find, sort, and sed. - Simple command interface with customizable directory path and maximum depth.
Metadata
Slug simple-file-tree
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Simple File Tree?

Show the directory tree structure of a folder. Displays files and subdirectories in a visual tree format. Use when the user wants to see what files are in a... It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.

How do I install Simple File Tree?

Run "/install simple-file-tree" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Simple File Tree free?

Yes, Simple File Tree is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Simple File Tree support?

Simple File Tree is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Simple File Tree?

It is built and maintained by 목진왕 (@jinwangmok); the current version is v1.0.0.

💬 Comments