Mobile Commerce Ux Auditor

v1.0.0

Audit mobile shopping flows, identify conversion friction, prioritize UX issues, and suggest experiment backlogs for product teams, CRO specialists, and e-co...

0· 49·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
The SKILL.md, handler.py, and tests all implement a checklist-based UX auditor that converts text/screenshots into a markdown audit. However, skill.json claims 'evaluate page speed' which the code and instructions do not implement or require — this is a small documentation mismatch rather than evidence of malicious intent.
Instruction Scope
SKILL.md instructs the agent to produce heuristic audits from user-provided screenshots or text and explicitly states it does not access analytics or replay tools. handler.py only processes the provided text input and renders markdown; there are no instructions to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
No install specification or external downloads are present. The skill is instruction/code-only and relies on standard Python runtime; nothing is written to disk or fetched from remote URLs during installation.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not access environment variables or external secrets.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills/configuration. It runs only when invoked.
Assessment
This skill appears coherent and low-risk: it takes a text prompt and emits a markdown UX audit using built-in heuristics. Before installing, note the small mismatch in skill.json claiming 'page speed' evaluation — the skill does not fetch pages or measure performance. If you need real page-speed or analytics-backed recommendations, verify the skill explicitly supports those features or use a tool that integrates with analytics APIs. Otherwise, it's safe to use for heuristic audits; it does not request credentials or perform network I/O.

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

latestvk97ejnwn4jsqarn7ndwmqxvvn984reen
49downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Mobile Commerce UX Auditor

Overview

Use this skill to convert mobile shopping-flow notes into a commerce-specific UX audit. It focuses on common conversion blockers in mobile homepages, search, PDPs, carts, checkouts, and reorder flows.

This MVP is heuristic. It does not analyze real heatmaps, session replays, or analytics APIs. Instead, it applies a structured mobile-commerce checklist and produces a markdown audit that can feed a growth backlog.

Trigger

Use this skill when the user wants to:

  • audit a mobile storefront or app shopping flow
  • diagnose low add-to-cart or checkout completion
  • identify quick-win conversion fixes
  • turn screenshots or flow notes into a prioritized UX backlog
  • generate experiment ideas for A/B testing or redesign sprints

Example prompts

  • "Audit our mobile checkout flow"
  • "Review these PDP screenshots for conversion friction"
  • "Why is mobile add-to-cart low on our skincare store?"
  • "Create a quick mobile commerce UX audit from these notes"

Workflow

  1. Capture the business goal and the stages the user is concerned about.
  2. Map the input to mobile-commerce stages such as landing, PDP, cart, and checkout.
  3. Apply a stage-specific issue library around clarity, trust, hierarchy, form burden, and tap friction.
  4. Prioritize findings by likely revenue impact and implementation effort.
  5. Return a markdown audit with findings, quick wins, and experiment ideas.

Inputs

The user can provide any mix of:

  • screenshots or textual descriptions of the mobile flow
  • funnel goal, such as conversion lift or checkout drop-off reduction
  • business context and target market
  • known symptoms, such as hidden shipping info or low CTA visibility
  • notes about device assumptions or audience

Outputs

Return a markdown audit with:

  • executive summary
  • prioritized UX findings by stage
  • quick wins
  • experiment backlog
  • assumptions and evidence gaps

Safety

  • Do not claim access to real analytics or behavioral tools.
  • Treat recommendations as heuristics until validated with data.
  • Avoid guaranteed uplift claims.
  • State clearly when stage coverage is incomplete.

Examples

Example 1

Input: mobile PDP and checkout notes for a fashion store.

Output: highlight weak size guidance, delayed shipping clarity, and low-trust checkout signals, then propose specific fixes and tests.

Example 2

Input: mobile grocery reorder flow.

Output: identify tap friction, reorder-path ambiguity, and cart-message overload, then convert them into a quick-win backlog.

Acceptance Criteria

  • Return markdown text.
  • Cover at least 4 mobile-commerce findings or stages.
  • Prioritize issues by severity or impact.
  • Include at least 3 experiment or quick-win ideas.

Comments

Loading comments...