FAQ
Frequently asked questions
Short answers to repeated questions about OpenClaw and how to learn it well.
2026-03-14
What should I check first for gateway token missing?
Check in this order:
- config: token variable exists and key name is correct
- runtime: process loaded latest env config and restart applied
- gateway: auth headers are forwarded and not stripped by middleware
- scope: token is valid, not revoked, and scope matches endpoint
Next step: WebChat and gateway auth troubleshooting.
2026-03-14
Should I start locally or in the cloud?
If your main goal is fast execution, guided cloud deployment is usually the better first step.
If your main goal is full environment control, local models, or deeper systems understanding, local setup may be the better first move.
Quick cloud options:
Choose the path closest to your real usage, not the one that looks most advanced.
Next step: compare combinations in Deployment + channel combinations.
2026-03-14
How should I install skills safely?
Do at least three checks first:
- verify the source
- understand what the skill can access
- inspect the critical code path for risky behavior
Add one high-priority rule from SlowMist:
- scan
.md/.jsonfiles too, not executable scripts only, to catch hidden install and injection instructions
Open these first:
- ClawHub docs
- ClawHub directory source
- Snyk ToxicSkills study
- SlowMist Security Practice Guide
- SlowMist Validation Guide
Do not start by installing many skills at once.
Install one or two high-value skills, observe behavior, then expand carefully.
Next step: follow Skills safety tutorial.
2026-03-12
If I want to start now, what should I click first?
Click these in order:
- Getting Started or Apifox installation guide
- if you are outside China, use DigitalOcean deploy guide plus Telegram guide or WhatsApp guide
- if you are in a China-based team workflow, use Tencent Cloud Feishu guide or Alibaba Cloud DingTalk guide
- complete one full pass before opening more links
Next step: Learn Hub.
2026-03-12
What is OpenClaw? Use this practical definition
The most useful first definition is this:
OpenClaw is an agent system that can connect to channels, use skills, and run repeatable workflows.
If you want the practical version, open these in order:
Next step: What should I click first?.
2026-03-12
Who is this site for?
Loongxia is best for two groups:
- people meeting OpenClaw for the first time and needing setup, channel, skills, and security links in one place
- people who already tried OpenClaw but still do not have a repeatable workflow
If you mainly need "what should I click first?", this site is for you.
If you already live in official docs and GitHub issues, primary sources may be faster.
Quick entry points:
Next step: if you are new, start with What should I click first?.