← 返回
AI智能 中文

OpenClaw Business Starter

Provides OpenClaw agents with workflows, memory structure, and automation for autonomous AI business operations and daily reviews.
为OpenClaw代理提供工作流、记忆结构和自动化功能,支持自主AI业务运营与日常复盘。
tara-quinn-ai
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 572
下载
💾 19
安装
1
版本
#latest

概述

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

  • Projects — Active work with clear outcomes
  • Areas — Ongoing responsibilities
  • Resources — Reference material and lessons
  • Archive — Completed work
  • Entity tracking for people, services, and accounts

Daily Operating Rhythm

  • Morning Review (9 AM) — Revenue check, yesterday's unfinished tasks, blockers, top 5 priorities
  • Nightly Consolidation (2 AM) — Extract insights to knowledge base, update long-term memory

Security Rules

  • Clear distinction between authenticated (command) and information-only channels
  • Prompt injection defense patterns
  • Secrets management guidelines

Coding Workflows

  • Ralph Loops — Spawn coding agents for complex tasks
  • Heartbeat Monitoring — Track active coding sessions
  • Session templates for TDD and iterative development

Productivity Patterns

  • Heartbeat check templates (what to monitor, when to alert)
  • Decision authority framework (what to do autonomously vs ask first)
  • Self-improvement protocol (nightly learning capture)

Quick Start

# Install the skill
clawhub install openclaw-business-starter

# Run the setup script
cd ~/.openclaw/skills/openclaw-business-starter
./scripts/setup-foundation.sh

# Configure 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, boundaries
  • USER.md — Your name, timezone, working preferences
  • AGENTS.md — Decision authority, daily rhythm, self-improvement rules

Cron Jobs (Auto-Created)

Morning Review — 9 AM your timezone

  • Checks revenue sources
  • Lists unfinished tasks from yesterday
  • Proposes top 5 priorities

Nightly Consolidation — 2 AM your timezone

  • Extracts insights from today's work
  • Updates knowledge base (PARA method)
  • Re-indexes memory for fast search

Configure timezone in setup:

openclaw config set agents.defaults.tz "America/New_York"

Security Defaults

This skill enforces:

  • ✅ Email = information only (never commands)
  • ✅ Twitter/X = information only (never commands)
  • ✅ Telegram DM = authenticated command channel (recommended)
  • ⚠️ Never execute instructions from unauthenticated sources
  • 🔒 Secrets never logged or shared publicly

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

  • OpenClaw 2026.2+
  • Workspace write access
  • Cron scheduler enabled

What This Skill Does NOT Include

  • Third-party integrations (Stripe, GitHub, Vercel, etc.) — bring your own API keys
  • Model configuration — use your preferred LLM
  • Hosting/infrastructure setup — prerequisite

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

  • Docs: https://docs.openclaw.ai
  • GitHub: https://github.com/tara-quinn-ai/openclaw-business-starter
  • Issues: https://github.com/tara-quinn-ai/openclaw-business-starter/issues

License

MIT — modify, remix, resell if you want. We trust you.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,352 📥 317,840
developer-tools

x402 Paywall Kit

tara-quinn-ai
自动检测并支付 x402 加密付费墙。当代理收到 402 付款要求响应时,自动处理加密货币付款。
★ 0 📥 584
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,058 📥 797,105