Ecommerce Ops Suite

Quick Start Guide

← Back to Home
5 min setup 7 skills ready No credit card
Setup in under 5 minutes

Get Started in 3 Steps

From zero to fully automated ecommerce operations. Choose your path based on what you want to automate.

1

Install OpenClaw

OpenClaw is the foundation that powers all our skills. It's a CLI tool that works with Claude Code, Cursor, or any Claude client.

# Install OpenClaw globally
npm install -g openclaw

# Verify installation
openclaw --version
Prerequisites: Node.js 18+ and an AI API key (Claude or MiniMax). Don't have Claude? Get $5 free credits here.
2

Install Your First Skill

Skills are modular automation packages. Install what you need, skip what you don't.

# Install skills from ClawHub
openclaw skill install competitive-monitor
openclaw skill install social-poster
openclaw skill install inventory-tracker

# Or install all free skills at once
openclaw skill install --all-free
3

Configure & Run

Tell each skill about your store. One-time setup, then it runs 24/7.

# Initialize your ecommerce config
openclaw init ecommerce

# Configure Competitive Monitor
openclaw config competitive-monitor

# Run once to test
openclaw run competitive-monitor

# Or schedule to run automatically
openclaw schedule competitive-monitor --every 1h
Interactive setup wizard:
? Enter your store URL:
→ https://mystore.myshopify.com
? Add competitor URLs (one per line, empty to finish):
→ https://competitor1.com
→ https://competitor2.myshopify.com
→ [Enter]
Configuration saved!

Quick Reference

Common Commands

openclaw skill list — Show installed skills
openclaw skill search <query> — Find new skills
openclaw run <skill> — Run a skill manually
openclaw schedule <skill> — Automate a skill
openclaw logs — View recent activity

Skill Schedule Examples

--every 15m — Every 15 minutes
--every 1h — Every hour
--daily 9:00 — Every day at 9 AM
--weekly monday — Every Monday

Troubleshooting

"command not found: openclaw"

Run the install command again:

npm install -g openclaw

If it still doesn't work, try restarting your terminal or check your npm path.

"API key not found"

Set your API key:

export OPENAI_API_KEY=your_key_here

For Claude, use ANTHROPIC_API_KEY. Add this to your shell profile for persistence.

Skills not scheduling properly

Check your scheduler status:

openclaw schedule list

Make sure your terminal session is active or use a process manager like PM2 for background scheduling.

Need Help?

Join our beta community for setup support, feature requests, and early access to new skills.