What problem does it solve? Finding a colleague's userid in WeCom (Enterprise WeChat) normally requires manual directory browsing, and many WeCom APIs require a userid rather than a display name. This Skill retrieves the visible contact list via the wecom-pro CLI and resolves names or aliases to userids locally. ## Core Features & Use Cases - Directory Retrieval: Fetches all members within the current user's visible scope using wecom-pro contact get_userlist, returning userid, name, and alias. - Local Name/Alias Matching: Performs exact and fuzzy matching on names and aliases, presenting candidates when multiple members match. - Userid Resolution for Other Operations: Converts a person's name into the userid required by messaging, scheduling, and other WeCom APIs. - Use Case: A user asks "send a message to Zhang San" — the Skill fetches the contact list once, matches "Zhang San" to userid zhangsan, and passes it to the message-sending command. ## Quick Start Ask the assistant to look up a colleague by name or alias, for example: "Find Sam in the WeCom contacts and tell me his userid."