Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Updated description.
What This Skill Does
Ned Analytics connects Shopify store data, ad spend, and cost information into a single API, exposing profit, revenue, customer segments, and marketing metrics. This skill lets an OpenClaw agent query that data directly using natural language. Requires a Ned account and API key.
Ned calculates true profitability at the order and SKU level including COGS, shipping, and ad spend, which standard Shopify analytics does not provide.
When to use it
- Check today's net profit after ad spend
- Find which products have the highest margin last 30 days
- Identify high-value customers at churn risk
- Compare ROAS across a date range
- Pull contribution margin for a monthly business review
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Which products made the most profit last month?
- 1Authenticate using NED_API_KEY
- 2Call GET /api/v1/profitability/products?period=last_month
- 3Parse response array sorted by total_profit
- 4Extract product_title, total_profit, profit_margin_pct for top results
- 5Return ranked list to user
Top 5 products by profit last month with margin percentages
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.