← 返回 Skills 市场
Shopify Auto Invoicing & Inventory
作者
GaelBuenoBarthe
· GitHub ↗
· v1.0.0
· MIT-0
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shopify-auto-invoicing-inventory
功能描述
Lightweight Shopify order invoicing and inventory operations workflow for detecting new orders, preparing invoice-ready billing data, updating stock tables,...
安全使用建议
This skill appears to do what it says: read exported Shopify-style JSON/CSV and produce invoice-ready CSVs, stock reconciliation, and a monthly summary. Before installing or running it: 1) Remember it does not fetch data from Shopify automatically — you must supply exports or webhook payloads yourself (the bundle does not include a webhook receiver or API integration). 2) Run the scripts in a controlled environment and point them only at intended export files (they read arbitrary CSV/JSON paths you give them). 3) Be aware of CSV injection risk: the scripts write CSVs containing merchant/customer fields; do not open untrusted CSVs directly in spreadsheet software without sanitizing fields that begin with =, +, -, or @. 4) Validate invoice numbering, tax treatment, and any legal/accounting requirements with an accountant — the skill explicitly states it does not guarantee compliance. 5) If you want automated Shopify integration, plan to add a secure, auditable API integration that stores tokens safely (this skill currently requests no credentials). Overall this package is straightforward and low-risk, but treat outputs as drafts and review before sending or publishing.
功能分析
Type: OpenClaw Skill
Name: shopify-auto-invoicing-inventory
Version: 1.0.0
The skill bundle provides a legitimate workflow for Shopify order invoicing and inventory management. The included Python scripts (invoice_export.py, stock_sync.py, and monthly_ops_report.py) use standard libraries to process local CSV and JSON data without any network activity, shell execution, or unauthorized file access. The instructions in SKILL.md are focused on the stated business logic and do not contain any prompt-injection attempts or malicious directives.
能力评估
Purpose & Capability
Name/description match the included assets: SKILL.md describes collecting exports and producing invoice-ready data and reports, and the bundle contains three small scripts (invoice_export.py, stock_sync.py, monthly_ops_report.py) and templates. Nothing in the files suggests unrelated capabilities (no cloud APIs, no AWS/GitHub/other credentials).
Instruction Scope
The SKILL.md asks the agent to use Shopify order exports, webhook payloads, or user-provided CSVs. The shipped code only reads local JSON/CSV and writes CSV outputs—there is no webhook server or Shopify API integration implemented. This is a minor mismatch (manual exports required) but not malicious. Also note SKILL.md asks for various store context fields; the code does not automatically fetch or validate those beyond reading provided files.
Install Mechanism
No install spec; skill is instruction-only plus small Python scripts. Scripts are plain Python, use only stdlib (csv, json, pathlib), and do local file I/O. No downloads, no external package installs, and no archive extraction.
Credentials
No required environment variables, no primary credential, and no config paths requested. The scripts operate on user-supplied file paths only, which is proportionate for the stated task.
Persistence & Privilege
always:false and default invocation settings. The skill does not request permanent presence or modify other skills or system settings. It only reads/writes files in user-specified paths when run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shopify-auto-invoicing-inventory - 安装完成后,直接呼叫该 Skill 的名称或使用
/shopify-auto-invoicing-inventory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Shopify Auto Invoicing & Inventory workflow skill.
- Detects new Shopify orders and classifies them for invoicing readiness.
- Prepares invoice-ready billing data with structured placeholder fields.
- Updates inventory tables with stock adjustments and flags low stock.
- Generates exceptions summary for missing or problematic data.
- Exports simple monthly operations report, summarizing orders, revenue, taxes, and stock status.
- Designed for non-technical users with review-first, compliance-aware workflows.
元数据
常见问题
Shopify Auto Invoicing & Inventory 是什么?
Lightweight Shopify order invoicing and inventory operations workflow for detecting new orders, preparing invoice-ready billing data, updating stock tables,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Shopify Auto Invoicing & Inventory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shopify-auto-invoicing-inventory」即可一键安装,无需额外配置。
Shopify Auto Invoicing & Inventory 是免费的吗?
是的,Shopify Auto Invoicing & Inventory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shopify Auto Invoicing & Inventory 支持哪些平台?
Shopify Auto Invoicing & Inventory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shopify Auto Invoicing & Inventory?
由 GaelBuenoBarthe(@gaelbuenobarthe)开发并维护,当前版本 v1.0.0。
推荐 Skills