Skip to content
CK/SYSTEMS
beta agents

OpenClaw

Autonomous Agent OS for governed business workflows

Role

Solo Developer & Architect

Timeframe

2026 - Present

Stack

TypeScript Node.js Claude (Anthropic) Docker AWS Lightsail Portarium

What it is

OpenClaw is an autonomous agent runtime for business workflows. It receives triggers (GitHub events, webhooks, scheduled tasks), runs multi-step agent pipelines to decide what to do, validates every output through Portarium, and surfaces human-approval requests before executing irreversible actions.

It is the operational layer of the agentic infra stack — where Portarium handles governance, OpenClaw handles execution.

What it runs

Currently used as the operator layer for governed workflow experiments on calvinkennedy.com:

  • Inquiry routing — classifies inbound contact form submissions and routes them to the right response template
  • Content audit — scans writing and project pages for stale or inconsistent information
  • GitHub event processing — responds to repo activity with appropriate documentation or visibility updates

Architecture

Trigger (webhook/schedule)
  → OpenClaw runtime
    → Agent pipeline (Claude)
      → Portarium validation
        → Approved: execute action
        → Needs review: surface to human
          → Human approves/rejects
            → Continue or halt
  → Audit log (every step)

Why self-hosted

The point of governed AI workflows is that you own the policy. SaaS agent platforms own it for you. OpenClaw is being packaged for a low-cost AWS VPS runtime so the execution path stays under direct control, the audit trail remains local, and the stack can be evolved without vendor lock-in.

Outcomes

  • Runs governed agent workflows triggered by GitHub webhooks and business events
  • Multi-step pipelines with Portarium validation at each step
  • Human-in-the-loop gates for high-stakes decisions before execution
  • Full observability: every workflow run produces a complete audit trail
  • Self-hosted on AWS Lightsail (ap-southeast-2) — flat rate, no managed-platform lock-in

Need a workflow like this shipped properly?

Send the workflow, bottleneck, or delivery problem. I will tell you whether it fits a governed workflow audit, starter build, or implementation sprint.

Request consulting
Newsletter

Short notes on building AI agents in production.

One email when something worth sharing ships. No fluff, no daily cadence, no recycled growth-thread noise.

Primary use: consulting updates, governed AI workflow lessons, and major project writeups.