作者:互联网 时间: 2026-08-08 11:25:01
Openclaw Skills 的 Shopify 技能为您的电商数据与 AI 编码智能体之间架起了桥梁。虽然目前正在维护中以增强可靠性和性能,但该技能旨在允许智能体通过 Maton API 生态系统直接与订单、产品和客户数据进行交互。对于希望构建自主零售业务和数据驱动型店铺的开发者来说,它是一个关键组件。
通过利用此集成,用户可以授权其 AI 智能体执行通常需要在 Shopify 管理后台手动干预的复杂任务。尽管该技能仍处于开发中状态,但它仍是 Openclaw Skills 零售自动化库的基石。
下载入口:https://github.com/openclaw/skills/tree/main/skills/byungkyu/shopify从源直接安装技能的最快方式。
npx clawhub@latest install shopify
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
<project>/skills/
优先级:工作区 > 本地 > 内置
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 shopify。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
为准备下个版本的 Openclaw Skills for Shopify,请确保您已配置好 Maton API 密钥和网络访问。
# 为 Openclaw Skills 准备环境
export MATON_API_KEY="your_api_key_here"
# 联系 [email protected] 以获取更新版本的早期访问权限
此技能将店铺信息组织成与 Openclaw Skills 工作流兼容的结构化实体。
| 实体 | 描述 |
|---|---|
| 产品 | 包括标题、SKU 和库存水平在内的元数据。 |
| 订单 | 交易数据、发货状态和客户链接。 |
| 客户 | 用于个性化的个人资料信息和购买历史。 |
name: shopify
description: |
Shopify integration - currently under maintenance. Contact [email protected] for assistance.
compatibility: Requires network access and valid Maton API key
metadata:
author: maton
version: "1.1"
This integration is currently under maintenance. We are actively working to fix and improve the Shopify integration.
The Shopify integration is temporarily unavailable while we work on improvements. We apologize for any inconvenience.
Contact Us: For urgent Shopify integration needs or questions, please email [email protected]
View Supported Integrations: Visit maton.ai to see all currently supported connections and integrations
Stay Updated: We will update this skill once the Shopify integration is back online
While Shopify is being worked on, you can use the API Gateway skill for many other integrations including:
We appreciate your patience and understanding!