wecom-meeting-create

Create WeCom meetings with configurable parameters via wecom_mcp.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-meeting-create-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-meeting-create
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-meeting-create
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-meeting-create-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise teams need a straightforward way to create and schedule WeCom meetings with proper attendee management and settings.

Core Features & Use Cases

  • Create appointment meetings with configurable parameters: title, start time, duration, description, and location.
  • Invite participants by resolving userids through wecom-contact-lookup and adding them to the meeting.
  • Perform a preflight check before first use to ensure the tool is whitelisted.
  • Return key meeting details: meetingid, meeting_code, and meeting_link for user consumption.

Quick Start

Ask the agent to create a meeting by providing the title, start time, duration, and optional invitees, and it will execute the wecom_mcp call meeting create_meeting.

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 a WeCom meeting and automatically invite participants?

To schedule a WeCom meeting, provide the title, start time, duration, and optional invitees. The tool resolves participant userids via wecom-contact-lookup and returns the meetingid, meeting_code, and meeting_link.

What is a preflight check for WeCom meeting automation and why do I need it?

A preflight check ensures the WeCom meeting creation tool is properly whitelisted before first use. Running the wecom-preflight check verifies your environment setup, preventing execution failures when automating meeting scheduling.

Can I set a password or waiting room when creating a WeCom meeting?

Yes, creating a WeCom meeting supports various configurable settings including meeting passwords and waiting rooms. These options are passed as JSON parameters during the create_meeting automation process.

What details do I need to provide to automate enterprise WeCom meeting creation?

Automating enterprise WeCom meeting creation requires a meeting title, start time, duration, and location. You can also include a description and optional invitees to fully configure the appointment meeting parameters.

What information do I get back after creating a WeCom meeting?

After creating a WeCom meeting, the automation returns key meeting details including the meetingid, meeting_code, and meeting_link. These outputs allow users to directly access and share the scheduled appointment.