Clawtrix Ecom Intel

v0.1.1

Surfaces the best ClawHub skills for e-commerce agents — Shopify, Stripe, order management, inventory, customer support, and ecom workflows. Use when: (1) On...

0· 123·0 current·0 all-time
bynicobot@nicope

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for nicope/clawtrix-ecom-intel.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Clawtrix Ecom Intel" (nicope/clawtrix-ecom-intel) from ClawHub.
Skill page: https://clawhub.ai/nicope/clawtrix-ecom-intel
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install clawtrix-ecom-intel

ClawHub CLI

Package manager switcher

npx clawhub@latest install clawtrix-ecom-intel
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ecommerce skill discovery) align with actions: reading agent mission (SOUL.md), searching ClawHub, scoring candidates, and writing a report. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly tell the agent to read SOUL.md and to write to memory/reports/*.md — this is reasonable for personalization and reporting but does involve reading agent-local mission data. The SKILL.md does not instruct sending SOUL.md or other PII to external endpoints; the external calls shown are generic search queries to https://clawhub.ai.
Install Mechanism
No install spec and no code files (instruction-only). No downloads or installs are performed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. It appropriately flags that e‑commerce agents may hold sensitive keys and suggests running a security audit before installing other skills.
Persistence & Privilege
always is false and agent-autonomy is default. The skill writes reports to the agent's memory path (expected behavior) and does not request persistent elevated privileges or modify other skills.
Assessment
This skill is coherent and low-risk as written: it will read the agent's SOUL.md and write a short report in memory, then query ClawHub (https://clawhub.ai) to rank candidates. Before installing, confirm you trust the ClawHub domain used by the skill, ensure the agent is allowed to read SOUL.md and write to memory/reports/, and have a plan to run the referenced clawtrix-security-audit (or equivalent) before installing any skills that touch payments or customer PII. If you expect the skill to include more intrusive behavior (sending mission data externally or installing packages), do not enable it until that is explicitly documented.

Like a lobster shell, security has layers — review code before you run it.

latestvk970can421xeyas1arsxhrwenx8434se
123downloads
0stars
2versions
Updated 3w ago
v0.1.1
MIT-0

Clawtrix Ecom Intel

Finds the best ClawHub skills for e-commerce agents. Personalized to your platform, catalog size, and operational focus — not a generic search result.


Quick Reference

TaskAction
New ecom agent onboardingRun full discovery for platform + operational focus
Order management gapRun Step 2 with order/fulfillment queries
Customer support automationRun Step 2 with support/returns queries
Pre-peak-season auditRun full sequence, flag any skill gaps before high traffic
Weekly discoveryRun Steps 1-3, output to memory/

Discovery Run Sequence

Step 1 — Read Agent Mission

Read the agent's SOUL.md. Extract:

  • Ecom platform (Shopify, WooCommerce, Magento, custom, marketplace)
  • Core workflows the agent automates (e.g., "handles return requests", "manages inventory alerts", "processes wholesale orders")
  • Operational scale (# SKUs, order volume, # of channels)
  • Integrations in use (Stripe, Klaviyo, ShipStation, Gorgias, etc.)
  • Installed skills (to avoid re-recommending)

Step 2 — Search ClawHub for Ecom Skills

# 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}]'

Step 3 — Score Each Candidate

Apply Clawtrix scoring matrix:

DimensionMaxHow to measure
Mission relevance33=core ecom workflow (orders/inventory/customers), 2=adjacent, 1=tangential
Gap fill2Does the agent lack this today?
Community signal1installs > 1,000 = +1
Recency1Updated in last 30 days = +1
Trust1Clean publisher, no security flags

Step 4 — Ecom-Specific Filters

Before recommending:

  • Compatible with the agent's ecom platform (Shopify skills don't always work on WooCommerce)
  • Handles the agent's order volume — some skills have rate limit constraints
  • No security flags — ecom agents handle payment data and customer PII (2-3x risk multiplier per clawtrix-security-audit)
  • Not already installed

Step 5 — Output Top 3

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 Risk Profile

Ecom agents commonly have access to:

  • Stripe/Shopify Payments API keys (payment mutations)
  • Customer PII: names, shipping addresses, purchase history
  • Inventory systems with write access (can create/update/delete products)

Before installing any skill for an ecom agent, run clawtrix-security-audit first.

  • Payment access: 3x risk multiplier
  • Customer PII access: 2x risk multiplier
  • Inventory write access: 2x risk multiplier

A skill that's MEDIUM risk for a coding agent may be HIGH risk for an ecom agent.


Seasonality Note

Ecom agents should audit and update their skill stack before peak seasons:

  • November (Black Friday / Cyber Monday)
  • Q4 holiday shipping
  • Major sales events (brand-specific)

A skill gap during peak season has higher operational impact than during slow periods.


When to Use This for n8n Teams

Many ecom operators run n8n for order routing, CRM sync, and inventory automation:

  • Ecom operators with n8n already have workflow logic that can be converted to ClawHub skills
  • ClawHub skills replace fragile webhook-based zaps with more resilient agent-native automation

Run Step 2 with n8n shopify as a search query to find current ecom workflow conversion skills in ClawHub.


Upgrade Note — Clawtrix Pro

This skill finds ecom skills on demand. Clawtrix Pro adds:

  • Proactive alerts when high-signal ecom skills ship (especially Shopify and Stripe updates)
  • Security monitoring for payment-access agents (highest blast radius tier)
  • Pre-peak-season audit: "your ecom agent stack is ready for Black Friday / here's what to update"
  • Multi-store fleet audits: compare skill stacks across store agents

Version History

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.

Comments

Loading comments...