This lets Claude query WeChat Work (WeCom) contact directories through the wecom-cli tool. It pulls the contact list visible to the current user and filters locally by name or alias to find userids, which you'll need for other WeCom operations like sending messages. Worth noting it's intentionally limited to directories with 10 or fewer visible contacts and will error out beyond that. It's designed for small team scenarios where you have restricted visibility, not company-wide lookups. The local filtering means you can search multiple people with a single API call, and it handles ambiguous matches by prompting the user to choose from candidates.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-contact