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.
/plugin marketplace add usecart/ecommerceskills
/plugin install ecommerce-skillsClone the repo and copy the skills/ folder into your project:
git clone https://github.com/usecart/ecommerceskills.git
cp -r ecommerceskills/skills/ .claude/skills/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_..."
}
}
}
}Sign up and get your Cart API key at usecart.com/developers.
| 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 |
| 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 |
| 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 |
/store-research gymshark.com
Returns: store profile, traffic analysis, product catalog, tech stack, social presence, ad activity, and actionable insights.
/product-research yoga mats
Returns: top products, pricing distribution, vendor landscape, trending momentum, and opportunity assessment.
/niche-analysis pet accessories
Returns: market size, competition level, top stores, trending products, entry difficulty, and opportunity score.
/competitor-spy allbirds.com
Returns: side-by-side comparison with top competitors across traffic, products, tech stack, ads, and strategic positioning.
/trend-alert
Returns: top trending products, fastest growing stores, emerging niches, and trend signals to watch.
Skills invoke tools provided by the Cart MCP server. See tools/REGISTRY.md for the complete tool list and capabilities.
- AI agent with skills support (Claude Code, etc.)
- Cart API key (get one here)
- Cart MCP server (
@usecart/mcp-server)
See CONTRIBUTING.md for guidelines on adding new skills or improving existing ones.
MIT — see LICENSE.