Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add finsilabs/awesome-ecommerce-skills --skill catalog-import-exportgit clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/catalog-import-export)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/catalog-import-export"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/catalog-import-export/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/catalog-import-export"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/catalog-import-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.02939 |
| Opus 5 | $0.00015 | $0.01470 |
| Sonnet 5 | $0.00006 | $0.00588 |
| Haiku 4.5 | $0.00003 | $0.00294 |
Grade A, and why
catalog-import-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Catalog Import / Export
Overview
Bulk importing and exporting products is a core catalog management task — whether you're onboarding a new store from a supplier spreadsheet, doing mass price updates, or feeding products to Google Merchant Center. Every major platform has native import/export tools that handle this without custom code. Use them first; only build a custom pipeline if your volume, format, or validation requirements exceed what the platform offers.
When to Use This Skill
- When onboarding a new merchant whose catalog lives in a spreadsheet or ERP system
- When syncing product data from a supplier or PIM on a scheduled basis
- When merchants need to do mass price or inventory updates without coding
- When building a product feed export for Google Merchant Center, Amazon, or comparison shopping engines
Core Instructions
Step 1: Determine the platform and choose the right import tool
| Platform | Recommended Tool | Why |
|---|---|---|
| Shopify | Matrixify (Bulk Product Import Export) | Handles complex catalogs with metafields, variants, multiple images, and collections; supports scheduled sync and error reports |
| Shopify (simple) | Shopify's built-in CSV import | Free, sufficient for basic catalogs under a few hundred products with standard fields only |
| WooCommerce | WP All Import Pro | Most powerful WooCommerce import tool; supports CSV/XML, field mapping, scheduled imports, and conditional logic |
| WooCommerce (built-in) | WooCommerce Product CSV Importer | Ships with WooCommerce; handles products, variations, and images for simple use cases |
| BigCommerce | Built-in bulk import / Feedonomics | BigCommerce's native import handles most needs; Feedonomics for multi-channel feed management |
| Custom / Headless | Build a custom pipeline | Only if your platform has no native tools or your validation/transformation requirements are too complex |
Step 2: Prepare your import file
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/async-import-job-management-and-status-p/criteria.json 3.0 KB
- evals/async-import-job-management-and-status-p/task.md 3.8 KB
- evals/catalog-export-csv-streaming-and-google-/criteria.json 3.1 KB
- evals/catalog-export-csv-streaming-and-google-/task.md 4.8 KB
- evals/csv-streaming-import-with-schema-validat/criteria.json 2.8 KB
- evals/csv-streaming-import-with-schema-validat/task.md 3.4 KB
- tile.json 244 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 272 lines · 29 tokens per session scan A 25638cc262b0
catalog-import-export is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 29 tokens to every session and 2,939 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
exasol-import-export
Exasol IMPORT and EXPORT SQL statements: syntax, file formats (CSV, FBV, Parquet), cloud storage (S3, Azure, GCS), connection objects, error handling, and ETL staging patterns.
abacus-transport
A tool for moving tabular or structured data between files and workbooks. CSV and JSON are common file formats for storing data, while migration means moving it from one place to another.
data-exporter
Multi-format data export and conversion between JSON, CSV, Markdown, HTML, TSV, and TXT.
Australian Import/Export
Importing and exporting goods in Australia - customs, duties, GST, and compliance.
portaljs-add-dataset
Add a dataset (CSV, TSV, JSON, or GeoJSON) to an existing PortalJS portal. Appends an entry to datasets.json so the catalog and showcase render it automatically; routes the data by source (local file vs remote URL) — R2 via Git LFS by default, remote URLs by passthrough. Use when registering a new dataset in a…
portaljs-check-data-quality
Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolating.