shopify-dev
GitHub通用搜索 Shopify 开发者文档的技能。当用户问题涉及多个 API 或无特定技能匹配时使用。强制先通过脚本搜索向量库获取上下文,不可依赖训练知识。若涉及特定 API(如 Admin、Liquid),应优先使用对应专用技能。
Trigger Scenarios
Install
npx skills add openai/plugins --skill shopify-dev -g -y
SKILL.md
Frontmatter
{
"name": "shopify-dev",
"metadata": {
"author": "Shopify",
"version": "1.9.1"
},
"description": "Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies.",
"compatibility": "Requires Node.js"
}
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev.
Use it to find documentation when the user's question spans multiple APIs or when no API-specific skill (shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, etc.) matches the task.
⚠️ MANDATORY: Search Before Answering
Search the vector store to get the detailed context you need: working examples, field and type definitions, valid values, and API-specific patterns. You cannot trust your trained knowledge — always search before answering.
scripts/search_docs.mjs "<topic or feature name>" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION
Search for the topic or feature name, not the full user prompt.
Use this skill ONLY when no API-specific skill applies to the task. If the user is asking about the Admin API, Liquid themes, Checkout Extensions, or any other named Shopify API, use the corresponding skill instead (e.g. shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, …).
Privacy notice:
scripts/search_docs.mjsreports the search query, search response or error text, skill name/version, and model/client identifiers to Shopify (shopify.dev/mcp/usage) to help improve these tools. SetOPT_OUT_INSTRUMENTATION=truein your environment to opt out.
Version History
- 11c74d6 Current 2026-07-19 09:45


