One-Person AI-Powered Publishing Operation
Rational Ground + Hello AI ยท Deployable Kit v1.0
OPS MANUAL v2026.02This manual documents the complete operational stack for running an AI-enhanced publishing operation as a single operator. The system handles content ideation, drafting, editing, multi-platform distribution, and performance analytics โ all orchestrated through automated workflows and scheduled agents.
Central planning hub that dictates what gets published and when. Drives all downstream activity.
Idea โ Drafting โ Ready โ Published
End-to-end content creation flow from raw idea to polished draft, ready for distribution.
Multi-platform publishing system that adapts and posts content to X, Substack, and LinkedIn.
Central visibility into what's working. Aggregates metrics from all distribution channels.
The invisible engine โ crons, agents, and alerts that keep the system running autonomously.
The following automated jobs run on the OpenClaw gateway to keep operations running smoothly.
# ~/.openclaw/cron/jobs.json [ { "name": "Morning Surprise", "schedule": "0 6 * * *", "agent": "ideation-agent", "enabled": true }, { "name": "X Sweep", "schedule": "0 9 * * *", "agent": "social-engagement", "enabled": true }, { "name": "Weekly Status", "schedule": "0 20 * * 0", "agent": "analytics-weekly", "enabled": true } ]
Ready to deploy your own Newsroom in a Box? Here's the complete toolchain with direct links.
Core orchestration platform. Runs agents, crons, messaging, and browser automation. Your "operating system" for the newsroom.
Primary AI model for ideation, drafting, and content enhancement. Powers all intelligent automation.
Newsletter distribution. Email-first publishing with built-in analytics and audience growth tools.
Social distribution channel. Short-form content, engagement, and real-time thought leadership.
Professional network distribution. B2B content, industry insights, and professional brand building.
Editorial calendar and content management. Database-driven planning with full flexibility.
Website analytics. Free privacy-first analytics with session recordings and heatmaps.
Call tracking for conversion attribution. Tie inbound calls to content campaigns.
| Component | Specification | Notes |
|---|---|---|
| Operating System | macOS / Linux | OpenClaw gateway on host machine |
| AI Model | Claude Opus 4.5 / MiniMax M2.5 | Primary: Opus for complex tasks |
| Automation | OpenClaw Gateway Crons | JSON-based job definitions |
| Content Storage | Notion + Local Files | Database + markdown files |
| Distribution | API + OpenClaw Message | X, Substack, LinkedIn |
| Analytics | Clarity + Platform Native | Aggregated weekly |
| Uptime | 24/7 with scheduled maintenance | Crons pause during sleep |
| Operator Time | ~2-4 hours/week maintenance | Review, edit, strategy |
# Required environment setup # OpenClaw OPENCLAW_HOME=~/.openclaw # AI Models ANTHROPIC_API_KEY=sk-ant-... MINIMAX_API_KEY=sk-cp-... # Analytics CLARITY_PROJECT_ID=2674142923230174 CLARITY_API_TOKEN=eyJhbGci... # Call Tracking CALLRAIL_API_KEY=cbfc53cc... CALLRAIL_ACCOUNT_ID=ACC4a21d9fd... # Newsletter MAILCHIMP_API_KEY=f8ea25e... MAILCHIMP_SERVER=us12