OpenClaw 101: A Beginner's Quick Start Summary

OpenClaw 101: A Beginner's Quick Start Summary
A condensed guide covering everything new users need to know. 142 upvotes and 66 comments made this the go-to quick reference.
1. Model Strategy (Critical!)
Setup: Claude Opus ($30-50 one-time)
- Use for initial setup and personality creation
- Massively improves results
Daily: Switch to cheap models
- Kimi 2.5 (via Nvidia) — if available
- Claude Haiku — fallback (<$1/month)
Use expensive models for training, cheap ones for execution.
2. Specialized APIs
Don't make one model do everything:
| Task | API |
|---|---|
| Coding | DeepSeek Coder v2 |
| Voice | Whisper |
| Images | Gemini / Banana Pro |
| Memory | Supermemory.ai |
| Search | Brave / Tavily |
OpenClaw shines when you chain tools, not rely on one model.
3. Onboarding = Training
Tell the bot about YOU:
- Habits
- Workflows
- Goals
- Recurring tasks
Think of OpenClaw as cheap labor you must train — garbage in = garbage out
4. Memory Is Critical
By default, the bot FORGETS.
Use:
- Memory prompts
- Memory compaction
- Commit / recall flags
Bad memory setup = frustration & repeated explanations
5. Security Tips
- Use dedicated machine or VPS
- Secure access via Tailscale or VPN
- Audit community skills—malware risk is real
You're giving an AI real system access. Treat it seriously.
Final Verdict
OpenClaw is not plug & play.
It's a trainable, self-hosted AI system.
Do the setup right once—save weeks of pain later.
Source: u/mehdiweb on r/openclaw
📖 Read the full source: Reddit
👀 See Also

Skill-writing principles for Claude Code from 159 open-source skills
A developer shares 10 principles for writing effective skills for Claude Code, based on building and maintaining an open-source registry with 159 skills. The principles include practical approaches like using folders instead of single files, adding gotchas sections, and implementing on-demand hooks.

DeepSeek-V4-Flash W4A16+FP8 with MTP Self-Speculation: 85 tok/s on 2x RTX PRO 6000 Max-Q
DeepSeek-V4-Flash quantized to W4A16+FP8 achieves 85.52 tok/s at 524k context on 2× RTX PRO 6000 Max-Q using a patched vLLM with retrofitted MTP head, up from 52.85 tok/s baseline.

Solving Gemini CLI write_file Not Found in OpenClaw: Two Fixes Required
OpenClaw agents using google-gemini-cli can't write files (write_file / default_api_write_file missing) due to wrong tools.profile and missing --approval-mode auto_edit flag in the subprocess. Fix: set profile to full and inject the flag via cliBackends config.

Setting Up Qwen3.5-27B Locally: vLLM vs llama.cpp Comparison
A Reddit user shares practical tips for running Qwen3.5-27B locally, comparing llama.cpp and vLLM backends with specific configuration recommendations and benchmark results.