skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
catalystbyzoho/agent-skills81 installs

catalyst-nosql

Catalyst NoSQL — key-value table store with typed items built via NoSQLItem builder. Partition key required. Trigger on 'NoSQL', 'nosql.table', 'insertItems', 'fetchItem', 'updateItems', 'deleteItems', 'queryTable', 'NoSQLItem', 'document storage', 'flexible schema', or 'Catalyst document database'. Do NOT use when you need SQL joins, ZCQL queries, or a fixed relational schema — use catalyst-datastore instead.

How do I install this agent skill?

npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-nosql
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is a standard documentation and integration guide for Zoho Catalyst NoSQL services, providing instructions and Node.js SDK code examples for database operations. It follows official developer guidelines and uses legitimate vendor libraries without any malicious patterns.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

How It Works

  1. NoSQL vs Data Store — If the user is undecided, apply this matrix:

    Catalyst Data StoreCatalyst NoSQL
    SchemaFixed, defined upfrontFlexible, per-item (no uniform structure required)
    QueryZCQL (SQL-like joins and filters)Partition key + optional sort key
    Data typeStructured, relational rowsUnstructured/semi-structured, JSON-format
    PriorityACID compliance, complex queriesHigh scalability, high write throughput

    Rule: If the user says "ZCQL", "join", "relational", or "fixed schema" — stop and load catalyst-datastore instead.

  2. Load references/nosql-basics.md — for SDK operations (insertItems, fetchItem, updateItems, deleteItems, queryTable) and the NoSQLItem builder.

  3. Answer — Provide the SDK method call with the correct table name, partition-key attribute, and NoSQLItem construction.

Triggers

Use this skill for: "NoSQL", "document storage", nosql.table, insertItems, fetchItem, updateItems, deleteItems, queryTable, NoSQLItem, "NoSQL vs Data Store", "flexible schema", "Catalyst document database", "schemaless data on Catalyst", or "nested objects in Catalyst".

References

ReferenceLoad when the query is about…
references/nosql-basics.mdSDK operations (insertItems, fetchItem, updateItems, deleteItems, queryTable), NoSQLItem builder, partition-key model, NoSQL vs Data Store decision table

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/catalystbyzoho/agent-skills/catalyst-nosql">View catalyst-nosql on skillZs</a>