← 返回 Skills 市场
hussainpatan9

Shopify Product Uploader

作者 Hussain Khuzema · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shopify-product-uploader
功能描述
Upload and manage Shopify products individually or in bulk with SEO-optimised titles, descriptions, tags, support for variants, collections, inventory, and d...
安全使用建议
This skill appears to do what it claims: it will prompt you to provide your Shopify store handle and an Admin API token (shpat_...) and then use that token to call your store's Admin API to create/update products and inventory. Before installing or activating it: 1) Prefer creating a custom app token with only the minimum scopes listed (write_products, read_products, write_inventory, read_inventory, write_collections, read_collections) rather than using a full-store owner token. 2) Confirm how OpenClaw stores long‑term memory in your deployment (encryption, who/what can access those secrets) — if you’re uncomfortable, don’t allow persistent storage and instead require the token per session. 3) Understand the agent can act autonomously by default; if you want to prevent background changes, disable autonomous invocation or require explicit user confirmation (the SKILL.md says it will ask for YES before uploading, but persistent tokens enable later uploads). 4) Verify the skill source/owner before granting access — there’s no homepage and the publisher is an opaque ID. 5) Rotate the token if you ever revoke the skill’s access. If you follow these precautions the skill is coherent with its purpose and usable; if you cannot limit token scope or memory persistence, treat it as higher risk.
功能分析
Type: OpenClaw Skill Name: shopify-product-uploader Version: 1.0.0 The skill bundle is a legitimate tool designed to help users manage Shopify store listings via an AI agent. It includes detailed workflows for product uploads, bulk CSV processing, and SEO content generation. While it requires a sensitive Shopify Admin API token, the instructions in SKILL.md explicitly direct the agent to store the token securely in memory and never repeat it to the user. All network requests are directed to official Shopify API endpoints (myshopify.com), and the skill includes safety checks such as user confirmation before performing uploads or destructive actions like archiving/deletion.
能力标签
cryptorequires-walletrequires-oauth-token
能力评估
Purpose & Capability
Name/description (upload/manage Shopify products, SEO content, bulk CSVs) align with the actions described in SKILL.md: it constructs product JSON and calls Shopify Admin APIs. Required information (store handle, Admin API token, API version, optional defaults) is exactly what a Shopify integration needs.
Instruction Scope
Instructions remain focused on creating/updating Shopify products, collections, and inventory. They do instruct the agent to fetch store locations and to read CSVs or image URLs for bulk or image-based uploads (examples reference /workspace paths), which is expected. Note: the skill explicitly asks to capture and persist the Admin API token in long‑term memory — this extends the skill's runtime scope beyond a single operation because it enables future API calls without re-prompting the user.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk or fetched at install time, which minimizes supply-chain risk.
Credentials
No platform environment variables are declared, but the skill requires an Admin API access token (shpat_...) and store handle provided interactively and stored in memory. That credential is appropriate for the stated functionality, but an Admin token is powerful — the skill appropriately documents scopes required. The registry metadata not declaring primary credential is explainable for an instruction-only skill but worth noting.
Persistence & Privilege
always:false (good), but the skill instructs storing the SHOPIFY_ACCESS_TOKEN and SHOPIFY_LOCATION_ID in long‑term memory so the agent can reuse them. Combined with normal autonomous invocation (disable-model-invocation:false), that means the agent could later act on the store using the stored token without re-prompting the user. If you don't want that, avoid storing the token persistently or require explicit confirmation before every API call.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shopify-product-uploader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shopify-product-uploader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Single product upload, bulk CSV, image-to-listing, draft mode, archive/unpublish, multi-location inventory, duplicate SKU handling. UK English SEO output.
元数据
Slug shopify-product-uploader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Shopify Product Uploader 是什么?

Upload and manage Shopify products individually or in bulk with SEO-optimised titles, descriptions, tags, support for variants, collections, inventory, and d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 Shopify Product Uploader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install shopify-product-uploader」即可一键安装,无需额外配置。

Shopify Product Uploader 是免费的吗?

是的,Shopify Product Uploader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Shopify Product Uploader 支持哪些平台?

Shopify Product Uploader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Shopify Product Uploader?

由 Hussain Khuzema(@hussainpatan9)开发并维护,当前版本 v1.0.0。

💬 留言讨论