wecom-meeting-manage

Cancel WeCom meetings and update attendees via wecom_mcp.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

企业微信会议管理场景中,用户需要取消会议或更新受邀成员时提供一个完整、可执行的流程。

Core Features & Use Cases

  • 取消指定会议
  • 全量覆盖更新受邀成员列表
  • 基本工作流示例:定位会议 → 执行取消/更新 → 展示结果

Quick Start

Cancel a target WeCom meeting by locating its meetingid with wecom-meeting-query and then issuing the cancel command via wecom_mcp.

Frequently Asked Questions about wecom-meeting-manage

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

FAQPage Schema
How do I cancel a scheduled WeCom meeting using automation?

You can cancel a WeCom meeting by first locating the meetingid with wecom-meeting-query, then executing the cancel action through the wecom_mcp command to complete the process.

Can I update invited attendees for an enterprise WeChat meeting automatically?

Yes, invited attendees can be updated by performing a full overwrite of the invitee list. You need userid values obtained through wecom-contact-lookup, then apply the update via wecom_mcp.

What do I need to set up before modifying WeCom meeting members?

Before modifying members, you need authorized access to the wecom_mcp command and valid userid values for the invitees, which are acquired through the wecom-contact-lookup process.

Does the WeCom meeting management workflow support partial attendee updates?

No, the attendee update feature performs a full overwrite of the invited members list. It replaces all existing invitees with the new set of userids provided to the wecom_mcp tool.

What's the best way to locate a specific WeCom meeting before canceling it?

The best way to locate a specific WeCom meeting is by using the wecom-meeting-query tool to find the required meetingid, which is then passed to wecom_mcp to execute the cancellation.

Why do I need wecom-contact-lookup to change meeting invitees?

You need wecom-contact-lookup because the wecom_mcp tool requires valid userid values to update attendees. The lookup process retrieves these identifiers so you can successfully modify the invitee list.