catalyst-sdk

catalyst-sdk is a skill for Claude Code from catalystbyzoho/agent-skills. It costs 86 tokens per session (546 once invoked), scanned A, original, Apache-2.0.

A collection of software libraries for connecting applications to Catalyst by Zoho from Node.js, web browsers, Python, Java, Android, iOS, and Flutter. It includes the setup patterns and service methods for each platform.

In plain words
What is it for?
Use it when initializing Catalyst in an application or calling Catalyst services from a server, browser, mobile app, or Flutter project.
Why use it?
It provides the platform-specific code needed to initialize Catalyst and use services such as data storage, authentication, file storage, caching, search, email, and notifications.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the catalyst-by-zoho plugin — 16 skills, 1 MCP server shipped together

Good fit Use it when initializing Catalyst in an application or calling Catalyst services from a server, browser, mobile app, or Flutter project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/catalystbyzoho/agent-skills/catalyst-sdk
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add catalystbyzoho/agent-skills --skill catalyst-sdk
Clone the repo
git clone --depth 1 https://github.com/catalystbyzoho/agent-skills

Made for: Claude Code.

Or install catalyst-by-zoho, the plugin that ships this one along with the rest of its 16 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for catalyst-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/catalystbyzoho/agent-skills/catalyst-sdk.svg)](https://agentmods.dev/skills/catalystbyzoho/agent-skills/catalyst-sdk)
Your own site
<a href="https://agentmods.dev/skills/catalystbyzoho/agent-skills/catalyst-sdk"><img src="https://agentmods.dev/badge/skills/catalystbyzoho/agent-skills/catalyst-sdk.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 546 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 15 Aug 2026
  • Snyk fail 15 Aug 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.00546
Opus 5 $0.00043 $0.00273
Sonnet 5 $0.00017 $0.00109
Haiku 4.5 $0.00009 $0.00055

Measured 7d ago against content hash 08ecf156b269, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

catalyst-sdk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/catalyst-sdk/SKILL.md · 28 lines

What it actually says

How It Works

  1. Identify the platform — Node.js, Web (browser), Python, Java, Android, iOS, or Flutter.
  2. Load the matching reference file — Each platform has its own SDK reference with initialization pattern and service methods.
  3. Initialization first — Always show the SDK init call before any service-specific code.
  4. Platform quirks — Web SDK uses browser auth (no service account); Node.js SDK uses server-side init; Mobile SDKs require the Catalyst project ID in the config.

Triggers

Use this skill for: "SDK", zcatalyst-sdk-node, zcatalyst-sdk, "Node.js SDK", "Web SDK", "Python SDK", "Java SDK", "Android SDK", "iOS SDK", "Flutter SDK", sdk-web, sdk-mobile, catalyst.initialize, catalystApp, "initialize SDK", or any platform-specific SDK question.

References

Reference Load when the query is about…
references/sdk-nodejs.md Node.js SDK — DataStore, ZCQL, Cache, Stratus (multipart, signed URLs), Auth, Email, NoSQL, Job Scheduling, Circuits, Connections, Search, Push Notifications
references/sdk-web.md Web SDK v4 — browser-side auth (hosted/embedded login), generateAuthToken, isUserAuthenticated, signOut, DataStore, Stratus, cross-domain Slate→function pattern
references/sdk-python.md Python SDK — DataStore, ZCQL, Cache, Stratus, Auth, Email, Search, Connections, NoSQL, Push Notifications, Job Scheduling, Circuits, Zia, SmartBrowz
references/sdk-java.md Java SDK — Maven setup, DataStore, ZCQL, Cache, SmartBrowz (Selenium, PDF)
references/sdk-mobile.md Android (Kotlin), iOS (Swift), Flutter (Dart) — auth, DataStore, ZCQL, Stratus, Push Notifications, Search
Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 28 lines · 86 tokens per session scan A 08ecf156b269

Subscribe to this mod's changes

catalyst-sdk is a skill published in the GitHub repository catalystbyzoho/agent-skills (59 stars, last pushed 9d ago), licensed Apache-2.0. It adds 86 tokens to every session and 546 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agui-dotnet-streaming-chat

Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…

ag-ui-protocol/ag-ui · 223 tokens

azure-mgmt-apicenter-dotnet

Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…

microsoft/skills · 97 tokens

azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

microsoft/skills · 41 tokens

grpc

Build or review gRPC services and clients in .NET. USE FOR: ASP.NET Core gRPC, protobuf contracts, unary or streaming RPC, gRPC client factory, interceptors, deadlines, cancellation, channel reuse, backend service integration. DO NOT USE FOR: broad browser-facing APIs without gRPC-Web tradeoff review, SignalR realtime…

managedcode/dotnet-skills · 95 tokens

minimal-api

.NET 10 minimal APIs — the default for building HTTP endpoints. Covers MapGroup, endpoint filters, TypedResults, OpenAPI metadata, parameter binding, and route conventions. Load this skill when creating API endpoints, configuring routing, setting up OpenAPI documentation, or when the user mentions "endpoint"…

codewithmukesh/dotnet-claude-kit · 101 tokens

azure-messaging-webpubsubservice-py

Real-time messaging with WebSocket connections at scale.

benjaminasterA/antigravity-awesome-skills · 0 tokens