Files
X-Agents/account/admin/skills/system/list-directory/SKILL.md
2026-03-11 16:26:22 +08:00

727 B

name, description, system, handler, tool-name, category
name description system handler tool-name category
list-directory List directory contents including files and subdirectories. When you need to explore directory structure, find specific files, or check what exists in a folder. true filesystem list_directory File System

List Directory

列出目录内容。

Parameters

参数 类型 必填 说明
path string 目录路径

Returns

  • 文件名和类型
  • 文件大小
  • 修改时间

Examples

列出当前目录:

{"path": "."}

列出指定目录:

{"path": "/home/user/documents"}
  • read-file: 读取文件内容
  • write-file: 写入文件