{"skill":{"slug":"maverick-shopify-mcp","displayName":"Maverick Shopify Mcp","summary":"Search, read, and work with Shopify products, orders, customers, and shop data through a local MCP wrapper. Use when the user asks about Shopify commerce ope...","description":"---\nname: maverick-shopify-mcp\ndescription: Search, read, and work with Shopify products, orders, customers, and shop data through a local MCP wrapper. Use when the user asks about Shopify commerce operations.\nmetadata:\n  openclaw:\n    emoji: \"🛍️\"\n    requires:\n      bins:\n        - mcporter\n        - uv\n      env:\n        - MAVERICK_SHOPIFY_MCP_ACCESS_TOKEN\n        - MAVERICK_SHOPIFY_MCP_SHOP\n    primaryEnv: MAVERICK_SHOPIFY_MCP_ACCESS_TOKEN\n    install:\n      - id: node\n        kind: node\n        package: mcporter\n        bins:\n          - mcporter\n        label: Install mcporter (node)\n      - id: brew-uv\n        kind: brew\n        formula: uv\n        bins:\n          - uv\n        label: Install uv (brew)\n---\n\n# Shopify\n\n## Quick start\n\nThis skill is a thin pass-through to a local stdio MCP server. mcporter spawns the skill's Python server on each call and passes the configured Shopify env vars to the subprocess.\n\n```sh\nmcporter --config {baseDir}/mcporter.json list maverick-shopify --schema\n```\n\nFor structured output:\n\n```sh\nmcporter --config {baseDir}/mcporter.json call --output json maverick-shopify.<tool> key=value\n```\n\n## Safety\n\nWrite operations that create, publish, update, or expose products, variants, orders, customers, or externally visible product links can affect customer-facing commerce flows. Confirm clear user intent before invoking write tools — search and read tools are safe to call freely while exploring. Search products before assuming product or variant IDs, and read product and variant details before recommending or linking items.\n\n## Authentication\n\nThe deployment harness provides a Shopify access token and shop identifier. mcporter passes them into the stdio subprocess via `mcporter.json`; the local server sends the token to Shopify as the admin API access token.\n\nThis skill does not claim a refresh-token contract for Shopify. If Shopify rejects the token, reconnect the integration so the deployment harness can provision a new access token.\n\n## Data flow\n\nTool calls run locally: mcporter spawns this skill's Python MCP server as a subprocess, and that server forwards Shopify Admin API requests with the configured access token. Shopify sees the product, order, customer, and shop data referenced by each call. Use this skill for Shopify-related work only; do not pass unrelated sensitive content through these tools.\n\n## Dependencies\n\n- **`mcporter`** ([github.com/steipete/mcporter](https://github.com/steipete/mcporter)) — MCP CLI used to invoke the local MCP server. Auto-installed via `npm install -g --ignore-scripts mcporter` if missing on PATH (see `install` spec in frontmatter). The install spec uses unpinned `mcporter` (npm `latest`); operators with strict supply-chain controls should override the install to pin a specific version.\n- **`uv`** ([docs.astral.sh/uv](https://docs.astral.sh/uv/)) — runs the Python wrapper and local MCP server from their inline dependency metadata.\n","tags":{"latest":"1.0.3"},"stats":{"comments":0,"downloads":566,"installsAllTime":1,"installsCurrent":1,"stars":0,"versions":4},"createdAt":1778006987470,"updatedAt":1779357914000},"latestVersion":{"version":"1.0.3","createdAt":1779357914000,"changelog":"Convert skill metadata frontmatter to YAML","license":"MIT-0"},"metadata":{"setup":[{"key":"MAVERICK_SHOPIFY_MCP_ACCESS_TOKEN","required":true},{"key":"MAVERICK_SHOPIFY_MCP_SHOP","required":true}],"os":null,"systems":null},"owner":{"handle":"maverick","userId":"s17b4scyfsybdcep8c0034pgs186087n","displayName":"Maverick","image":"https://avatars.githubusercontent.com/u/261420589"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779974547019}}