← 返回 Skills 市场
162
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simple-file-tree - 安装完成后,直接呼叫该 Skill 的名称或使用
/simple-file-tree触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Simple File Tree?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install simple-file-tree」即可一键安装,无需额外配置。
Simple File Tree 是免费的吗?
是的,Simple File Tree 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Simple File Tree 支持哪些平台?
Simple File Tree 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Simple File Tree?
由 목진왕(@jinwangmok)开发并维护,当前版本 v1.0.0。
推荐 Skills