AI Lobster-Raising Guide: OpenClaw from Beginner to Advanced
Chapter 9 / 95 min read

Appendix: FAQ, Commands, and Resources

Use this page as a reference sheet. Once you begin deploying, testing models, and debugging channels, this page is usually faster than re-reading full chapters.

A. FAQ

Q1. Is OpenClaw free?

The software is MIT-licensed and free, but using it usually means paying for either infrastructure, model usage, or both.

Q2. Do I need advanced technical skills?

Not necessarily for the basics. But once you start connecting many platforms, building Skills, and tightening security, technical competence becomes more important.

Q3. What is the biggest difference from ChatGPT?

ChatGPT is mainly conversational. OpenClaw is more about persistent task execution inside your own environment.

Q4. Is it safe?

It can be operated safely, but not automatically. Authentication, careful Skill installation, and budget controls matter a lot.

Q5. How much does it cost per month?

That depends heavily on model choice. Local models can be nearly free. A careful DeepSeek or GLM setup can stay low-cost. Premium Claude-heavy usage can climb fast without controls.

Q6. Can I use domestic Chinese models?

Yes. DeepSeek + GLM is one of the most practical combinations for many Chinese users.

Q7. Why is Claude so often used as the main model?

Because Claude remains one of the strongest options for agentic reasoning, multi-step tool use, and stability in harder workflows.

Q8. Is the project still worth using after the founder joined OpenAI?

Yes, as long as you are comfortable with an open-source system that still moves quickly and changes often.

Q9. Are Skills in ClawHub safe?

Do not assume so. Review source and install conservatively.

Q10. Can it connect directly to personal WeChat?

There are routes, but they are higher-risk and less stable than mature platforms such as QQ, Feishu, DingTalk, or WeCom.

Q11. Can OpenClaw and Claude Code be used together?

Yes. Many advanced workflows benefit from exactly that split.

Q12. Are local models worth it?

Absolutely for privacy, testing, and cost-sensitive experimentation. Just do not expect them to always match the strongest cloud models on complex agent tasks.

B. Command Cheat Sheet

Install and update

CommandMeaning
npm install -g openclaw@latestInstall globally
openclaw onboard --install-daemonInitial setup plus daemon install
openclaw update --channel stableUpdate stable
openclaw update --channel betaUpdate beta
openclaw doctorDiagnostics
openclaw --versionShow version

Daily usage

CommandMeaning
openclaw gateway --port 18789 --verboseStart Gateway
openclaw gateway restartRestart after config changes
openclaw agent --message "xxx"Send a message directly
openclaw devices pairPair a new device
openclaw models listList models
openclaw models status --probeProbe connectivity
openclaw config set agents.defaults.model.primary provider/modelSet primary model

Plugins and channels

CommandMeaning
openclaw plugins install <name>Install a plugin
openclaw plugins enable <name>Enable a plugin
openclaw plugins listList plugins
openclaw plugins install @openclaw-china/channelsInstall China channel pack
openclaw china setupConfigure China-focused messaging platforms

Model auth

CommandMeaning
openclaw onboard --auth-choice zai-api-keyConfigure Zhipu
openclaw onboard --auth-choice apiKey --token-provider openrouter --token "$KEY"Configure OpenRouter
openclaw models auth login --provider qwen-portal --set-defaultConfigure Qwen portal login

In-chat commands

CommandMeaning
/statusShow session state
/newStart a new session
/think <level>Adjust reasoning depth
`/usage offtokens
`/activation mentionalways`

Docker

CommandMeaning
docker-compose up -dStart in background
docker-compose logs -fFollow logs
docker-compose pullPull fresh images

Official resources

NameLink
GitHub repogithub.com/openclaw/openclaw
Docsdocs.openclaw.ai
Websiteopenclaw.ai
ClawHubclawhub.ai
Releasesgithub.com/openclaw/openclaw/releases
Discussionsgithub.com/openclaw/openclaw/discussions

Community resources

NameWhy it matters
awesome-openclaw-skillsCurated Skill discovery
awesome-openclaw-usecasesReal-world examples
openclaw-claude-code-skillClaude Code bridge
SecureClawSkill security scanning

China-focused resources

NameWhy it matters
openclaw-chinaMainland messaging integrations
Chinese docs mirrorsLocal-language guidance
Alibaba Cloud deployment docsTemplate-based deployment
Bilibili tutorialsBeginner-friendly walkthroughs
Zhihu and blog guidesTroubleshooting and deployment notes

Model consoles

ProviderConsole
Anthropicconsole.anthropic.com
OpenAIplatform.openai.com
Google AI Studioaistudio.google.com
DeepSeekplatform.deepseek.com
Zhipubigmodel.cn
Qwendashscope.aliyun.com
Moonshotplatform.moonshot.cn
SiliconFlowsiliconflow.cn
OpenRouteropenrouter.ai
Volcengineconsole.volcengine.com