zoom

Solid

Integrate with Zoom for video meetings. Use when you need to: (1) schedule Zoom meetings, (2) create instant meetings, or (3) manage meeting details and invitations programmatically.

Code & Development 191 stars 24 forks Updated 2 months ago

Install

View on GitHub

Quality Score: 73/100

Stars 20%
76
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
77
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Zoom Integrate with Zoom for video meetings. Use when you need to: (1) schedule Zoom meetings, (2) create instant meetings, or (3) manage meeting details and invitations programmatically. ## Input Provide input as JSON: ```json { "meeting_topic": "The topic or title of the meeting", "meeting_date": "Meeting date and time (e.g., 2024-03-15 14:00)", "duration_minutes": "Meeting duration in minutes", "participant_emails": "Comma-separated list of participant email addresses", "meeting_agenda": "Meeting agenda or description" } ``` ## Execution (Pattern C: Action) ### Step 1: Run the Skill and Get Run ID ```bash RESULT=$(refly skill run --id skpi-t09brobxlux8m46nrtcg38ui --input '{ "topic": "Weekly Team Standup", "duration": "30", "start_time": "2024-01-15T10:00:00Z" }') RUN_ID=$(echo "$RESULT" | jq -r '.payload.workflowExecutions[0].id') # RUN_ID is we-xxx format, use this for workflow commands ``` ### Step 2: Open Workflow in Browser and Wait for Completion ```bash open "https://refly.ai/workflow/c-i7aldav874yefwaw38vhw1m6" refly workflow status "$RUN_ID" --watch --interval 30000 ``` ### Step 3: Confirm Action Status ```bash # Confirm meeting created STATUS=$(refly workflow detail "$RUN_ID" | jq -r '.payload.status') echo "Action completed with status: $STATUS" ``` ## Expected Output - **Type**: API Response - **Format**: JSON meeting details (join URL, meeting ID) - **Action**: Confirm meeting created successfully ## Rules Follow base skill wor...

Details

Author
refly-ai
Repository
refly-ai/refly-skills
Created
4 months ago
Last Updated
2 months ago
Language
JavaScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

build-zoom-phone-integration

Reference skill for Zoom Phone. Use after routing to a phone workflow when implementing OAuth, Phone APIs, webhooks, Smart Embed events, URI schemes, CRM or CTI dialers, or call handling automation.

15,216 Updated today
anthropics
Data & Documents Listed

calendar

Google Calendar integration via Apps Script API. Use when checking schedule, meetings, today's events, weekly calendar, or adding events.

27 Updated 1 months ago
wulaosiji
AI & Automation Solid

refly

Base skill for Refly ecosystem: creates, discovers, and runs domain-specific skills bound to workflows. Routes user intent to matching domain skills via symlinks, delegates execution to Refly backend. Use when user asks to: create skills, run workflows, automate multi-step tasks, or manage pipelines. Triggers: refly, skill, workflow, run skill, create skill, automation, pipeline. Requires: @refly/cli installed and authenticated.

7,331 Updated 2 months ago
refly-ai
AI & Automation Solid

create-skill

Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session

1,727 Updated 3 days ago
maxritter
AI & Automation Featured

video-podcast-maker

Use when user provides a topic and wants an automated video podcast created, OR when user wants to learn/analyze video design patterns from reference videos — handles research, script writing, TTS audio synthesis, Remotion video creation, and final MP4 output with background music. Also supports design learning from reference videos (learn command), style profile management, and design reference library. Supports Bilibili, YouTube, Xiaohongshu, Douyin, and WeChat Channels platforms with independent language configuration (zh-CN, en-US).

1,034 Updated 2 days ago
Agents365-ai