wecom-contact-lookup

Look up corporate directory users by name or alias via wecom_mcp.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-contact-lookup-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-contact-lookup
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-contact-lookup
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-contact-lookup-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams locate colleagues within the current user's visible corporate directory by name or alias, returning only members the user is allowed to see.

Core Features & Use Cases

  • Fetches the full list of visible contacts via the wecom_mcp get_userlist interface.
  • Locally filters results by exact or partial match on name or alias and returns userid, name, and alias.
  • Enforces visibility constraints and presents only permissible results, with clear handling when no matches are found.

Quick Start

Ask me to look up a colleague by name or alias within your visible corporate contacts.

Frequently Asked Questions about wecom-contact-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a colleague's userid in WeCom by their name or alias?

To look up a WeCom userid, this tool queries your visible corporate directory and returns matching userid, name, and alias records for the provided name or alias.

Can I find WeCom contacts using fuzzy matching if I only remember part of a name?

Yes, finding WeCom contacts supports fuzzy matching, allowing you to search by partial name or alias. It locally filters the visible directory to return all permissible partial matches.

Does WeCom contact lookup enforce corporate directory visibility constraints?

Yes, WeCom contact lookup strictly enforces visibility constraints. It fetches the directory via the get_userlist interface and presents only the permissible contacts the current user is allowed to see.

What happens when a WeCom contact search finds no matching users?

When a WeCom contact search finds no matches, the lookup gracefully handles the scenario by returning structured empty results, ensuring the process completes without errors.

Why does my WeCom contact lookup only return a maximum of 10 members?

Your WeCom contact lookup returns a maximum of 10 members because the tool enforces a strict 10-member visibility limit when fetching the directory list via the wecom_mcp interface.