wecom-contact-lookup

Look up WeCom contacts by name or alias within the visible address book.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-contact-lookup-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-contact-lookup
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-contact-lookup
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-contact-lookup-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a simple way to retrieve information about WeCom contacts within the scope of their visible address book, without manually parsing raw tool output.

Core Features & Use Cases

  • Contact Retrieval: Calls the wecom_mcp tool to obtain the full user list via the get_userlist interface.
  • Local Filtering: Performs precise or fuzzy matching on name and alias, handling multiple results and prompting for selection when needed.
  • Error Handling: Detects API errors, respects the ten‑contact limit, and informs the user of issues.

Quick Start

Ask the skill to find a contact, for example, “Find the user named 张三”.

Frequently Asked Questions about wecom-contact-lookup

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

FAQPage Schema
How do I lookup WeCom contacts by name or alias?

To lookup WeCom contacts, the skill calls the wecom_mcp tool to retrieve the visible address book user list, then performs local precise or fuzzy matching on contact names and aliases to return the filtered results.

Do I need to pre-install the wecom_mcp tool to search the WeCom address book?

Yes, the wecom_mcp tool must be pre-installed and whitelisted before you can use this skill to search the WeCom address book. The skill relies entirely on this tool's get_userlist interface to retrieve contact data.

What is the maximum number of WeCom contacts I can retrieve in a single query?

The maximum number of WeCom contacts you can retrieve per query is ten. The skill enforces this contact limit and handles API error codes returned by the wecom_mcp tool to inform you of any issues.

Can I perform fuzzy matching on WeCom contact aliases within my visible address book?

Yes, you can perform fuzzy matching on WeCom contact aliases. The skill retrieves the full user list from your visible address book and applies local filtering to match names and aliases, prompting for selection when multiple results are found.

Why does my WeCom contact lookup return an API error?

Your WeCom contact lookup may return an API error if the wecom_mcp tool is not properly whitelisted or if the ten-contact limit is exceeded. The skill detects these API errors and informs you of the specific issues returned by the interface.

What's the best way to find a specific user in the WeCom address book?

The best way to find a specific user is to ask the skill to find the contact by name or alias. It retrieves the full user list via the wecom_mcp tool and performs local precise or fuzzy matching to locate the contact within your visible address book.