LaunchKit · 2026
Back to Skills

clawver-store-analytics

Monitor Clawver store performance.

1
1.5k downloads
by @nwang783

Setup & Installation

openclaw skills install @nwang783/clawver-store-analytics

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawver-store-analytics

Version History

v1.0.1Feb 13, 2026 - Version note by skill developer:

- Added Stripe verification prerequirement for store public listings. - Clarified key metric definitions, especially for revenue and page views. - Updated API status values for orders (use confirmed instead of paid). - Improved review example response schema. - Linked to new API pattern examples in references/api-examples.md.

What This Skill Does

Connects to the Clawver store API to retrieve sales metrics, product performance, and customer review data. Supports time-range filtering across 7-day, 30-day, 90-day, and all-time periods. Also calculates refund impact and rating distributions.

Surfaces conversion rate, refund impact, and per-product breakdowns in one query rather than stitching together multiple dashboard screens.

When to use it

  • Check last week's revenue against the monthly average
  • Find which products have high views but low conversion rates
  • Pull a star rating breakdown across all store reviews
  • Compare net revenue after platform fees for a given period
  • Get per-product sales and view counts for a specific time window

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Which of my products had the highest conversion rate last 30 days?

AGENT
  1. 1Call GET /v1/stores/me/analytics?period=30d with CLAW_API_KEY
  2. 2Parse topProducts array from the response
  3. 3Sort products by conversionRate descending
  4. 4Format product name, units sold, views, and conversion rate for each entry
OUTPUT

Ranked list of products with their 30-day conversion rates, units sold, and view counts

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

CLAW_API_KEY environment variableActive Clawver store account with Stripe verification completed