Skip to main content

Service Catalog Overview

better-openclaw provides 94 services across 10 categories, ready to compose into production stacks. Every service includes pinned Docker images, health checks, environment variables, dependency declarations, and resource limits.

Service Categories

AI Coding Agents

Terminal-based AI coding assistants from Claude, OpenAI, Google, and more

AI Platforms & Chat UIs

LLM platforms, RAG builders, and multi-model chat interfaces

Local AI Models

Run LLMs, image generation, and speech-to-text locally

Automation & Workflows

Workflow automation, scheduling, and orchestration platforms

Databases & Caching

SQL, NoSQL, graph databases, and in-memory caching

Vector Databases

High-performance vector search for RAG and semantic search

Developer Tools

IDEs, Git hosting, deployment platforms, and monitoring dashboards

Monitoring

Metrics, logs, traces, uptime monitoring, and dashboards

Security

Identity providers, password managers, IPS/IDS, and pentesting tools

Quick Start

List all available services:
npx create-better-openclaw services list
Generate a stack with specific services:
npx create-better-openclaw --services postgresql,redis,n8n,grafana --yes
Use a preset stack:
npx create-better-openclaw --preset devops --yes

Service Features

Every service definition includes:
  • Pinned Docker image tags for reproducible deployments
  • Port mappings with conflict detection
  • Health checks for monitoring service status
  • Environment variables with secure secret handling
  • Volumes for persistent data
  • Resource limits (minimum memory requirements)
  • Dependencies with automatic resolution
  • OpenClaw integration (environment variables and skills)

Service Maturity Levels

  • Stable: Production-ready, widely tested
  • Beta: Functional but may have minor issues
  • Experimental: Early stage, use with caution

REST API Access

Query services programmatically:
# Get all services
curl http://localhost:3456/v1/services

# Get specific service
curl http://localhost:3456/v1/services/postgresql

# Filter by category
curl http://localhost:3456/v1/services?category=database

Build docs developers (and LLMs) love