Spin up OpenClaw agents. Train them. Connect them to business.
OpenClaw gives you a persistent AI agent. ClawClass is where you spin up, train, and connect them — fast.
One server. Unlimited agents. Each with its own domain, HTTPS, and role preset.
git clone https://github.com/magnusfroste/clawclass.git
cd clawclass
cp .env.example .env
docker compose up -dOpen https://clawclass.yourdomain.com — create your first agent in 30 seconds.
| Feature | What it means |
|---|---|
| Instant HTTPS | Caddy issues TLS certificates on first request — no config needed |
| Role presets | Pick a role (QA, SEO, Dev, Support, Research, FlowWink operator) — the agent boots ready to work |
| Multi-tenant isolation | Each agent gets its own domain, container, and memory — fully isolated |
| A2A peering | Enable agent-to-agent communication with one checkbox |
| Browser terminal | Exec into any agent container from the portal UI |
The flowwink role preset turns an OpenClaw agent into an autonomous Business Operating System operator. Connect it via MCP and it runs your SaaS on autopilot:
- 250+ skills across CMS, CRM, and ERP — quotes, invoices, contracts, expenses, support, content, analytics
- 4-hour heartbeat — wakes up, audits the pipeline, catches stuck orders, flags compliance issues, reports findings
- No human in the loop unless something critical surfaces
FlowWink is open source: github.com/magnusfroste/flowwink
Your domain → Caddy (on-demand TLS) → ClawClass portal → OpenClaw container
↓
FlowWink MCP (250+ business skills)
| Role | Purpose | Heartbeat |
|---|---|---|
generalist |
Blank slate — full control | — |
qa |
Audit URLs, forms, accessibility | 12h |
seo |
SEO audits, keyword analysis, content gaps | 24h |
dev |
Code review, documentation, security scanning | — |
support |
Customer-facing help and escalation | 2h |
research |
Web research, analysis, synthesis | — |
flowwink |
Autonomous BOS operator | 4h |
- Caddy — reverse proxy, automatic HTTPS
- ClawClass portal — Node.js, SQLite, Dockerode
- OpenClaw — official image from ghcr.io/openclaw/openclaw
- A2A gateway — optional plugin for agent-to-agent communication
See docs/ for deep dives on A2A, storage, and dual-channel communication.
ClawClass is open source and community-driven. We want it to become the Docker stack for OpenClaw.
- Report bugs → Open an issue
- Request features → Start a discussion
- Contribute → Fork → branch → test → PR
MIT
Built by Magnus Froste.
