wecom-meeting-manage

Cancel WeCom meetings and update invited members via wecom_mcp.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-meeting-manage-datingli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-meeting-manage
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-meeting-manage
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-meeting-manage-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

企业微信会议管理的日常操作通常涉及取消会议、更新受邀成员等步骤,流程繁琐且易出错。本技能提供一个统一入口,帮助自动化执行这些任务,并确保操作符合预设权限与前置检查。

Core Features & Use Cases

  • 取消指定的会议:快速执行取消并返回结果。
  • 更新受邀成员:全量覆盖当前邀请名单,自动整合通讯录中的成员。
  • 工作流示例:从会议查询到执行修改的端到端流程,降低人工介入成本。

Quick Start

Use the wecom_mcp tool to cancel a meeting or update the invited members.

Frequently Asked Questions about wecom-meeting-manage

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

FAQPage Schema
How do I automate WeCom meeting management for canceling sessions and updating invitees?▼

You can automate WeCom meeting management by using the wecom_mcp tool to cancel sessions and update invited participants. The workflow requires a wecom-preflight pre-check and a valid meetingid to execute operations.

Can I update invited members for an enterprise WeCom meeting through automation?▼

Yes, you can update invited members for an enterprise WeCom meeting by calling the wecom_mcp set_invite_meeting_members function. This action fully overwrites the current invitee list by integrating contacts with the specified meetingid and invitees.

What is the workflow to cancel a WeCom meeting via wecom_mcp?▼

The workflow to cancel a WeCom meeting involves running wecom-preflight pre-checks first, then using wecom_mcp calls with the correct meetingid to locate the session and execute the cancellation, returning the result automatically.

Do I need to run pre-checks before modifying WeCom meeting attendees?▼

Yes, you need to run wecom-preflight pre-checks before modifying WeCom meeting attendees. These checks ensure operations comply with preset permissions and validate the environment before executing wecom_mcp calls to update invitees or cancel sessions.

Does updating WeCom meeting invitees overwrite the entire existing participant list?▼

Yes, updating WeCom meeting invitees performs a full overwrite of the current invited participant list. The automation integrates members from the address book to completely replace the existing invitees for the specified meetingid.

Why use automation for enterprise WeCom meeting management instead of manual updates?▼

Using automation for enterprise WeCom meeting management reduces manual intervention costs and prevents errors in繁琐 processes. It provides an end-to-end workflow from meeting query to execution, ensuring cancelations and invitee updates are handled systematically.