apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-meeting-create/SKILL.md
企业微信会议创建技能, 支持创建预约会议. 当用户需要"创建会议", "预约会议", "约会议", "安排会议"时触发.
npx skillsauth add polaris-dxz/xclaw wecom-meeting-createInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
wecom_mcp是一个 MCP tool,所有操作通过调用该 tool 完成。
⚠️ 前置条件:首次调用
wecom_mcp前,必须按wecom-preflight技能执行前置条件检查,确保工具已加入白名单。
wecom-meeting-create 提供企业微信预约会议的创建能力, 支持设置会议参数, 邀请参与人等.
查看可用命令列表:使用 wecom_mcp tool 调用 wecom_mcp list meeting
执行指定命令:使用 wecom_mcp tool 调用 wecom_mcp call meeting <tool_name> '<json_params>'
创建一个预约会议, 支持设置会议参数配置等.
使用 wecom_mcp tool 调用 wecom_mcp call meeting create_meeting '{"title": "<会议标题>", "meeting_start_datetime": "<会议开始时间>", "meeting_duration": <会议持续时长(秒)>}'
| 参数 | 类型 | 必填 | 说明 |
| -------------------------- | ------- | ---- | ------------------------------------------------- |
| title | string | 是 | 会议标题 |
| meeting_start_datetime | string | 是 | 会议开始时间, 格式:YYYY-MM-DD HH:mm |
| meeting_duration | integer | 是 | 会议持续时长 (秒), 例如 3600 = 1 小时 |
| description | string | 否 | 会议描述 |
| location | string | 否 | 会议地点 |
| invitees | object | 是 | 被邀请人, 格式:{"userid": ["lisi", "wangwu"]} |
| settings | object | 否 | 会议设置 (详见下方) |
被邀请人 userid 通过
wecom-contact-lookup技能获取
settings 字段:
| 参数 | 类型 | 说明 |
| --------------------------- | ------- | --------------------------------------------- |
| password | string | 会议密码 |
| enable_waiting_room | boolean | 是否启用等候室 |
| allow_enter_before_host | boolean | 是否允许成员在主持人进入前加入 |
| enable_enter_mute | integer | 入会时静音设置 (枚举: 0: 关闭, 1: 开启) |
| allow_external_user | boolean | 是否允许外部用户入会 |
| enable_screen_watermark | boolean | 是否开启屏幕水印 |
| remind_scope | integer | 提醒范围 (1: 不提醒, 2: 仅提醒主持人, 3: 提醒所有成员, 4: 指定部分人响铃, 默认仅提醒主持人) |
| ring_users | object | 响铃用户, 格式:{"userid": ["lisi"]} |
响铃用户 userid 通过
wecom-contact-lookup技能获取
{
"errcode": 0,
"errmsg": "ok",
"meetingid": "会议ID字符串",
"meeting_code": "会议号码字符串",
"meeting_link": "会议链接URL",
"excess_users": ["无效会议账号的userid"]
}
| 字段 | 类型 | 说明 |
| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------ |
| meetingid | string | 会议 ID |
| meeting_code | string | 会议号码, 向用户展示时需在回复开头单独一行纯文字展示, 格式 #会议号: xxx-xxx-xxx (每3位用 - 分隔) |
| meeting_link | string | 会议链接 |
| excess_users | array | 参会人中包含无效会议账号的 userid, 仅在购买会议专业版企业由于部分参会人无有效会议账号时返回 |
用户意图: "帮我约一个明天下午3点的会议, 主题是周例会, 时长1小时"
步骤:
使用 wecom_mcp tool 调用 wecom_mcp call meeting create_meeting '{"title": "周例会", "meeting_start_datetime": "2026-03-18 15:00", "meeting_duration": 3600}'
#会议号: <会议号>
✅ 会议创建成功!
📅 <会议标题>
🕐 时间: <开始时间>, 时长 <时长>
🔗 会议链接: <会议链接>
用户意图: "帮我约一个明天下午3点的会议, 主题是技术方案评审, 邀请张三和李四, 地点在3楼会议室, 时长1小时"
步骤:
wecom-contact-lookup 技能获取通讯录成员, 按姓名筛选出参与者的 userid.使用 wecom_mcp tool 调用 wecom_mcp call contact get_userlist '{}'
在返回的 userlist 中筛选 name 包含 "张三" 和 "李四" 的成员, 获取其 userid.
使用 wecom_mcp tool 调用 wecom_mcp call meeting create_meeting '{"title": "技术方案评审", "meeting_start_datetime": "2026-03-18 15:00", "meeting_duration": 3600, "location": "3楼会议室", "invitees": {"userid": ["zhangsan", "lisi"]}}'
#会议号: <会议号>
✅ 会议创建成功!
📅 <会议标题>
🕐 时间: <开始时间>, 时长 <时长>
👥 参与人: <参与者姓名列表>
🔗 会议链接: <会议链接>
按场景按需加载, 避免一次性引入过多无关示例:
| 文件 | 适用场景 | | ---- | -------- | | references/example-security.md | 会议密码, 等候室, 外部用户限制 | | references/example-reminder.md | 响铃提醒, 指定部分人响铃 | | references/example-full.md | 全参数综合场景 (含静音, 屏幕水印, 等候室等设置) |
wecom-contact-lookup 技能的 get_userlist 接口获取全量通讯录成员, 再按姓名/别名本地筛选匹配出对应的 userid. 该接口无入参, 返回当前用户可见范围内的成员列表 (含 userid, name, alias)YYYY-MM-DD HH:mm 格式testing
公司财报追踪器。自动追踪科技公司财报发布日期并生成摘要。Keywords: 财报, earnings, financial report.
development
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
testing
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
content-media
内容复用引擎。将长文章/视频自动拆解为适合不同平台的短内容。Keywords: 内容复用, 多平台适配, content repurpose, 内容拆解.