Skip to content

Client Blog Workflow

Openclaw is a self-hosted AI agent gateway running on Unraid at tower.local:18789 (Tailscale: https://tower.tail4e22b.ts.net). It orchestrates AI agents that can read, write, and publish content autonomously.

Project location: ~/projects/b-labs/openclaw-agents/ Doppler config: dev-os project, dev_openclaw_unraid config

The end-state workflow (to build):

Boxi CRM triggers Openclaw agent
├── Agent receives: client slug, target keyword, publish date
├── Agent calls mos-seo-content → generates MDX blog post
├── Agent reviews + refines content (brand voice, internal links)
├── Agent calls GitHub API → commits MDX to client repo
│ └── Vercel auto-deploys (~60 seconds)
└── Agent calls Postiz API → schedules 3 social posts
├── Publish day
├── Day 3
└── Day 7

This is the Level 4 fully automated pipeline — one Boxi CRM workflow trigger, zero manual steps.

  • Pattern confirmed by external practitioners in 2026: “Astro/Next.js + AI agent controller = fully automated content operations”
  • Agencies using this pattern manage 40+ client sites at scale with a single operator
  • Not yet standard in the market — building it is a genuine differentiator
IntegrationWhat it doesStatus
Boxi CRM → Openclaw triggerSends client slug + keyword + publishAt to agentNot built
Openclaw → mos-seo-contentAgent calls Marketing OS content commandNot built
Openclaw → GitHub APIAgent commits MDX to client repoNot built
Openclaw → Postiz APIAgent schedules social distributionNot built

Document current capabilities here as they are built. This page is the living spec for the client blog automation workflow.