catalyst-datastore

Manage Catalyst Data Store tables with ZCQL CRUD operations and permissions.

32|7|Updated May 15, 2026
One-click install
npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-datastore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalyst-datastore
Source: https://github.com/catalystbyzoho/agent-skills/tree/main/skills/catalyst-datastore
Command: npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-datastore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CatalystbyZoho_*, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive control over Catalyst Data Store operations, including ZCQL queries, CRUD actions, and permission management.

Core Features & Use Cases

  • ZCQL Queries: Execute SQL-like queries to fetch, insert, update, and delete data.
  • CRUD Operations: Perform Create, Read, Update, and Delete operations on Data Store tables.
  • Permissions: Configure App User permissions for data access.
  • Use Case: When developing applications on Catalyst, use this Skill to manage your database tables efficiently and securely.

Quick Start

Use the catalyst-datastore skill to create a new table named 'Users' with fields for name, email, and role.

Frequently Asked Questions about catalyst-datastore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute CRUD operations on Catalyst Data Store tables?

ZCQL queries allow you to execute SQL-like commands to fetch, insert, update, and delete records within Catalyst Data Store tables. This Skill translates your queries into direct database interactions for efficient data retrieval and modification.

How do I create a new table in Catalyst Data Store?

To create a new table in Catalyst Data Store, use this Skill to define table names and field structures, such as setting up a Users table with name and email columns. It handles the underlying database setup automatically via ZCQL commands.

Can I configure App User permissions for Catalyst Data Store access?

Yes, you can configure App User permissions for Catalyst Data Store access. This Skill supports permission management to secure your data, utilizing CatalystbyZoho tools to properly set up and enforce user-level access controls on your database tables.

Do I need CatalystbyZoho tools to manage my Data Store?

Yes, you need CatalystbyZoho tools to manage your Data Store because this Skill depends on them to retrieve table IDs and set up App User permissions. These underlying tools are required to authenticate and execute the ZCQL queries properly.

What is ZCQL and when do I need it for Catalyst database management?

ZCQL is a SQL-like query language used for Catalyst database management to interact with Data Store tables. You need it when you want to perform structured data retrieval, insertion, updates, or deletion instead of using standard API endpoints.