Openclaw Cookbook banner
win4r win4r

Openclaw Cookbook

AI community

Description

Production-ready recipes for OpenClaw — self-hosted multi-channel AI agent gateway. Telegram, Discord, Slack, WhatsApp. Multi-model, multi-agent, long-term memory.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🦞 OpenClaw Cookbook

**Your AI agent gateway, running on your machine, talking to your users, using any model you choose.**

OpenClaw is a self-hosted, multi-channel AI agent gateway. This cookbook gives you production-ready recipes to go from zero to a fully deployed AI agent system — with real configs you can copy, real docker-compose files you can run, and real scenarios you can ship.

**This is not documentation.** The [official docs](https://github.com/anthropics/openclaw) cover every flag and option. This cookbook covers *how to actually build things* — the patterns, the gotchas, the recipes that work in production.

[中文版](./README_zh.md)


What You Can Build

┌──────────────────────────────────────────────────────────────────┐
│                         Your Users & Devices                     │
│  Telegram · WhatsApp · Discord · Slack · Twitch · iMessage · Web │
└─────────────┬──────────────────────────────────────┬─────────────┘
              │                                      │
              ▼                                      ▼
┌──────────────────────────────────────────────────────────────────┐
│                        OpenClaw Gateway                          │
│                                                                  │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐                      │
│  │  Agent A  │  │  Agent B  │  │  Agent C  │  Routing & Bindings │
│  │ (Support) │  │ (Coding)  │  │(Research) │  & Auth             │
│  └────┬─────┘  └────┬─────┘  └────┬─────┘                      │
│       │              │              │                             │
│  ┌────┴──────────────┴──────────────┴────┐                      │
│  │         Model Provider Pool (35+)     │                      │
│  │  Claude · GPT · Gemini · DeepSeek     │                      │
│  │  MiniMax · Kimi · Ollama · vLLM       │                      │
│  └───────────────────────────────────────┘                      │
│