wecom-contact

Query visible WeCom directory members via get_userlist and filter by name or alias.

452|71|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-contact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-contact
Source: https://github.com/WecomTeam/wecom-openclaw-plugin/tree/main/skills/wecom-contact
Command: npx skills add https://github.com/WecomTeam/wecom-openclaw-plugin --skill wecom-contact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies and returns the visible directory members within the current user's scope by querying the MCP tool, enabling quick lookups without exposing the entire directory.

Core Features & Use Cases

  • Fetches visible contacts using the wecom_mcp tool's get_userlist interface.
  • Locally filters results by name or alias with support for exact or fuzzy matches.
  • Returns only members the user has permission to view and handles the 10-member visibility limit as a guardrail.

Quick Start

Query the visible contacts by calling the MCP tool and filter results locally by name or alias.

Frequently Asked Questions about wecom-contact

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 name or alias?

You can look up a colleague's userid by querying the Wecom directory with the get_userlist interface, which returns userid, name, and alias for members within your visible scope.

Can I perform a fuzzy match search for contacts in the Wecom directory?

Yes, you can perform a fuzzy match search for Wecom contacts by fetching the visible user list and filtering the results locally by name or alias to find the matching members.

Does the Wecom contact lookup expose the entire company directory?

No, the Wecom contact lookup does not expose the entire directory; it only queries and returns members that the current user has permission to view based on their scope.

Why does my Wecom contact search return an alert when there are more than ten results?

Your Wecom contact search triggers an alert for more than ten results because the lookup feature includes a guardrail that handles the ten-member visibility limit as an error.

What do I need to query visible contacts using the MCP tool?

To query visible contacts you need the wecom_mcp tool to call the contact get_userlist interface, which enables local filtering of directory members by name or alias.

What's the best way to find a specific user in Wecom without exporting the full contact list?

The best way to find a specific user without exporting the full list is using the MCP tool's get_userlist interface to fetch and locally filter only your visible directory members.