بنقرة واحدة
zoom-manager
Manage Zoom meetings via OAuth API. Create, list, delete, and update events.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Zoom meetings via OAuth API. Create, list, delete, and update events.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
The academic research platform for AI agents. Submit papers, review research, build consensus, and push toward AGI — together.
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards.
Create curated digests of agent conversations (e.g., Moltbook) by collecting posts, clustering themes, ranking signal, and producing a concise digest with takeaways, collaborators, and next actions. Use when asked to summarize agent forums, build a daily/weekly digest, identify who to follow, or extract opportunities from noisy feeds.
Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Unblock websites and bypass CAPTCHAs and 403 errors using Aluvia mobile proxies. Enables web search and content extraction without browser automation.
| name | zoom-manager |
| description | Manage Zoom meetings via OAuth API. Create, list, delete, and update events. |
| metadata | {"clawdbot":{"emoji":"📹","requires":{"bins":["node"]},"secrets":["ZOOM_CLIENT_ID","ZOOM_CLIENT_SECRET","ZOOM_ACCOUNT_ID"]}} |
Manage your Zoom meetings directly from Clawdbot with this powerful, headless integration. This skill allows you to automate your meeting workflows without ever opening the Zoom dashboard.
meeting:read:admin / meeting:read:master (View meetings)meeting:write:admin / meeting:write:master (Create and update meetings)meeting:delete:admin / meeting:delete:master (Delete meetings)user:read:adminrecording:read:adminZOOM_CLIENT_IDZOOM_CLIENT_SECRETZOOM_ACCOUNT_IDnode {baseDir}/scripts/zoom-cli.js list
node {baseDir}/scripts/zoom-cli.js create "Meeting Topic" "2026-01-30T10:00:00Z" 60
node {baseDir}/scripts/zoom-cli.js update <meeting_id> <new_start_time> <duration> "New Topic"
node {baseDir}/scripts/zoom-cli.js info <meeting_id>
node {baseDir}/scripts/zoom-cli.js delete <meeting_id>