·shopify-metafields
{}

shopify-metafields

toilahuongg/shopify-agents-kit

Guide for working with Shopify Metafields. Covers definitions, storing custom data, accessing via Liquid, and GraphQL mutations.

0Installs·0Trend·@toilahuongg

Installation

$npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-metafields

SKILL.md

Metafields allow you to store additional data on Shopify resources (Products, Orders, Customers, Shops) that aren't included in the default schema (e.g., "washing instructions" for a product).

Always use Metafield Definitions (pinned metafields) when possible. This integrates them into the Admin UI and ensures standard processing.

If you want data to be hidden from other apps and the storefront, use Private Metafields. Note: These cannot be accessed via Liquid directly.

Guide for working with Shopify Metafields. Covers definitions, storing custom data, accessing via Liquid, and GraphQL mutations. Source: toilahuongg/shopify-agents-kit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-metafields
Category
{}Data Analysis
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is shopify-metafields?

Guide for working with Shopify Metafields. Covers definitions, storing custom data, accessing via Liquid, and GraphQL mutations. Source: toilahuongg/shopify-agents-kit.

How do I install shopify-metafields?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-metafields Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/toilahuongg/shopify-agents-kit