OpenClaw Resource List Compiled from Community Sources

A developer has compiled and shared a GitHub repository containing OpenClaw resources gathered from various community channels. The list aims to address the difficulty of finding reliable information scattered across Discord threads, YouTube comments, and GitHub issues.
Resource Categories Covered
- Setup and deployment: Includes Docker configurations, VPS provider guidance, and local installation instructions.
- SOUL.md and persona configuration: Documentation on agent personality and behavior settings.
- Memory systems: Information on preventing the agent from forgetting context during sessions.
- Security hardening: Guidance based on the compiler's early experiences with security issues.
- Skills and integrations: Resources from ClawHub for extending agent capabilities.
- Model compatibility: Information for users running local models through Ollama.
- Communities: Links to active communities including a Discord server noted as genuinely helpful.
The repository is hosted at https://github.com/zacfrulloni/OpenClaw-Holy-Grail and is open to contributions via pull requests or comments. The compiler acknowledges the list isn't exhaustive and welcomes additions from the community.
📖 Read the full source: r/openclaw
👀 See Also

5 Common OpenClaw Setup Mistakes and How to Fix Them
Practical fixes for the five most common OpenClaw setup mistakes: skipping persistent memory, no outbound access, overloading system prompt, missing fallback behavior, and using a single model.

AGENTS.md Done Right: A 25% Correctness Boost — or a 30% Drop
Augment Code tested AGENTS.md files head-to-head: the best ones rival a model upgrade from Haiku to Opus; the worst ones hurt output. Decision tables, procedural workflows, and progressive disclosure win.

Building API endpoints with Claude: Practical prompt engineering lessons from a 70+ endpoint project
A developer built 70+ LinkedIn automation API endpoints with Claude writing 80% of the code, discovering that treating prompts like contracts with explicit constraints works better than natural language instructions for action-taking agents.

Building a Bridge for Two Telegram Bots in One Group Chat: Delivery Semantics Over HTTP
A developer shares a practical approach to connect two independent Telegram bots in the same group chat, tackling Telegram's bot-to-bot delivery gaps with HTTP relays, ACKs, deduplication, and strict scoped feeds.