wecom-external

Query WeCom customers and external contacts via the enterprise WeCom API.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill wecom-external
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-external
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/wecom/external
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill wecom-external

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables querying enterprise WeChat (WeCom) customers and their external contacts, removing manual lookups and accelerating CRM workflows.

Core Features & Use Cases

  • List external contacts for a given user_id to surface all relevant client contacts.
  • Retrieve detailed information for a specific external contact via external_user_id.
  • Use case: quickly assemble a CRM contact sheet for a sales representative or support agent.

Quick Start

Query WeCom external contacts for a given user_id to retrieve the external contact details.

Frequently Asked Questions about wecom-external

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

FAQPage Schema
How do I query WeCom external contacts for a specific employee?▼

To query WeCom external contacts, you list external contacts by providing the target employee's user_id, which retrieves all relevant client contacts associated with that user from the enterprise WeCom API.

Can I retrieve detailed information for a single external contact in WeCom?▼

Yes, you can retrieve specific contact details by executing the get_external_contact action with a valid external_user_id, returning the full profile information for that WeCom external contact.

What is the best way to integrate enterprise WeCom contact management into a CRM workflow?▼

The best way to integrate enterprise WeCom contact management into a CRM workflow is to automate the list_external_contacts and get_external_contact actions, removing manual lookups and accelerating contact sheet assembly.

Does this WeCom API integration require any external dependencies or components?▼

No, this WeCom API integration requires no external dependencies or components to function, allowing you to directly query enterprise WeCom customers and external contacts within your existing environment.

Why am I unable to list external contacts for a user_id in WeCom?▼

Failing to list external contacts for a user_id usually means the required parameters for the list_external_contacts action are missing or invalid, preventing the enterprise WeCom API from returning the associated records.