query

Installation
SKILL.md

Crystallize Query Skill

Query product data, content, and commerce information from Crystallize using GraphQL APIs. This skill covers reading data for storefronts, admin interfaces, product pages, search, and cart operations.

Consultation Approach

Before writing queries, understand the context. Ask clarifying questions:

  1. What data do you need? Products, orders, customers, content, shapes?
  2. Is this for a storefront or admin interface? Discovery/Catalogue for storefronts, Core for admin.
  3. Do you need search/filtering or exact path reads? Discovery for search and faceted navigation, Catalogue for deterministic reads by path.
  4. Do you have authentication configured? Core API requires access tokens. Discovery/Catalogue can be open but should be secured in production.
  5. What volume of results? Pagination strategy matters — cursor-based is recommended for all APIs.

Choosing the Right API

  • Need search, filtering, or faceting? → Discovery API
  • Know the exact path? Need strong consistency? → Catalogue API
  • Admin interface? Orders, customers, shapes? → Core API
Related skills

More from crystallizeapi/ai

Installs
13
GitHub Stars
4
First Seen
Mar 25, 2026