LaunchKit · 2026
Back to Skills

ned-analytics

Query your Shopify store's sales, profitability, customers, and marketing data through Ned's API.

0
780 downloads
by @matt998759

Setup & Installation

openclaw skills install @matt998759/ned-analytics

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

npx clawhub install ned-analytics

Version History

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

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.

INPUT

User asks: Which products made the most profit last month?

AGENT
  1. 1Authenticate using NED_API_KEY
  2. 2Call GET /api/v1/profitability/products?period=last_month
  3. 3Parse response array sorted by total_profit
  4. 4Extract product_title, total_profit, profit_margin_pct for top results
  5. 5Return ranked list to user
OUTPUT

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.

NED_API_KEY environment variable (starts with ned_live_, obtain from meetned.com)