Features Templates Security Pricing FAQ Join Waitlist
Early Access — Join the Waitlist

Build Secure OpenClaw
Configurations in Minutes

Stop wrestling with boilerplate. ClawTemplate Builder generates Docker setups, skills packs, env files, and security guardrails — all from curated, versioned templates.

Free early access · No credit card required
🔒
🐳
Built for developers deploying OpenClaw with Docker
template.yaml
id: secure-vps-docker
version: 0.1.0
title: Secure OpenClaw on VPS (Docker)
requires:
  - docker
  - docker_compose
inputs:
  variables:
    - name: GATEWAY_AUTH_MODE
      required: true
      allowed: ["token", "password"]
outputs:
  files:
    - docker-compose.yml
    - .env.example
    - skills/**/*
Why ClawTemplate

Templates that actually solve problems

ClawTemplate Builder goes beyond boilerplate. Every template includes config, skills, security, and deployment — packaged as one exportable bundle.

Secure by Default

Fail-closed auth, network isolation, non-root containers, and vulnerability scanning baked into every template. No insecure configurations pass through.

Reproducible Bundles

Same template, same output — deterministic every time. Docker Compose, env files, and skills exported as versioned ZIP bundles ready to run.

Outcome Templates

Not just infrastructure — templates oriented to real results: PDF extraction, inbox triage, order capture, monitoring. Pick an outcome, export a bundle.

How It Works

From zero to running in three steps

ClawTemplate Builder handles the complex setup so you can focus on what your OpenClaw agent actually does.

01

Choose Template

Browse our curated library of outcome-oriented templates. Each one includes infrastructure, skills, hooks, and security policies.

02

Configure Access

Set your auth mode (token or password), environment variables, connectivity, and skill packs through our guided wizard.

03

Export & Run

Download your versioned ZIP bundle with Docker Compose, README, env files, skills, and scripts. Just run docker compose up.

Template Library

Start with a validated architecture

Every template ships with Docker config, skills, security policies, and documentation. Pick an outcome, not just boilerplate.

Infrastructure Free

Secure VPS Docker

Production-ready OpenClaw on any VPS with Docker. Includes hardening, healthcheck, non-root containers, and gateway auth.

Includes:
docker-compose.yml.env.exampleREADME.mdskills/
Dev Setup Free

Local Development

Optimized local OpenClaw environment with hot-reload, debug tools, and workspace templates pre-configured.

Includes:
docker-compose.dev.ymlAGENTS.mdSOUL.mdTOOLS.md
Outcome Free

PDF → JSON Extractor

Skills pack for structured data extraction from PDFs. Outputs clean JSON/CSV ready for your frontend or pipeline.

Includes:
SKILL.mdscripts/examples/.env.example
Outcome Pro

Inbox Triage

Automated inbox classification and routing. Sort messages by priority, topic, and urgency with audit trails.

Includes:
SKILL.mdHOOK.mdhandler.tsconfig/
Operations Pro

System Monitor

Proactive monitoring via HEARTBEAT templates. Track health, performance, and anomalies with structured alerts.

Includes:
HEARTBEAT.mdHOOK.mdhandler.tsalerts/
Outcome Pro

Order Capture

End-to-end order processing workflow. Capture, validate, and route orders with confirmation hooks.

Includes:
SKILL.mdHOOK.mdtemplates/validation/
Security-First

Advanced security architecture

We implement loopback gateways and least-privilege principles in every service. Your containers only see what they need to see. Every template ships with guardrails, review cues, and transparent risk labels.

  • Network isolation between containers
  • Non-root users by default in all Dockerfiles
  • Base image vulnerability scanning
  • Secrets managed via environment (never hardcoded)
  • HTTP security headers pre-configured
  • Fail-closed gateway auth — no credentials, no access
🔒
Gateway Auth Required
⚙️
Core Isolated Network
📦
Skills Sandboxed
security.yaml
gateway:
  auth:
    mode: "token"
    fail_closed: true
containers:
  run_as_user: 1000
  read_only_root: true
  no_new_privileges: true
network:
  isolation: "strict"
Pricing

Simple, transparent plans

Start free, scale when you need to. All plans include security guardrails and reproducible exports.

Free

$0 forever

Get started with core templates

  • 3 starter templates
  • Local export (ZIP)
  • Community support
  • .env.example included
  • Basic validation
Join Waitlist

Pro

$19 /month

Full library + priority support

  • All templates
  • Template updates & new releases
  • Priority email support
  • CLI access (clawtemplate init)
  • Advanced validation & lint
  • Custom variable presets
Join Waitlist

Teams

$49 /month

Collaborate & share securely

  • Everything in Pro
  • 5 team members
  • Private template registry
  • SSO / SAML
  • Shared variable vaults
  • Audit log exports
Join Waitlist
FAQ

Frequently asked questions

Everything you need to know about ClawTemplate Builder.

Can I export the code off-platform?

Absolutely. ClawTemplate generates standard code (Docker Compose, Shell Scripts, YAML configs) that you own 100%. There's zero lock-in — download, modify, and deploy anywhere.

How are secrets managed?

We generate .env.example files and configure Docker to read secrets from environment variables or host files. We never store your actual secrets. Template bundles always separate example configs from real credentials.

Can I customize the templates?

Yes. The wizard lets you adjust ports, volumes, auth modes, and versions before generating. Once downloaded, it's plain code you can edit freely. Templates are starting points, not cages.

What's included in the free plan?

Access to 3 starter templates and the ability to download source code locally. It's ideal for testing the tool and running your first secure OpenClaw setup.

Do you support Kubernetes?

Currently we focus on Docker Compose and Swarm. Helm chart support and K8s manifests are on our roadmap. Join the waitlist to vote on deployment targets.

Does it work on Windows?

Yes — as long as you have WSL2 and Docker Desktop installed. Our templates are OS-agnostic; they target Docker containers, not the host system.

Get early access

Be among the first to generate secure, reproducible OpenClaw configurations with ClawTemplate Builder. Free tier included — no credit card required.

No spam · Unsubscribe anytime · Free early access