Cli Anything Zoom
技能 已验证 活跃Command-line interface for Zoom - CLI harness for **Zoom** — manage meetings, participants, and recordings from the command line via t...
To enable programmatic and automated management of Zoom meetings, participants, and recordings through a robust command-line interface, suitable for AI agents and developers.
功能
- Manage Zoom meetings (create, list, info, update, delete)
- Manage Zoom participants (add, batch add, list, remove, attended)
- Manage Zoom cloud recordings (list, files, download, delete)
- Authentication and status checks for Zoom API
- Interactive REPL mode with history and tab-completion
- JSON output for machine consumption and agent integration
- Project state management with undo/redo
使用场景
- Automating the scheduling and management of recurring Zoom meetings.
- Programmatically adding and removing participants from meetings or webinars.
- Retrieving and downloading Zoom cloud recordings for analysis or archiving.
- Integrating Zoom functionality into broader automation workflows via a CLI.
非目标
- Providing direct access to Zoom's video conferencing features during a live meeting.
- Managing Zoom account settings beyond API-accessible user/meeting data.
- Acting as a GUI replacement for the Zoom desktop client.
工作流
- Configure Zoom API credentials via auth setup commands.
- Use command groups (Meeting, Participant, Recording) to perform desired actions.
- Optionally use REPL mode for interactive management.
- Utilize `--json` flag for agent-consumable output.
先决条件
- Python 3.10+
- zoom must be installed on your system
Documentation
- info:Configuration & parameter referenceWhile commands and their general descriptions are provided, specific details on all options, parameters, and their defaults for each command are not explicitly documented, though the `--help` flag would likely provide this.
Execution
- info:ValidationWhile the CLI likely validates inputs through Click decorators, explicit use of a schema validation library like Zod or Pydantic is not evident from the provided source.
Errors
- info:Actionable error messagesWhile the SKILL.md instructs agents to parse stderr for errors, the specific content and actionability of those error messages are not fully detailed.
Protocol
- info:Idempotent retry & timeoutsWhile the tool relies on the Zoom API, specific details on how API calls handle idempotency, retries, or timeouts are not explicitly documented within the provided source.
Practical Utility
- info:Edge casesWhile basic usage is covered, specific documentation on handling failure modes like API rate limits, invalid credentials, or malformed input for each command is not explicitly detailed.
安装
npx skills add hkuds/cli-anything通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Zoom Mcp
95Guidance for the bundled Zoom MCP connectors. Use after routing to an MCP workflow when planning or troubleshooting tool-based access to meetings, recordings, meeting assets, or transcripts. Route Zoom Docs requests to the dedicated Docs MCP server and Whiteboard-specific requests to `zoom-mcp/whiteboard`.
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Zoom REST API Reference
100Reference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpoint selection, resource-management patterns, OAuth requirements, rate-limit awareness, or API error debugging.
Web
99Zoom Video SDK for Web - JavaScript/TypeScript integration for browser-based video sessions, real-time communication, screen sharing, recording, and live transcription
X Twitter Scraper
100当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用:推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。
Slack
100Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.