Claude-skill-registry commerce-analytics

Run commerce analytics, metrics, and forecasts. Use when running `stateset-analytics` or requesting sales, customer, inventory, or demand insights.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commerce-analytics" ~/.claude/skills/majiayu000-claude-skill-registry-commerce-analytics && rm -rf "$T"
manifest: skills/data/commerce-analytics/SKILL.md
source content

Commerce Analytics

Generate revenue, customer, and inventory insights.

How It Works

  1. Select a time period or segment.
  2. Fetch summary metrics and top entities.
  3. Generate forecasts or breakdowns.
  4. Report key trends and anomalies.

Usage

  • CLI:
    stateset-analytics ...
    or
    stateset "show sales last 30 days"
  • MCP tools:
    get_sales_summary
    ,
    get_top_products
    ,
    get_customer_metrics
    ,
    get_inventory_health
    ,
    get_demand_forecast
    ,
    get_revenue_forecast
    .

Output

{"revenue":45230,"orders":156,"aov":290}

Present Results to User

  • Metrics requested and time range.
  • Notable trends or outliers.
  • Follow-up actions (reorder, promo, retention).

Troubleshooting

  • Empty data: confirm date range or seed data.
  • Forecast errors: verify historical data volume.

References

  • references/analytics-queries.md
  • /home/dom/stateset-icommerce/cli/.claude/skills/commerce-analytics/SKILL.md