ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

custom-clients

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/596655510-wang/mydir
Or

Custom Clients

列出支持的客户列表。

使用方法

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

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

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-596655510-wang-mydir": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.