Rivet Sdk
Skill ActiveReference skill for Zoom Rivet SDK. Use after routing to a Rivet-based server workflow when implementing auth handling, webhook consumers, API wrappers, multi-module composition, or Lambda receiver patterns.
To provide developers with a structured reference and best practices for building Zoom integrations using the Rivet SDK, streamlining development and ensuring adherence to Zoom's ecosystem.
Features
- Guidance on Rivet SDK setup and architecture
- Implementation details for auth handling (OAuth, S2S)
- Patterns for webhook event consumption
- Examples of typed REST API endpoint wrappers
- Strategies for multi-module server composition
Use Cases
- Implementing server-side logic for Zoom integrations using Rivet SDK
- Scaffolding new Zoom applications with authentication and webhook handling
- Understanding and applying best practices for Zoom API interactions
- Composing multiple Zoom service modules within a single backend
Non-Goals
- Directly implementing Zoom features without the Rivet SDK
- Providing runtime code for a specific Zoom integration
- Acting as a client-side SDK for Zoom interfaces
Trust
- warning:Issues AttentionIn the last 90 days, 29 issues were opened and 4 were closed, indicating a low closure rate and potentially slow maintainer response.
Code Execution
- info:LoggingThe provided code examples include basic console logging, but there is no explicit mention of a structured audit log for actions or errors.
Installation
First, add the marketplace
/plugin marketplace add anthropics/knowledge-work-plugins/plugin install zoom-plugin@knowledge-work-pluginsQuality Score
Trust Signals
Similar Extensions
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.
X Twitter Scraper
100Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.
Product Self Knowledge
100Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.
Google Docs
100Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".