Skip to content

FlatNineOrg/ecommerce-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Skills

E-commerce intelligence skills for AI agents, powered by the Cart API.

Install these skills and your AI agent gets powerful commands for competitive research, product discovery, ad intelligence, and market analysis across millions of e-commerce stores.

Installation

Claude Code Plugin (Recommended)

/plugin marketplace add usecart/ecommerceskills
/plugin install ecommerce-skills

Copy skills directly

Clone the repo and copy the skills/ folder into your project:

git clone https://github.com/usecart/ecommerceskills.git
cp -r ecommerceskills/skills/ .claude/skills/

Configure the Cart MCP server

Add the Cart MCP server to provide the underlying tools:

{
  "mcpServers": {
    "cart": {
      "command": "npx",
      "args": ["-y", "@usecart/mcp-server"],
      "env": {
        "CART_API_KEY": "cart_sk_..."
      }
    }
  }
}

Get your API key

Sign up and get your Cart API key at usecart.com/developers.


Skills

Research

Skill Command Description
store-research /store-research <domain> Full competitive breakdown of any e-commerce store
product-research /product-research <keyword> Find and analyze products in any niche
niche-analysis /niche-analysis <keyword> Market overview and opportunity assessment

Intelligence

Skill Command Description
competitor-spy /competitor-spy <domain> Deep competitive intelligence against your rivals
ad-spy /ad-spy <keyword or domain> Facebook and Instagram ad intelligence
pricing-intel /pricing-intel <keyword> Market pricing intelligence and sweet spot analysis

Discovery

Skill Command Description
supplier-finder /supplier-finder <product type> Find dropshipping and POD suppliers
trend-alert /trend-alert Discover what is trending right now
store-audit /store-audit <domain> Technical and performance audit of a store

Usage Examples

Research a competitor

/store-research gymshark.com

Returns: store profile, traffic analysis, product catalog, tech stack, social presence, ad activity, and actionable insights.

Find winning products

/product-research yoga mats

Returns: top products, pricing distribution, vendor landscape, trending momentum, and opportunity assessment.

Analyze a niche

/niche-analysis pet accessories

Returns: market size, competition level, top stores, trending products, entry difficulty, and opportunity score.

Spy on competitors

/competitor-spy allbirds.com

Returns: side-by-side comparison with top competitors across traffic, products, tech stack, ads, and strategic positioning.

Find trending products

/trend-alert

Returns: top trending products, fastest growing stores, emerging niches, and trend signals to watch.


Tools

Skills invoke tools provided by the Cart MCP server. See tools/REGISTRY.md for the complete tool list and capabilities.

Requirements

  • AI agent with skills support (Claude Code, etc.)
  • Cart API key (get one here)
  • Cart MCP server (@usecart/mcp-server)

Contributing

See CONTRIBUTING.md for guidelines on adding new skills or improving existing ones.

License

MIT — see LICENSE.

About

E-commerce intelligence skills for AI agents.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors