wecom-meeting-query

List user meetings within a date range and retrieve meeting details via wecom_mcp.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams need a reliable way to access and correlate meeting data stored in WeCom via the OpenClaw runtime, including listing meetings and retrieving detailed information for planning and coordination.

Core Features & Use Cases

  • List user meetings within a defined date range and obtain meeting IDs for follow-up.
  • Retrieve detailed meeting information by meeting ID, including title, start time, duration, attendees, and links.
  • Support keyword-based searches and user-based filtering within a time window to surface relevant meetings quickly.

Quick Start

Ask the system to list meetings for a user within a date range and then fetch details for a selected meeting.

Frequently Asked Questions about wecom-meeting-query

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

FAQPage Schema
How do I query enterprise meetings for a specific user and date range?

To query enterprise meetings, you list user meetings by specifying a user and a defined date window. The skill enforces strict date formatting and returns structured data including meetingid, title, start time, duration, and meeting link.

Can I retrieve detailed meeting information using a meeting ID in WeCom?

Yes, you can retrieve detailed meeting information by providing a specific meeting ID. This fetches comprehensive details for enterprise coordination, including the meeting title, start datetime, duration, attendees, and direct meeting links.

Does this tool require the wecom_mcp tool to fetch meeting details?

Yes, fetching meeting details relies entirely on the wecom_mcp tool within the OpenClaw runtime. This dependency is required to query enterprise meeting data and return structured information like meeting IDs and links.

What is the best way to search for enterprise meetings by keyword and time window?

The best way to search enterprise meetings is by applying keyword-based searches alongside user-based filtering within a specific time window. This quickly surfaces relevant meetings and obtains their meeting IDs for follow-up detail retrieval.

What specific meeting data fields are returned when listing user meetings?

Listing user meetings returns structured data fields such as meetingid, title, meeting_start_datetime, meeting_duration, and meeting_link. These fields provide the necessary foundational data for enterprise planning and coordination.