Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Which of my products had the highest conversion rate last 30 days?
- 1Call GET /v1/stores/me/analytics?period=30d with CLAW_API_KEY
- 2Parse topProducts array from the response
- 3Sort products by conversionRate descending
- 4Format product name, units sold, views, and conversion rate for each entry
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.