← 返回 Skills 市场
344
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shopify-manager-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/shopify-manager-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 Shopify Manager Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shopify-manager-cli」即可一键安装,无需额外配置。
Shopify Manager Cli 是免费的吗?
是的,Shopify Manager Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shopify Manager Cli 支持哪些平台?
Shopify Manager Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shopify Manager Cli?
由 Asenwang(@asenwang)开发并维护,当前版本 v1.0.3。
推荐 Skills