wecom-meeting-manage

Cancel WeCom meetings and update attendee lists via wecom_mcp commands.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-meeting-manage-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-meeting-manage
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-meeting-manage
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-meeting-manage-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel scheduled WeCom meetings and update invited members.

Core Features & Use Cases

  • Cancel a scheduled meeting in WeCom when plans change.
  • Update the full list of invited attendees for a meeting.
  • Retrieve meeting details and resolve attendee identities via WeCom MCP workflows.

Quick Start

Ask the assistant to cancel a specific WeCom meeting or to update the invited members by providing the meetingid and the new invitee list.

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?

To cancel a WeCom meeting, you must first retrieve the meetingid and then use the wecom_mcp tool to execute the cancel_meeting operation. The assistant handles this workflow by identifying the target meeting and applying the cancellation command.

How do I update invited members for a WeCom meeting?

You can update invited members for a WeCom meeting by using the set_invite_meeting_members operation via the wecom_mcp tool. This requires providing the specific meetingid and the new list of invitees to replace the existing attendee list.

Do I need the wecom_mcp tool to manage enterprise meeting workflows?

Yes, managing enterprise meetings through this assistant relies explicitly on the wecom_mcp tool for command execution. It is required to perform preflight checks, resolve attendee identities, and apply meeting cancellations or attendee changes.

What is the process to resolve attendee identities when modifying WeCom invitees?

Resolving attendee identities for WeCom invitees is handled through WeCom MCP workflows. The system performs a preflight check to identify the meeting, retrieves the meetingid, and resolves contacts before applying the updated invitee list.

Are there limitations when changing the full list of invited attendees in WeCom?

When updating the full list of invited attendees, the set_invite_meeting_members operation replaces the entire invitee list rather than appending to it. You must provide explicit parameters, including the meetingid and all intended invitees, via the wecom_mcp tool.