wecom-contact-lookup

Search WeChat enterprise contacts by name or alias via get_userlist.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-contact-lookup-fengtc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-contact-lookup
Source: https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min/tree/main/skills/wecom-contact-lookup
Command: npx skills add https://github.com/fengtc/wecom-openclaw-plugin-multi-bot-min --skill wecom-contact-lookup-fengtc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to efficiently find and identify contacts from the WeChat enterprise contact list by name or alias, saving time and reducing manual searches.

Core Features & Use Cases

  • Retrieve visible contacts: Call get_userlist via MCP tool to fetch the current user’s accessible contact list.
  • Search by name or alias: Locally filter contacts matching user-provided keywords for precise or fuzzy matching.
  • Use Case: A user wants to identify a colleague named "Sam," and the Skill returns the matching contact details, facilitating targeted communication or further actions.

Quick Start

Use this Skill to find contact information for a person named "Sam" within your visible scope in WeChat enterprise 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 search enterprise WeChat contacts by name or alias?

To search enterprise WeChat contacts, this Skill calls the `get_userlist` MCP tool to fetch your visible contacts and locally filters them by name or alias using exact or fuzzy matching.

What is the best way to find a specific colleague in my visible WeCom contact scope?

The best way to find a colleague in your visible WeCom scope is providing their name or alias to this Skill, which locally filters the fetched `get_userlist` data for precise matches.

Does this contact lookup tool require an MCP connection to retrieve user lists?

Yes, this contact lookup requires an MCP connection because it calls the `get_userlist` tool from the MCP server to retrieve current enterprise contact data before performing local searches.

Can I use fuzzy matching to identify enterprise contacts when I only know a partial name?

Yes, you can use fuzzy matching to identify enterprise contacts because the Skill supports filtering and matching contacts based on partial keywords provided by the user.

What limitations exist when searching for WeChat enterprise contacts within my visible scope?

A key limitation is that searches are restricted to your visible contact scope, as the Skill only retrieves and filters data returned by the `get_userlist` MCP tool.

How to retrieve visible WeCom contacts for targeted communication tasks?

To retrieve visible WeCom contacts, the Skill fetches the current user list via the `get_userlist` MCP tool and filters it by provided keywords, returning matching details for communication.