โ† โ†’ or Space to navigate

OpenClaw: AI as Infrastructure

Self-hosted AI that works across every channel

๐Ÿ’ฌ
iMessage
๐Ÿ’ผ
Slack
๐ŸŽฎ
Discord
โŒจ๏ธ
Terminal

How It Works

Channels

  • iMessage
  • Slack
  • Discord
  • Email/Calendar

Memory

  • MEMORY.md (permanent)
  • Daily logs (activity)
  • Working memory (session)

Identity

  • USER.md (who you are)
  • SOUL.md (who AI is)
  • IDENTITY.md (metadata)
  • AGENTS.md (workflows)

One installation, multiple touchpoints. Memory persists across sessions.

Build a Team, Not Just an Assistant

Knox (Chief of Staff) โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” Atlas Rory Scout Rosie Shopify Content VA React Native
  • Each agent has its own workspace
  • Separate session history
  • Custom personality via IDENTITY.md
  • Custom skills per agent

Example: Atlas (Shopify Dev) has two connected skills:

1. Context7 skill โ†’ Current Shopify/Liquid docs  |  2. Store skill โ†’ Our landing pages, sections, styling conventions

SOUL.md: Who It Is, Not Just What It Does

# SOUL.md - Rory (Content Writer)

## Who You Are
You are Rory, the content editor for Founder Codes.
You write clear, opinionated technical content.

## Operating Principles
- Write in active voice
- No corporate jargon
- Include code examples when relevant

## Autonomy Boundaries
- CAN: Edit drafts, suggest headlines, fix typos
- ASK FIRST: Publish to production, email outreach

Identity files define personality and boundaries.

Mission Control Dashboard

Activity Feed

๐ŸŸข Knox assigned task to Rory

๐Ÿ“ Rory โ†’ in_progress

โœ… Atlas completed PR #147

๐Ÿ”” Scout flagged 3 emails

inbox โ†’ assigned โ†’ in_progress โ†’ review โ†’ done
  • Real-time activity feed
  • Discord #mission-control notifications
  • CLI commands: mc tasks:list
  • Daily standup generation
# Create and assign tasks
mc tasks:create '{"title":"..."}'
mc assign '{"taskId":"...", "agentId":"..."}'
mc standup:generate

From Bug Report to PR in 15 Minutes

Entry Points

  • GitHub Issues (automatic)
  • Slack #bug-triage
  • Sentry Alerts
  • Discord (team reports)

Agent Routing

RepositoryAgent
helm-focus-appRosie
Helm-WakeSwift
ShopifyAtlas

Two AI Reviews Before Every PR

Detect Bug โ†’ Create Issue
โ†“
Spawn Agent โ†’ Write Plan
โœ“ Codex Review (plan)
โ†“
Implement Fix โ†’ Run Tests
โœ“ Codex Review (code)
โ†“
Push to Git โ†’ Create PR
โœ“ CodeRabbit final review

Results

6
bugs fixed day 1
~15
min to PR
0
regressions
100%
documented

It Works While You Sleep

6:30 AM โ˜€๏ธ
Morning Briefing

Calendar, priorities, blockers โ†’ iMessage

Every 3h โฐ
Heartbeat Checks

Inbox, calendar, project status

9:00 PM ๐ŸŒ™
Evening Synthesis

What got done, what's pending

Sunday ๐Ÿ“Š
Weekly Review

Pattern analysis, MEMORY.md updates

iMessage Preview:

Good morning! Here's your day:

โ€ข 10am: Team sync (prep notes attached)

โ€ข 3 emails need response (flagged)

โ€ข PR #147 ready for review

Infrastructure:

โ€ข Mac Mini runs 24/7

โ€ข SyncThing syncs folders across devices

โ€ข Screens 5 for remote Mac Mini access

Stop Typing. Start Talking.

WisprFlow: Voice-First Development

49
week streak
132
WPM (top 2%)
1.5M
words dictated
129
apps used
wisprflow.com →
  • Dictate into any app (Warp, Slack, IDE)
  • 132 WPM vs ~40 WPM typing = 3x faster
  • Works with technical terms and code

"1.5 million words dictated. That's 15 complete books worth of contentโ€”all spoken, not typed."

Claude's Speed + Codex's Accuracy

Claude creates plan
โ†“
/codex-skill auto-reviews
โ†“
Codex flags what Claude missed
โ†“
Plan automatically updated
โ†“
You approve with full context
View on GitHub →

Hooks into Claude Codeโ€”after any plan is created, Codex automatically checks it.

  • Claude is fast but misses edge cases
  • Codex is thorough but slower
  • Combined: rapid planning + comprehensive review
npx skills add \
  github.com/cathrynlavery/codex-skill -y

One Repo, Every Device, Every Tool

GitHub: your-name/.agents โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ–ผ โ–ผ โ–ผ MacBook Mac Mini Work PC โ”‚ โ”‚ โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ–ผ โ–ผ โ–ผ Warp Codex Conductor
# Clone your .agents repo
git clone github.com/you/.agents ~/.agents

# Symlink to each tool
ln -s ~/.agents/skills ~/.warp/skills
ln -s ~/.agents/skills ~/.codex/skills
ln -s ~/.agents/skills ~/.conductor/skills

Different Models for Different Work

{
  "agents": {
    "knox": {
      "model": "claude-sonnet",
      // Fast coordination
    },
    "opus": {
      "model": "claude-opus",
      // Deep analysis
    },
    "rosie": {
      "model": "codex-5.2",
      "reasoning": "xhigh",
      // Bug fixes (accuracy critical)
    }
  }
}

Key Patterns

  • Sonnet for fast, routine tasks
  • Opus for complex analysis
  • Codex for code review
  • Reasoning: low, medium, high, xhigh

Match the model to the task. Speed where it matters, accuracy where it's critical.

What We Learned

Ambient Infrastructure

AI is always available across every channel

Instead of: Browser tabs

Specialized Agents

Route work to the right expert

Instead of: One generalist

Graduated Trust

Build autonomy over time with boundaries

Instead of: All-or-nothing

Portable Skills

Same workflows in every tool

Instead of: Vendor lock-in

These patterns apply whether you use OpenClaw or build your own system.

Try It Yourself

Recommended Stack

  • Voice: WisprFlow
  • Terminal: Warp + Conductor
  • AI Gateway: OpenClaw
  • Review: Codex skill
  • Sync: SyncThing
  • Remote: Screens 5
Founder Codes

I created founder.codes to share more of what I'm building.

Guides, templates, and workflows for AI-powered development.

Get more founder codes

Technical systems and operational tactics for founder-operators. Delivered weekly.

No spam. Unsubscribe anytime.