wecom-meeting-create

Schedule enterprise WeChat meetings via the wecom_mcp tool with a JSON payload.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill wecom-meeting-create-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-meeting-create
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/wecom-openclaw-plugin/skills/wecom-meeting-create
Command: npx skills add https://github.com/bluegitter/QClaw --skill wecom-meeting-create-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables users to quickly create and schedule enterprise WeChat (WeCom) meetings without manually navigating the WeChat UI.

Core Features & Use Cases

  • Meeting creation: Define title, start time, duration, and optional settings such as password, waiting room, and external participant allowance.
  • Invite management: Add participants by their WeCom user IDs, typically retrieved via the wecom-contact-lookup skill.
  • Flexible settings: Configure meeting security, reminders, and entry permissions through a JSON payload.
  • Use case: An employee can ask the assistant to set up a project kickoff meeting with specific attendees and security settings in a single command.

Quick Start

Ask the skill to schedule a meeting titled “Team Sync” for tomorrow at 10 AM lasting one hour with participants Zhang San and Li Si.

Frequently Asked Questions about wecom-meeting-create

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

FAQPage Schema
How do I schedule enterprise WeChat meetings automatically?

You can schedule enterprise WeChat meetings automatically by defining the meeting title, time, duration, invitees, and optional settings like passwords, which are then sent as a JSON payload to the meeting creation API.

Can I add external participants to a WeCom meeting using this automation?

Yes, you can configure external participant allowance as an optional setting within the JSON payload when you create the WeCom meeting.

What settings can I configure when creating a WeCom meeting via API?

When creating a WeCom meeting via API, you can configure the meeting title, start time, duration, invitees, password, waiting room, and entry permissions.

How do I invite specific users to an enterprise WeChat meeting?

To invite specific users, you add participants by their WeCom user IDs into the JSON payload, typically retrieving these IDs through a contact lookup process beforehand.

Do I need a waiting room for my enterprise WeChat meeting?

A waiting room is an optional security setting you can enable for your enterprise WeChat meeting to control participant entry before the host joins.

What is the best way to automate project kickoff meeting creation in WeCom?

The best way to automate WeCom meeting creation is to issue a single command specifying the title, start time, duration, attendees, and security settings to execute the meeting creation API instantly.