wecom-contacts

Query WeCom users and departments via get_user, get_department, and list_department_users.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams often need quick access to coworker and department information stored in the WeCom corporate directory. This skill enables rapid lookups of users and departments, reducing manual navigation and improving response times for internal workflows.

Core Features & Use Cases

  • Query user details by user_id (name, title, department, contact)
  • Retrieve department information and its members
  • Use case: build org charts or route internal support requests efficiently

Quick Start

Provide an action (get_user, get_department, or list_department_users) and the corresponding IDs to fetch data from WeCom.

Frequently Asked Questions about wecom-contacts

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

FAQPage Schema
How do I query WeCom contacts and department information for a corporate directory?

Query WeCom contacts by providing an action like get_user, get_department, or list_department_users with the corresponding IDs to retrieve users and departments from the corporate directory.

How do I retrieve department members in WeCom to build an org chart?

Retrieve department members in WeCom by using the list_department_users action with the specific department ID to fetch its members for building org charts or routing internal support requests.

Do I need API configuration and access permissions to fetch WeCom users?

You need a valid WeCom API configuration and appropriate access permissions to fetch user data securely. The skill requires these credentials to execute get_user and department lookup actions.

What user details can I look up in the WeCom directory?

You can look up WeCom user details including name, title, department, and contact information. This requires providing a valid user_id to the get_user action to retrieve the specific records.

Can this skill route internal support requests by looking up WeCom departments?

Yes, you can route internal support requests by using get_department and list_department_users actions to identify appropriate department members and their contact details within the WeCom directory.