Skip to main content

zoom-meeting

Schedule Zoom meetings with calendar invites. Use when scheduling client calls, consultations, or any video meeting. Triggers: 'zoom meeting with...', 'schedule call with...', 'consultation with...'

跳到安装

来源信息

仓库
aviz85/claude-skills-library
最近来源活动
2026年1月28日 11:27
检测到的 SKILL.md 语言
英语
星标
49
分支
14

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
zoom-meeting
description
Schedule Zoom meetings with calendar invites. Use when scheduling client calls, consultations, or any video meeting. Triggers: 'zoom meeting with...', 'schedule call with...', 'consultation with...'
version
1.0.0
author
aviz85
tags
["zoom","meetings","scheduling","video-calls"]
enhancedBy
[{"get-contact":"Auto-lookup contact by name. Without it: ask user for email/phone directly"},{"calendar":"Check conflicts and send invites. Without it: create Zoom only"},{"whatsapp":"Notify contact to check email. Without it: skip notification"}]
setup
./SETUP.md
setup_complete
false
# Zoom Meeting Scheduler > **First time?** If `setup_complete: false` above, run `./SETUP.md` first, then set `setup_complete: true`. Schedule Zoom meetings and send calendar invites automatically. ## Workflow When user says "Zoom meeting with [name]": 1. **Find contact** using `get-contact` (or ask user for email) 2. **Check duplicates** - search calendar for existing meeting 3. **Check conflicts** at requested time 4. **Create Zoom meeting** → get join_url + password 5. **Create calendar event** with guest + Zoom link 6. **Send WhatsApp** (optional): "שלחתי לך הזמנה לפגישה במייל" 7. **Confirm** to user with meeting details ## Multiple Contacts If multiple found, ask user to choose: ``` Found multiple matching "יוסי": 1. יוסי כהן (yossi@...) 2. יוסי לוי (david@...) Which one? ``` ## Setup **First time?** See [SETUP.md](./SETUP.md) for Zoom app creation and credentials. **Quick check:** `.env` file needs: `ZOOM_ACCOUNT_ID`, `ZOOM_CLIENT_ID`, `ZOOM_CLIENT_SECRET` ## Calendar Integration After creating Zoom meeting, create calendar event with `guests` param to auto-send invite.
在 GitHub 查看