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)

# 核心主题

toilahuongg toilahuongg
[9]
[2]
更新于: 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.

适用 Agent 类型

适用场景: Ideal for AI agents that need required tool calls (do not skip).

赋予的主要能力 · 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.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 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

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.

如何安装 shopify-customer?

运行命令:npx killer-skills add toilahuongg/Shopify-Agents-Kit/shopify-customer。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

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。

shopify-customer 支持哪些 IDE 或 Agent?

该技能兼容 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。可使用 Killer-Skills CLI 一条命令通用安装。

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。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add toilahuongg/Shopify-Agents-Kit/shopify-customer。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    shopify-customer 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

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.

相关技能

寻找 shopify-customer 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具