wecom-meeting-query

List and retrieve WeCom meeting details via the wecom_mcp tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

企业用户需要快速查询企业微信(WeCom)会议记录,查看会议列表并获取具体会议信息,从繁杂的日历或对话记录中解放时间成本。

Core Features & Use Cases

  • 查询会议列表:按时间范围列出符合条件的会议ID,便于快速定位后续查询。
  • 获取会议详情:通过会议ID获取完整会议信息(标题、开始时间、时长、与会者、地点等)。
  • 关键词检索:基于标题或描述的关键词搜索,限定时间范围内的相关会议。
  • Use Case:例如用户请求“查看明天的团队会议”或“查找包含'Sprint' 的会议”。

Quick Start

Query the user's meetings within a date range and fetch their details using the wecom_mcp tool.

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 WeCom meeting lists within a specific time range?

To query WeCom meeting lists, you use the list_user_meetings command via the wecom_mcp tool to retrieve meeting IDs within a defined time window. This returns a structured list of meeting IDs for subsequent detail retrieval.

Can I search WeCom meetings by keyword?

Yes, you can search WeCom meetings by keyword using the keyword-search capability within a specified time range. This filters meetings based on matching titles or descriptions to quickly locate relevant sessions.

How do I get detailed information for a specific WeCom meeting?

You get detailed WeCom meeting information by passing a meeting ID to the get_meeting_info command. This retrieves complete specifics including the title, start time, duration, attendees, and location.

What is the process to retrieve meeting specifics using wecom_mcp?

Retrieving meeting specifics using wecom_mcp involves a structured workflow: first list meetings within a date range, then use the returned meeting ID with the get_meeting_info command. This requires a preregistered preflight step defined in the metadata contract.

Do I need a preregistered preflight step to list user meetings?

Yes, listing user meetings requires a preregistered preflight step as defined by the frontmatter-based metadata contract. This ensures the wecom_mcp tool is correctly configured before executing list_user_meetings or get_meeting_info commands.

What details are included when I get meeting info from WeCom?

When you get meeting info from WeCom, the structured response schema includes the meeting title, start time, duration, list of attendees, and location. This provides a complete overview of the queried session.