Create and manage Zoom meetings and access cloud recordings via the Zoom API. Use for queries like "create a Zoom meeting", "list my Zoom meetings", "show my Zoom recordings", or "schedule a meeting for tomorrow".
Manage Zoom meetings and cloud recordings via the Zoom API.
This skill requires two Zoom apps due to API limitations:
See SKILL.md for detailed setup instructions.
# List upcoming meetings
python3 scripts/zoom_meetings.py list
# Create a scheduled meeting
python3 scripts/zoom_meetings.py create "Team Sync" --start "2025-01-15T14:00:00"
# List recordings from last month
python3 scripts/zoom_meetings.py recordings --start 2025-01-01
pip install requests
MIT
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity