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

How OpenCLAW Memory Actually Works: Fixing Agent 'Forgetting'
OpenCLAW agents don't have persistent memory between conversations - they reconstruct context from files like SOUL.md, USER.md, and MEMORY.md each time. Common 'forgetting' issues stem from old sessions, unstructured memory files, and storing important info in chat history instead of permanent files.

Anthropic publishes Champion Kit for Claude Code adoption
A playbook for engineers pushing Claude Code at their company: share reusable prompts, answer in public channels, and host a weekly show-and-tell thread — ~40 minutes total per week.

Claude Code Structure That Survived Multiple Real Projects
A developer shares a Claude Code setup that held up across 2-3 real projects with multiple skills, MCP servers, and agents. Key findings include using CLAUDE MD for consistency, splitting skills by intent, implementing hooks, and keeping context usage under 60%.

Claude Code Skills vs. Custom Agents: A Mental Model Based on Task Consistency
A Reddit user clarifies the distinction between Claude Code skills and custom agents: skills execute the same steps every time, while custom agents require reasoning and adaptation. The post also covers parallel subagents, delegation, hooks, and building blocks.