wecom-contact-lookup

Query WeCom contacts via wecom_mcp and filter by name or alias.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-contact-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-contact-lookup
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-contact-lookup
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-contact-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill retrieves the current user's visible WeCom contact list using MCP tool, and then locally filters by name or alias to match results, returning userid, name, and alias while ensuring only visible contacts are returned.

Core Features & Use Cases

  • Retrieve the full visible contact list via MCP tool call to get_userlist
  • Filter locally by name or alias to support exact or fuzzy matches
  • If multiple results are found, present candidates for user selection, ensuring privacy by excluding non-visible contacts

Quick Start

Ask your bot to find a contact by name or alias using the wecom_mcp tool.

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 for WeCom contacts by name or alias?

To search WeCom contacts, this skill retrieves your visible contact list via the MCP tool and locally filters by name or alias, supporting both exact and fuzzy matches to return the userid, name, and alias.

What happens when a WeCom contact search returns multiple matching results?

When multiple WeCom contacts match your search query, the skill presents all matching candidates locally, allowing you to select the correct person from the filtered list of userids, names, and aliases.

Can I retrieve WeCom contacts that are outside my visible scope?

No, you cannot retrieve contacts outside your visible scope. The skill enforces WeCom visibility constraints, returning only contacts you are permitted to view and providing guidance when access is insufficient.

Does WeCom contact lookup support fuzzy name matching?

Yes, WeCom contact lookup supports fuzzy matching. After retrieving the visible enterprise contact list via the MCP tool, it filters locally by name or alias to catch approximate matches and present multiple candidates.

Why am I unable to find a specific user when searching WeCom contacts?

You may be unable to find a specific user due to WeCom visibility constraints. The skill only returns contacts you are permitted to view, excluding non-visible contacts and providing clear guidance when access is insufficient.