← Back to Skills Marketplace
344
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install shopify-manager-cli
Description
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-par...
Usage Guidance
This skill appears to do what it says: it runs a bundled Python CLI that calls your Shopify Admin GraphQL API. Before installing, ensure you: (1) only supply a Shopify Admin access token (shpat_…) created for a custom app with the minimal scopes you need; (2) understand that any local file path you pass (e.g., for --image-file or file upload) will be read by the script and uploaded to Shopify — do not pass sensitive local files; (3) confirm delete operations when prompted (SKILL.md already instructs confirmation); and (4) be comfortable that the skill will make network calls to your store URL and any staged-upload targets returned by Shopify. The small metadata mismatch about SHOPIFY_API_VERSION being 'required' in registry metadata but optional in the script is benign but could be fixed for clarity.
Capability Analysis
Type: OpenClaw Skill
Name: shopify-manager-cli
Version: 1.0.3
The bundle provides a legitimate CLI tool for managing Shopify stores via the Admin GraphQL API. The Python script `scripts/shopify_admin.py` uses standard libraries to perform CRUD operations on products, metafields, and articles, and includes a staged-upload mechanism for files. No evidence of malicious intent, data exfiltration, or prompt injection was found; the script's capabilities are well-aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the actual files and behavior: a Python-only Shopify Admin GraphQL wrapper. Required binaries and env vars (SHOPIFY_STORE_URL, SHOPIFY_ACCESS_TOKEN) are appropriate for this purpose. One minor inconsistency: registry metadata lists SHOPIFY_API_VERSION as required, while the SKILL.md and the script treat it as optional with a default — this is a small metadata mismatch, not a functional problem.
Instruction Scope
SKILL.md instructions stay within the stated scope (map user intent to CLI subcommands, run python3 scripts/shopify_admin.py). The instructions explicitly allow passing local file paths which the script will read and upload — this is expected for image/file upload functionality but does mean the agent will read any local path you supply. The instructions do not ask for unrelated system files or other credentials.
Install Mechanism
No install spec; the skill is instruction+bundled Python scripts and relies on the system python3. Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
Requested environment variables (STORE URL, ACCESS TOKEN, optional API version) and the declared primary credential (SHOPIFY_ACCESS_TOKEN) are proportionate and expected for a Shopify Admin CLI. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shopify-manager-cli - After installation, invoke the skill by name or use
/shopify-manager-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Added SHOPIFY_API_VERSION to required environment variables in metadata.
- Declared SHOPIFY_ACCESS_TOKEN as primaryEnv in metadata.
- No other functional changes; documentation and command references remain the same.
v1.0.2
**New: Adds required Shopify Admin API scopes documentation**
- Documents all required Admin API access scopes for correct app configuration
- Clarifies where to set scopes in Shopify Admin (Settings → Apps → Develop apps → Configuration)
- Lists each required scope with mapping to relevant features (products, metaobjects, metafields, blogs, files)
- No command or behavior changes to the CLI; informational update only
v1.0.1
- Switched from uv to pure python3, removing third-party dependency and updating all command examples to use python3.
- Added support for managing article authors (set, update, default to "Admin", and details about author handling).
- Enhanced SKILL.md documentation: clarified output columns, API surface equivalence with Shopify CLI, and author notes.
- Simplified prerequisites—now only requires python3, not uv.
- Metadata updated to reflect the dependency and environment variable changes.
v1.0.0
Initial release of shopify-manager-cli.
- Manage Shopify store resources (products, metafields, metaobjects, blogs, articles, files) via Admin GraphQL API.
- Supports full CRUD operations on products, metafields, metaobjects, blogs, and articles.
- Includes command mapping from natural language input for easy use.
- Requires environment variables: SHOPIFY_STORE_URL, SHOPIFY_ACCESS_TOKEN.
- Confirmation required before all delete operations.
- Output formatted as tables for lists and JSON for details.
Metadata
Frequently Asked Questions
What is Shopify Manager Cli?
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-par... It is an AI Agent Skill for Claude Code / OpenClaw, with 344 downloads so far.
How do I install Shopify Manager Cli?
Run "/install shopify-manager-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shopify Manager Cli free?
Yes, Shopify Manager Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shopify Manager Cli support?
Shopify Manager Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shopify Manager Cli?
It is built and maintained by Asenwang (@asenwang); the current version is v1.0.3.
More Skills