Install
openclaw skills install shopify-auto-invoicing-inventoryLightweight Shopify order invoicing and inventory operations workflow for detecting new orders, preparing invoice-ready billing data, updating stock tables, and producing simple monthly summaries. Use when building a review-first Shopify back-office process, preparing invoice exports from new orders, reconciling stock after sales, or generating easy e-commerce operations reports for a free ClawHub edition.
openclaw skills install shopify-auto-invoicing-inventoryRun a simple, review-first Shopify operations workflow focused on order detection, invoice preparation, stock updates, and clear monthly reporting.
Keep outputs professional, merchant-friendly, and easy to validate before any external action.
Use this sequence for complete requests:
Capture the operating brief before producing outputs.
Minimum inputs:
If details are missing, keep assumptions explicit and conservative.
Use Shopify order exports, webhook payloads, user-provided CSV files, or manually reviewed order lists.
Capture these fields whenever possible:
Classify orders into these simple buckets:
Rules:
Generate structured invoice rows rather than pretending to issue official accounting documents automatically.
For each invoice-ready order, prepare:
Use references/templates.md for invoice field structure and merchant-facing language.
If the user asks for a PDF, produce a professional invoice content block or a PDF-ready dataset unless a real PDF renderer is already available.
After processing valid orders, create a stock movement view.
Recommended columns:
Rules:
needs_reviewUse scripts/stock_sync.py to compute a flat stock reconciliation file from inventory and order exports.
Always produce a short exception section.
Include:
Keep this section concise and actionable.
When the user asks for a monthly summary, include:
Use scripts/monthly_ops_report.py to aggregate order and stock data into a compact CSV summary.
For a complete request, produce outputs in this order:
Write for non-technical Shopify merchants.
Prefer:
Avoid:
Operate in a review-first and accounting-aware way.
Use this skill to support:
Do not claim legal or tax compliance beyond the data provided. Recommend accountant review when tax treatment is uncertain.
This free edition focuses on invoice-ready data prep, stock reconciliation, and simple monthly reporting. It intentionally excludes automated payment reminders, advanced PDF workflows, and richer finance automation.
Use bundled resources when useful:
references/templates.md for invoice and report templatesscripts/invoice_export.py to convert Shopify-style order JSON into invoice-ready CSV rowsscripts/stock_sync.py to reconcile stock from orders and inventory CSV filesscripts/monthly_ops_report.py to build a simple monthly operations summary