Install
openclaw skills install clawtrix-ecom-intelSurfaces the best ClawHub skills for e-commerce agents — Shopify, Stripe, order management, inventory, customer support, and ecom workflows. Use when: (1) Onboarding an agent working on an ecom store or marketplace, (2) An agent needs help with order processing, returns, inventory sync, or customer messaging, (3) Running weekly skill discovery for ecom-focused agents, (4) A Shopify/WooCommerce/custom store team is adding AI agent automation, (5) Identifying ecom skills before peak season (Black Friday, product launches). Outputs top 3 recommendations. Never more than 3.
openclaw skills install clawtrix-ecom-intelFinds the best ClawHub skills for e-commerce agents. Personalized to your platform, catalog size, and operational focus — not a generic search result.
| Task | Action |
|---|---|
| New ecom agent onboarding | Run full discovery for platform + operational focus |
| Order management gap | Run Step 2 with order/fulfillment queries |
| Customer support automation | Run Step 2 with support/returns queries |
| Pre-peak-season audit | Run full sequence, flag any skill gaps before high traffic |
| Weekly discovery | Run Steps 1-3, output to memory/ |
Read the agent's SOUL.md. Extract:
# Shopify integration
curl -s "https://clawhub.ai/api/v1/search?q=shopify&limit=10" \
| jq '[.results[] | {slug, name: .displayName, installs, score}]'
# Order management and fulfillment
curl -s "https://clawhub.ai/api/v1/search?q=order+fulfillment&limit=10" \
| jq '[.results[] | {slug, name: .displayName, installs, score}]'
# Inventory and catalog management
curl -s "https://clawhub.ai/api/v1/search?q=inventory+catalog&limit=10" \
| jq '[.results[] | {slug, name: .displayName, installs, score}]'
# Customer support and returns
curl -s "https://clawhub.ai/api/v1/search?q=customer+support+returns&limit=10" \
| jq '[.results[] | {slug, name: .displayName, installs, score}]'
# Payments and fraud
curl -s "https://clawhub.ai/api/v1/search?q=payments+fraud+ecommerce&limit=10" \
| jq '[.results[] | {slug, name: .displayName, installs, score}]'
Apply Clawtrix scoring matrix:
| Dimension | Max | How to measure |
|---|---|---|
| Mission relevance | 3 | 3=core ecom workflow (orders/inventory/customers), 2=adjacent, 1=tangential |
| Gap fill | 2 | Does the agent lack this today? |
| Community signal | 1 | installs > 1,000 = +1 |
| Recency | 1 | Updated in last 30 days = +1 |
| Trust | 1 | Clean publisher, no security flags |
Before recommending:
clawtrix-security-audit)Never more than 3. Write to memory/reports/ecom-intel-YYYY-MM-DD.md:
# Ecom Intel — YYYY-MM-DD
## Agent: [name]
## Platform: [Shopify / WooCommerce / custom]
## Focus: [orders / inventory / customer support / etc.]
## Skills audited: N candidates
## Top 3 Recommendations
**1. [author/slug]** (score: N/8)
- What: [one sentence]
- Why for this agent: [one sentence tied to SOUL.md + platform]
- Install: `clawhub install [slug]`
**2. ...**
**3. ...**
## Skipped
| Slug | Reason |
|...
Ecom agents commonly have access to:
Before installing any skill for an ecom agent, run clawtrix-security-audit first.
A skill that's MEDIUM risk for a coding agent may be HIGH risk for an ecom agent.
Ecom agents should audit and update their skill stack before peak seasons:
A skill gap during peak season has higher operational impact than during slow periods.
Many ecom operators run n8n for order routing, CRM sync, and inventory automation:
Run Step 2 with n8n shopify as a search query to find current ecom workflow conversion skills in ClawHub.
This skill finds ecom skills on demand. Clawtrix Pro adds:
v0.1.0 — Initial release. Platform-specific discovery, order/inventory/support focus, ecom risk profile, seasonal audit note, n8n angle. v0.1.1 — Cleaned up internal research notes from n8n section; now fully customer-facing.