Official Claude Code plugin for Catalyst by Zoho — full-stack serverless cloud platform. With Skills that covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management.
Catalyst AppSail — persistent backend PaaS with managed runtimes (Node.js, Java, Python) and custom Docker containers. Trigger on 'AppSail', 'persistent server', 'Docker on Catalyst', 'X_ZOHO_CATALYST_LISTEN_PORT', or 'long-running process on Catalyst'. Do NOT use for stateless request/response handlers, event-driven functions, or scheduled jobs — use catalyst-functions instead.
Catalyst Authentication — user login/signup, ZAID, Web SDK auth flows, Security Rules, and OAuth token management via Connections. Trigger on 'authentication', 'login', 'signup', 'getCurrentUser', 'ZAID', 'isUserAuthenticated', 'signOut', 'Connections', or 'getAccessToken'. You MUST load this skill whenever implementing user login or protecting data — ZAID differs between Development and Production and is the #1 cause of auth failures after environment promotion.
Core Catalyst project setup — directory structure, environments, CLI commands, and all Catalyst IDs (Project ID, ZAID, Table ID, Segment ID, Org ID). Trigger on 'start a Catalyst project', 'what is .catalystrc', 'where do I find my Table ID', 'difference between Development and Production', or any Catalyst ID or CLI question.
Expert coding assistant for Catalyst by Zoho — Zoho's full-stack serverless cloud platform. Use for any question about Catalyst services, CLI, SDKs, architecture, pricing, or Zoho MCP tool-based infrastructure management.
Catalyst Cache — in-memory key-value store with TTL for ephemeral session and temporary data. Trigger on 'Cache', 'cache segment', 'cache key', 'TTL', 'segment.put', 'segment.get', or 'temporary data Catalyst'.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The official Claude Code plugin for Catalyst by Zoho — the full-stack serverless cloud platform.
The plugin bundles two things:
.mcp.json, letting Claude manage your Catalyst infrastructure directly (create tables, query data, manage cache/buckets) straight from the conversation.The skills are modularised — instead of one monolithic skill, each Catalyst service or concern is its own focused skill, loaded on demand only when relevant. catalyst-by-zoho is the top-level entry point that routes to the specialised skills below.
| Skill | Description |
|---|---|
catalyst-by-zoho | Top-level entry point — expert Catalyst assistant that routes to the specialised skills below |
catalyst-basics | Project setup, directory structure, environments, CLI commands, and all Catalyst IDs (Project ID, ZAID, Table ID, Segment ID, Org ID) |
catalyst-functions | Serverless functions — all 7 types, handler signatures, catalyst-config.json, Security Rules, API Gateway routing, file uploads, middleware, and testing |
catalyst-appsail | AppSail — persistent backend PaaS with managed runtimes (Node.js, Java, Python) and custom Docker containers |
catalyst-datastore | Data Store — relational cloud database with ZCQL, CRUD, table permissions, and pagination |
catalyst-nosql | NoSQL — non-relational document database for unstructured/JSON-heavy data with flexible per-item schema |
catalyst-cache | Cache — in-memory key-value store with TTL for ephemeral session and temporary data |
catalyst-stratus | Stratus — S3-compatible object storage with upload/download, signed URLs, and multipart upload |
catalyst-slate | Slate — Git-based frontend hosting for React, Next.js, Vue, Angular, Svelte, Astro, and more |
catalyst-authentication | Authentication — login/signup, ZAID, Web SDK auth flows, Security Rules, and OAuth via Connections |
catalyst-sdk | SDKs — initialization and method reference for Node.js, Web, Python, Java, Android, iOS, and Flutter |
catalyst-zia | Zia Services and QuickML — OCR, Face Analytics, Text Analytics, Object Detection, Barcode Reader, Content Moderation, and AutoML |
catalyst-pricing | Pricing — free tier limits, pay-as-you-go rates, GB-seconds calculation, and cost estimation |
catalyst-zoho-mcp | Zoho MCP — manage Catalyst infrastructure (tables, buckets, cache) via CatalystbyZoho_* MCP tools using natural language |
Note: For edge-case lookups not covered by a skill's bundled reference files, skills instruct agents to search the official Catalyst docs site (
docs.catalyst.zoho.com) and fetch individual pages — rather than bundling the full documentation dump locally. This keeps the repo lean while ensuring accurate, up-to-date answers.
Prerequisites: You must have the Claude Code CLI installed. Open your system terminal (not the Claude Code desktop app or web interface) and start a session with
claudebefore running the commands below.
Steps:
Register this repository as a plugin marketplace source:
/plugin marketplace add catalystbyzoho/claude-plugin
Install the Catalyst skill plugin:
/plugin install catalyst-by-zoho@catalyst-by-zoho
The plugin ships with the Catalyst MCP server pre-configured in .mcp.json, so Claude can manage Catalyst infrastructure (create tables, query data, manage cache/buckets) directly from the conversation — no manual MCP setup or URL generation required.
Region note:
.mcp.jsondefaults to the US data center endpoint (https://catalystbyzoho.zohomcp.com/mcp/message). If your Catalyst account is on a different DC (EU, IN, AU, JP, SA, CA), see the Catalyst MCP server section below.
The plugin includes a dedicated Catalyst MCP server that lets Claude manage your Catalyst infrastructure (create tables, query data, manage cache/buckets) directly.
It comes pre-wired in .mcp.json:
{
"mcpServers": {
"catalyst-by-zoho": {
"type": "streamable-http",
"url": "https://catalystbyzoho.zohomcp.com/mcp/message"
}
}
}
npx claudepluginhub catalystbyzoho/claude-plugin --plugin catalyst-by-zohoAI agent skill for Catalyst by Zoho — full-stack serverless cloud platform. Covers all services, SDKs, CLI, architecture patterns, pricing, migration guides, and Zoho MCP tool-based resource management.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.