← 返回 Skills 市场
查询目录
作者
596655510-wang
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mydir
功能描述
列出 E:\work\custom 下所有客户文件夹名称。触发词包括"我的客户"、"列出客户"、"客户有哪些"、"支持的客户"、"客户列表"、"查看客户"、"custom客户"。
安全使用建议
This skill is internally consistent: it simply runs a PowerShell command to list subfolders in E:\work\custom and asks for no credentials. Before installing, confirm: (1) the agent will run on Windows/has PowerShell available — otherwise the command will fail; (2) you are comfortable granting the agent read access to E:\work\custom (it will reveal directory names); (3) the path E:\work\custom actually exists and contains only information you are willing to expose to the agent. If you do not want any agent access to your local filesystem, do not install. If you need cross-platform behavior, request a version that includes alternative commands for non-Windows systems.
功能分析
Type: OpenClaw Skill
Name: mydir
Version: 1.0.0
The skill bundle is designed to list directory names within a specific local path (E:\work\custom) using a standard PowerShell command. The logic in SKILL.md is transparent, aligns perfectly with the stated purpose, and contains no indicators of malicious activity, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The name and description say it will list customer folders under E:\work\custom, and the SKILL.md contains a single PowerShell command that exactly performs that action. There are no unrelated requirements or credentials.
Instruction Scope
Instructions are narrow and only run Get-ChildItem on E:\work\custom to return directory names. Note: the command assumes a Windows environment with PowerShell available and that the agent has filesystem access and permission to read that path. It does not instruct reading other files or sending results to external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes persistent footprint and disk writes.
Credentials
The skill declares no environment variables or credentials, which is proportionate. However, it does implicitly require PowerShell/Windows; that implicit dependency is not declared but is reasonable for the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges, nor does it modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mydir - 安装完成后,直接呼叫该 Skill 的名称或使用
/mydir触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of "custom-clients" skill.
- Provides a command to list all customer folder names under E:\work\custom.
- Supports user prompts such as "我的客户", "列出客户", "客户有哪些", "支持的客户", "客户列表", "查看客户", and "custom客户".
- Instructions included for executing the PowerShell command to display supported client names.
元数据
常见问题
查询目录 是什么?
列出 E:\work\custom 下所有客户文件夹名称。触发词包括"我的客户"、"列出客户"、"客户有哪些"、"支持的客户"、"客户列表"、"查看客户"、"custom客户"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 查询目录?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mydir」即可一键安装,无需额外配置。
查询目录 是免费的吗?
是的,查询目录 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
查询目录 支持哪些平台?
查询目录 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 查询目录?
由 596655510-wang(@596655510-wang)开发并维护,当前版本 v1.0.0。
推荐 Skills