takechanman1228takechanman1228Communityยท1 Agent Skills Included

claude-ecom

Turn order CSVs into consultant-grade ecommerce business reviews

Analyzes ecommerce order CSVs and produces full business reviews with KPI trees, health checks, and prioritized action plans. Eliminates manual spreadsheet analysis and guesswork when revenue drops or retention weakens. Combines a deterministic Python engine for accurate metrics with narrative interpretation across 30, 90, and 365-day windows.
npx skills add takechanman1228/claude-ecom --all -g -y
Available:

Explains the hybrid architecture to the agent: Python computes all KPIs and health checks deterministically, while the agent reads the resulting review.json and reference files to write the narrative business report.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-ecom?โ–ผ

Run `npx skills add takechanman1228/claude-ecom --all -g -y` in your terminal to install the skill globally.

How to review my online store's performance?โ–ผ

Drop your orders CSV into the project and ask for a store review. The engine computes KPIs and health checks, then generates a REVIEW.md report with findings and an action plan.

What data does claude-ecom need?โ–ผ

Any order transaction CSV with order ID, order date, customer ID or email, and revenue. Optional columns like quantity, SKU, and discount amount enable deeper analysis, and column names are fuzzy-matched.

Can I ask questions instead of a full report?โ–ผ

Yes. Ask things like "how was last month" or "how's retention" and you get a direct inline answer from your data without generating a report file.

Does claude-ecom work without Claude Code?โ–ผ

Yes. The Python engine runs standalone via `pip install claude-ecom` and the `ecom review` command, producing review.json and a basic report without the narrative layer.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’