catalyst-by-zoho
v1.0.1Extend Codex with Catalyst by Zoho's capabilities.
by Catalyst by ZohoMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/catalyst-by-zoho/ inside the repository.
Layout
├── .codex-plugin/plugin.json└── skills/catalyst-by-zoho/SKILL.md
Skills1
Expert coding assistant for Catalyst by Zoho — full-stack serverless cloud platform. Trigger on any mention of Catalyst, zcatalyst, AppSail, Data Store, ZCQL, Cache, Stratus, Circuits, SmartBrowz, ConvoKraft, Slate, Signals, Pipelines, QuickML, NoSQL, Job Scheduling, Zia Services, CodeLib, API Gateway, Connections, Zoho MCP, CatalystbyZoho, catalyst init/deploy/serve, zcatalyst-sdk-node, or catalyst-config.json. Covers all 7 function types, full service catalog, architectural guidance, and Zoho MCP tool-based resource management. Also trigger on migration/comparison with AWS Lambda, S3, DynamoDB, Vercel, Netlify, Supabase, Firebase, Heroku, Cloud Run, Cloudflare R2, Railway. Trigger on Catalyst pricing, cost estimation, or "create tables for me", "set up the database", "deploy to Catalyst", "build on Zoho's platform", or "is Catalyst like Firebase". Do NOT use for generic Zoho CRM questions unless Catalyst is the target.
Manifests1
{
"name": "catalyst-by-zoho",
"version": "1.0.1",
"description": "Extend Codex with Catalyst by Zoho's capabilities.",
"author": {
"name": "Catalyst by Zoho",
"email": "support@zohocatalyst.com",
"url": "https://catalyst.zoho.com/"
},
"homepage": "https://catalyst.zoho.com/",
"repository": "https://github.com/catalystbyzoho",
"license": "MIT",
"keywords": [
"zoho",
"catalyst",
"serverless",
"mcp",
"cloud"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Catalyst by Zoho",
"shortDescription": "Use Catalyst by Zoho capabilities in Codex.",
"longDescription": "Catalyst by Zoho plugin extends Codex with MCP-backed workflows and skills for building, managing, and operating Catalyst projects.",
"developerName": "Catalyst by Zoho",
"category": "Developer Tools",
"capabilities": [
"MCP",
"Read",
"Write"
],
"websiteURL": "https://catalyst.zoho.com/",
"privacyPolicyURL": "https://www.zoho.com/privacy.html",
"termsOfServiceURL": "https://www.zoho.com/terms.html",
"brandColor": "#226DB4",
"composerIcon": "./assets/catalyst_logo.svg",
"logo": "./assets/catalyst_logo.svg",
"defaultPrompt": [
"Help me work with Catalyst by Zoho.",
"Show me available Catalyst by Zoho capabilities.",
"Guide my Catalyst project setup."
]
}
}