Commerce Bi Copilot

v1.0.0

Turn ecommerce exports, KPI notes, and natural-language business questions into metric alignment notes, anomaly diagnoses, operator-ready summaries, and prio...

0· 59·0 current·0 all-time
byhaidong@harrylabsj
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, and the included handler code all implement the same heuristic, offline brief-generation use case. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md explicitly says it does NOT access live systems and the handler code operates only on the provided text (keyword detection, driver trees, drilldowns, and formatted outputs). There are no instructions to read system files, secrets, or transmit data externally.
Install Mechanism
This is an instruction-only skill with no install spec. The package includes Python source and tests only — nothing is downloaded or extracted at install time.
Credentials
No environment variables, primary credential, or config paths are required. The skill does not declare or appear to access secrets or external service tokens.
Persistence & Privilege
always is false and there is no mechanism for the skill to force persistent inclusion or modify other skills or global agent settings.
Assessment
This skill appears to do what it claims: turn pasted KPI notes into operator-ready briefs using local heuristics. Before installing, review the handler.py source if you want maximum assurance (the code is included). Do not paste sensitive secrets or raw export files containing credentials or PII into prompts — the skill will process whatever text you provide. Note that the agent can call skills autonomously by default, but this skill does not request extra privileges or credentials, and it has no install-time downloads.

Like a lobster shell, security has layers — review code before you run it.

latestvk972vv4hb5ybvxkp02dvp26kvd84re2t
59downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Commerce BI Copilot

Overview

Use this skill to convert fragmented commerce data context into an operator-friendly insight brief. It is designed for teams that need quick explanations, not a heavyweight dashboard rebuild.

This MVP is heuristic. It does not access live warehouses, ad APIs, ERP systems, or real spreadsheets. Instead, it applies a commerce metric dictionary, anomaly checklist, and action-planning framework to the user's provided notes.

Trigger

Use this skill when the user wants to:

  • explain why a KPI moved up or down
  • prepare a daily, weekly, campaign, or executive business review
  • align teams on metric definitions such as GMV, net revenue, ROAS, MER, or refund rate
  • turn rough exports or pasted KPI notes into a concise action brief
  • produce follow-up questions for an analyst, founder, or agency client

Example prompts

  • "Why did GMV drop 12% this week?"
  • "Create a weekly ecommerce business review from these KPI notes"
  • "Help me explain falling ROAS after our spring promotion"
  • "Turn these Shopify, Meta, and refund notes into an executive summary"

Workflow

  1. Capture the business question, time frame, and referenced channels.
  2. Normalize the likely metric set and call out any definition ambiguity.
  3. Build a short driver tree across traffic, conversion, pricing, refunds, inventory, and mix.
  4. Produce prioritized drill-downs and next actions.
  5. Return a markdown brief that a founder or operator can immediately use.

Inputs

The user can provide any mix of:

  • pasted KPI snapshots or rough metric notes
  • mentions of data sources such as Shopify, Amazon, Meta Ads, Google Ads, GA4, ERP, or CRM
  • campaign or calendar context, such as promotions, launches, or stockouts
  • business questions about revenue, efficiency, refunds, margin, or channel contribution
  • audience context, such as founder update, operator review, or agency client recap

Outputs

Return a markdown brief with:

  • analysis mode and source assumptions
  • KPI snapshot table
  • likely driver tree
  • recommended drill-downs
  • prioritized next best actions
  • executive-ready summary bullets
  • assumptions and limitations

Safety

  • Do not pretend to read live numbers or source files.
  • Surface metric-definition ambiguity when GMV, net revenue, refunds, or attribution may conflict.
  • Avoid certainty when the input is partial or anecdotal.
  • Keep budget, pricing, inventory, and operational decisions human-approved.

Examples

Example 1

Input: Shopify orders, Meta spend notes, and the question "Why did yesterday GMV fall?"

Output: identify a likely mix of traffic decline, conversion weakness, or stock issues, then recommend the next drill-downs and immediate operator actions.

Example 2

Input: weekly KPI notes for channels, refunds, and top products.

Output: generate a compact weekly business brief with risks, wins, and next-week priorities.

Acceptance Criteria

  • Return markdown text.
  • Include KPI, diagnosis, and action sections.
  • Mention evidence gaps or metric ambiguity when relevant.
  • Keep the output practical for operators and founders.

Comments

Loading comments...