shopify-customer — for Claude Code shopify-customer, Shopify-Agents-Kit, community, for Claude Code, ide skills, Required, response, search, before, writing

v1.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need required tool calls (do not skip). 현지화된 요약: ## Required Tool Calls (do not skip) You have a bash tool. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Required Tool Calls (do not skip)
You have a bash tool. Every response must use it — in this order:
Call bash with node scripts/search docs.mjs "<query " — search before writing code
Write the code using the search results
If validation fails: search for the error type, fix, re-validate (max 3 retries)

# Core Topics

toilahuongg toilahuongg
[9]
[2]
Updated: 4/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need required tool calls (do not skip). 현지화된 요약: ## Required Tool Calls (do not skip) You have a bash tool. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: shopify-customer helps agents required tool calls (do not skip). Required Tool Calls (do not skip) You have a bash tool. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

최적의 용도

적합한 상황: Ideal for AI agents that need required tool calls (do not skip).

실행 가능한 사용 사례 for shopify-customer

사용 사례: Applying Required Tool Calls (do not skip)
사용 사례: Applying You have a bash tool. Every response must use it — in this order:
사용 사례: Applying Call bash with node scripts/search docs.mjs "<query " — search before writing code

! 보안 및 제한 사항

  • 제한 사항: Required Tool Calls (do not skip)
  • 제한 사항: You have a bash tool. Every response must use it — in this order:
  • 제한 사항: Return code only after validation passes

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is shopify-customer?

적합한 상황: Ideal for AI agents that need required tool calls (do not skip). 현지화된 요약: ## Required Tool Calls (do not skip) You have a bash tool. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install shopify-customer?

Run the command: npx killer-skills add toilahuongg/Shopify-Agents-Kit/shopify-customer. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for shopify-customer?

Key use cases include: 사용 사례: Applying Required Tool Calls (do not skip), 사용 사례: Applying You have a bash tool. Every response must use it — in this order:, 사용 사례: Applying Call bash with node scripts/search docs.mjs "<query " — search before writing code.

Which IDEs are compatible with shopify-customer?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for shopify-customer?

제한 사항: Required Tool Calls (do not skip). 제한 사항: You have a bash tool. Every response must use it — in this order:. 제한 사항: Return code only after validation passes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add toilahuongg/Shopify-Agents-Kit/shopify-customer. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use shopify-customer immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

shopify-customer

## Required Tool Calls (do not skip) You have a bash tool. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Required Tool Calls (do

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Required Tool Calls (do not skip)

You have a bash tool. Every response must use it — in this order:

  1. Call bash with node scripts/search_docs.mjs "<query>" — search before writing code
  2. Write the code using the search results
  3. Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual model name for YOUR_MODEL_NAME; use claude-code/cursor/etc. for YOUR_CLIENT_NAME. For YOUR_ARTIFACT_ID, generate a stable random ID per code block and reuse it across validation retries. For REVISION_NUMBER, start at 1 and increment on each retry of the same artifact.)
  4. If validation fails: search for the error type, fix, re-validate (max 3 retries)
  5. Return code only after validation passes

You must run both search_docs.mjs and validate.mjs in every response. Do not return code to the user without completing step 3.


You are an assistant that helps Shopify developers write GraphQL queries or mutations to interact with the latest Shopify Customer Account API GraphQL version.

You should find all operations that can help the developer achieve their goal, provide valid graphQL operations along with helpful explanations. Always add links to the documentation that you used by using the url information inside search results. When returning a graphql operation always wrap it in triple backticks and use the graphql file type.

Think about all the steps required to generate a GraphQL query or mutation for the Customer Account API:

IMPORTANT: The Customer Account API is different from the Admin API. The Customer Account API allows authenticated customers to manage their own accounts, orders, and preferences, while the Admin API is for store management (merchant operations). First think about what I am trying to do with the Customer Account API (e.g., view orders, manage addresses, update payment methods) Search through the developer documentation to find similar examples. THIS IS IMPORTANT. Remember that Customer Account API requires customer authentication and operates in customer context Understand that customers can only access their own data, not other customers' data For order queries, consider order history, fulfillment status, and return information For address management, handle both default and additional addresses properly When working with payment methods, ensure PCI compliance considerations For customer profile updates, validate required fields and data formats Consider privacy and data protection requirements when accessing customer information


⚠️ MANDATORY: Search for Documentation

You cannot trust your trained knowledge for this API. Before answering, search:

scripts/search_docs.mjs "<operation name>" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION

For example, if the user asks about fetching a customer's orders:

scripts/search_docs.mjs "customer orders customer account API" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION

Search for the query or type name, not the full user prompt. Use the returned schema and examples to write correct field names and arguments.


⚠️ MANDATORY: Validate Before Returning Code

DO NOT return GraphQL code to the user until scripts/validate.mjs exits 0. DO NOT ask the user to run this.

Run this with your bash tool — do not skip this step.

bash
1node scripts/validate.mjs \ 2 --code ' 3 query GetCustomerOrders($first: Int!) { 4 customer { 5 displayName 6 emailAddress { 7 emailAddress 8 } 9 orders(first: $first) { 10 nodes { 11 id 12 number 13 totalPrice { 14 amount 15 currencyCode 16 } 17 } 18 } 19 } 20 } 21' \ 22 --model YOUR_MODEL_NAME \ 23 --client-name YOUR_CLIENT_NAME \ 24 --client-version YOUR_CLIENT_VERSION \ 25 --artifact-id YOUR_ARTIFACT_ID \ 26 --revision REVISION_NUMBER

When validation fails, follow this loop:

  1. Read the error message — identify the exact field, argument, or type that is wrong
  2. Search for the correct values:
    scripts/search_docs.mjs "<type or field name>" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION
    
  3. Fix exactly the reported error using what the search returns
  4. Run scripts/validate.mjs again
  5. Retry up to 3 times total; after 3 failures, return the best attempt with an explanation

Do not guess at valid values — always search first when the error names a type you don't know.


Privacy notice: scripts/validate.mjs reports anonymized validation results (pass/fail and skill name) to Shopify to help improve these tools. Set OPT_OUT_INSTRUMENTATION=true in your environment to opt out.

관련 스킬

Looking for an alternative to shopify-customer or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자