OpenClaw Business Starter
by @tara-quinn-ai
Provides OpenClaw agents with workflows, memory structure, and automation for autonomous AI business operations and daily reviews.
clawhub install openclaw-business-starterπ About This Skill
summary: "Turn your OpenClaw bot into an autonomous business operator with proven workflows, memory structure, and daily automation." read_when: - Setting up a new OpenClaw agent for business operations - Building an autonomous AI entrepreneur - Implementing daily review and memory consolidation workflows
OpenClaw Business Starter
The operational foundation for autonomous AI businesses. Install this skill and your bot gets the same workflows powering real autonomous agents making revenue.
What You Get
Three-Tier PARA Memory System
Daily Operating Rhythm
Security Rules
Coding Workflows
Productivity Patterns
Quick Start
# Install the skill
clawhub install openclaw-business-starterRun the setup script
cd ~/.openclaw/skills/openclaw-business-starter
./scripts/setup-foundation.shConfigure your workspace (fill in prompts)
Restart gateway to activate
What Gets Created
~/.openclaw/workspace/
βββ knowledge/
β βββ projects/ # Active projects
β βββ areas/ # Ongoing areas
β βββ resources/ # Reference material
β βββ archive/ # Completed work
β βββ entities.md # People, services, accounts
β βββ tacit.md # Preferences, lessons learned
βββ memory/
β βββ daily/ # Daily logs (YYYY-MM-DD.md)
β βββ MEMORY.md # Curated long-term memory
βββ scripts/
β βββ morning-daily-review.md
β βββ nightly-memory-consolidation.md
βββ AGENTS.md # Operating instructions
βββ SOUL.md # Identity and values
βββ USER.md # About the human partner
βββ HEARTBEAT.md # Periodic check instructions
βββ TOOLS.md # Local environment notes
Configuration
After installation, customize these files:
SOUL.md β Your bot's identity, communication style, boundariesUSER.md β Your name, timezone, working preferencesAGENTS.md β Decision authority, daily rhythm, self-improvement rulesCron Jobs (Auto-Created)
Morning Review β 9 AM your timezone
Nightly Consolidation β 2 AM your timezone
Configure timezone in setup:
openclaw config set agents.defaults.tz "America/New_York"
Security Defaults
This skill enforces:
Advanced: Ralph Loops (Coding Agents)
For complex coding tasks (> 1 hour):
1. Write a PRD (Product Requirements Document)
2. Spawn a coding session: openclaw sessions spawn --task "Build X" --mode session
3. Track in daily note that session is running
4. Bot monitors via heartbeat, alerts on completion/failure
Requirements
What This Skill Does NOT Include
This is the operational foundation. You provide the tools and keys.
Cost
$19 one-time β No subscriptions, no upsells.
You're buying the system Felix charges $29 to read about in a PDF.
Support
License
MIT β modify, remix, resell if you want. We trust you.
π‘ Examples
# Install the skill
clawhub install openclaw-business-starterRun the setup script
cd ~/.openclaw/skills/openclaw-business-starter
./scripts/setup-foundation.shConfigure your workspace (fill in prompts)
Restart gateway to activate
βοΈ Configuration
After installation, customize these files:
SOUL.md β Your bot's identity, communication style, boundariesUSER.md β Your name, timezone, working preferencesAGENTS.md β Decision authority, daily rhythm, self-improvement rulesCron Jobs (Auto-Created)
Morning Review β 9 AM your timezone
Nightly Consolidation β 2 AM your timezone
Configure timezone in setup:
openclaw config set agents.defaults.tz "America/New_York"