HomeBrowseUpload
← Back to registry
// Skill profile

Custom Clients

name: custom-clients

by 596655510-wang · published 2026-04-01

自定义
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:596655510-wang/596655510-wang-mydir
View on GitHub
// Full documentation

---

name: custom-clients

description: 列出 E:\work\custom 下所有客户文件夹名称。触发词包括"我的客户"、"列出客户"、"客户有哪些"、"支持的客户"、"客户列表"、"查看客户"、"custom客户"。

user-invocable: true

---

# Custom Clients

列出支持的客户列表。

使用方法

当需要列出支持的客户时,执行以下 PowerShell 命令:

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8; Get-ChildItem -Path "E:\work\custom" -Directory | ForEach-Object { $_.Name }

这会返回 E:\work\custom 目录下所有子文件夹的名称(即客户名称)。

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band