wecomcli-contact

Query WeCom contacts locally by name or alias using wecom-cli, returning userid, name, alias up to 10 results.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wukangcheng2944/claude-skills --skill wecomcli-contact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecomcli-contact
Source: https://github.com/wukangcheng2944/claude-skills/tree/main/wecomcli-contact
Command: npx skills add https://github.com/wukangcheng2944/claude-skills --skill wecomcli-contact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

帮助用户在企业微信通讯录中快速查询当前可见范围的成员,并按姓名或别名进行筛选。

Core Features & Use Cases

  • 获取当前用户可见范围内的通讯录成员信息(userid、name、alias)
  • 按姓名/别名进行本地过滤和选择,遇到多结果时请用户确认
  • 处理权限限制和错误情况,返回可用结果

Quick Start

在本地执行该技能以查询当前用户可见范围内的通讯录成员并按姓名/别名筛选。

Frequently Asked Questions about wecomcli-contact

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

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

To find WeCom contacts by name or alias, query visible contacts locally within your access scope using the wecom-cli tool, which filters by exact name or partial matches and returns userid, name, and alias. Multiple results prompt user confirmation.

Can I search for enterprise employees using partial name matches in WeCom?

Yes, you can search for enterprise employees using partial name matches in WeCom. The Skill performs local filtering on visible contacts, supporting both exact name and partial alias matches within your current access scope.

What information is returned when querying WeCom contacts locally?

Querying WeCom contacts locally returns a structured userlist containing the userid, name, and alias of each matched contact, enforcing a maximum of 10 results per query for efficient selection.

Does WeCom contact search work if multiple employees share the same name?

WeCom contact search works when multiple employees share the same name by prompting user confirmation to select the correct individual from the results, ensuring accurate identification before returning the final userid.

Are there limitations on the number of results when filtering WeCom contacts?

Yes, there are limitations on the number of results when filtering WeCom contacts, as the local query enforces a maximum of 10 results to keep selection manageable and ensure structured output.

What happens if I search for a colleague outside my WeCom access scope?

If you search for a colleague outside your WeCom access scope, the local query will not return that contact due to permission restrictions, as the Skill only queries members visible within your current access scope.