Get Started in 3 Steps
From zero to fully automated ecommerce operations. Choose your path based on what you want to automate.
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
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
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
Quick Reference
Common Commands
openclaw skill list — Show installed skillsopenclaw skill search <query> — Find new skillsopenclaw run <skill> — Run a skill manuallyopenclaw schedule <skill> — Automate a skillopenclaw logs — View recent activitySkill Schedule Examples
--every 15m — Every 15 minutes--every 1h — Every hour--daily 9:00 — Every day at 9 AM--weekly monday — Every MondayTroubleshooting
"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.