TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/bidewio/better-openclaw/llms.txt
Use this file to discover all available pages before exploring further.
presets command helps you explore pre-configured OpenClaw stack templates optimized for different use cases.
Subcommands
list
List all available preset configurations.Options
Output results as JSON for programmatic use.
info
Show detailed information about a specific preset.Arguments
The preset ID to inspect (e.g.,
minimal, creator, researcher, devops, full).Options
Output results as JSON for programmatic use.
Examples
List all presets
Get preset details
JSON output
Available presets
minimal
Basic OpenClaw setup with essential services:- PostgreSQL for data persistence
- Redis for caching
- Estimated memory: ~512MB
- Best for: Testing, development, resource-constrained environments
creator
Content creation and AI-powered workflows:- PostgreSQL, Redis for core functionality
- Qdrant for vector search
- Ollama for local LLM inference
- Content creation and web research skills
- Estimated memory: ~2048MB
- Best for: Writers, content creators, AI experimentation
researcher
Research and data analysis workflows:- PostgreSQL, Redis for data management
- Qdrant for semantic search
- Elasticsearch for full-text search
- Research and analysis skill packs
- Estimated memory: ~4096MB
- Best for: Researchers, data scientists, knowledge workers
devops
DevOps and infrastructure management:- PostgreSQL, Redis for state management
- Prometheus for metrics collection
- Grafana for visualization
- Caddy reverse proxy with auto-SSL
- DevOps and infrastructure skills
- Estimated memory: ~3072MB
- Best for: DevOps engineers, system administrators
full
Complete feature-rich stack:- All core services (PostgreSQL, Redis, Qdrant, Ollama)
- Full monitoring stack (Prometheus, Grafana)
- Caddy reverse proxy
- All available skill packs
- Estimated memory: ~8192MB
- Best for: Production deployments, comprehensive workflows