什么是 api-graphql?
使用 Shopify GraphQL API,包括管理 API 和店面 API。使用此技能查询和更改 Shopify 数据、管理产品、订单、客户、处理分页、使用元字段以及了解速率限制。涵盖身份验证、查询、突变和 Webhooks。 来源:dragnoir/shopify-agent-skills。
使用 Shopify GraphQL API,包括管理 API 和店面 API。使用此技能查询和更改 Shopify 数据、管理产品、订单、客户、处理分页、使用元字段以及了解速率限制。涵盖身份验证、查询、突变和 Webhooks。
通过命令行快速安装 api-graphql AI 技能到你的开发环境
来源:dragnoir/shopify-agent-skills。
| singlelinetextfield | Short text | "Hello" | | multilinetextfield | Long text | "Line 1\nLine 2" | | numberinteger | Integer | "42" | | numberdecimal | Decimal | "19.99" | | boolean | True/False | "true" | | date | Date | "2025-01-15" | | json | JSON object | "{\"key\": \"value\"}" | | url | URL | "https://example.com" | | color | Color hex | "#FF0000" |
| PRODUCTSCREATE | Product created | | PRODUCTSUPDATE | Product updated | | PRODUCTSDELETE | Product deleted | | ORDERSCREATE | Order placed | | ORDERSUPDATED | Order modified | | ORDERSPAID | Order paid | | CUSTOMERSCREATE | Customer created | | INVENTORYLEVELSUPDATE | Inventory changed |
使用 Shopify GraphQL API,包括管理 API 和店面 API。使用此技能查询和更改 Shopify 数据、管理产品、订单、客户、处理分页、使用元字段以及了解速率限制。涵盖身份验证、查询、突变和 Webhooks。 来源:dragnoir/shopify-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dragnoir/shopify-agent-skills --skill api-graphql使用 Shopify GraphQL API,包括管理 API 和店面 API。使用此技能查询和更改 Shopify 数据、管理产品、订单、客户、处理分页、使用元字段以及了解速率限制。涵盖身份验证、查询、突变和 Webhooks。 来源:dragnoir/shopify-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dragnoir/shopify-agent-skills --skill api-graphql 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dragnoir/shopify-agent-skills