5 OpenClaw Cost Mistakes
▶ New Video 8 min watch
5 OpenClaw Mistakes Costing You Money Right Now
Cut your bill from $36K/yr to $5–10K — heartbeat fix, model routing, session resets
Watch →
Need help? Remote OpenClaw setup, troubleshooting, and training - $100/hour Book a Call →
View on Amazon →
← Back to Blog

OpenClaw Documentation Guide: Which Docs Site to Use and When (2026) | OpenClaw DC

OpenClaw documentation is spread across 5+ sites. This guide maps every docs site to its purpose so you always land on the right page.

Need help navigating OpenClaw docs?

Email Book a Call for personalized guidance and setup support.

The official OpenClaw documentation is at docs.openclaw.ai. But there are 5+ documentation sites and most users end up on the wrong one. Here is which site to use for what.

If you are brand new, read What is OpenClaw? first, then come back here to find the right docs for your next step.

Why There Are So Many Docs Sites

OpenClaw grew fast. The core team launched docs.openclaw.ai as the primary reference. Then the marketing site added its own docs section. Community members spun up wikis. The GitHub repo has its own documentation folder. The result is five or more sites that all rank for “openclaw docs,” and none of them tell you which one to use for what.

This guide fixes that. Below is a complete map of every documentation source, what it covers, and whether you should trust it.

Every OpenClaw Docs Site Compared

SiteWhat It CoversWhen to Use ItOfficial?
docs.openclaw.aiFull technical reference: install, config, skills, channels, memory, APIDefault for everything. Start here.Yes
getopenclaw.ai/en/docsQuickstart tutorials, product overviews, onboarding walkthroughsWhen you want a guided first-run experienceYes (marketing team)
GitHub repo /docs folderAuto-generated API docs, changelogs, architecture decision recordsWhen you need version-pinned docs or want to read the sourceYes
openclawcenter.com/docsCommunity workflows, third-party skill tutorials, user-submitted guidesWhen you need real-world workflow examples from other usersNo (community)
openclaw.im/docsOlder install guides, legacy configuration syntaxNever. See “Docs sites to avoid” below.No (outdated fork)

The Right Docs for Each Task

Installation

Go to docs.openclaw.ai/install. This page covers macOS, Linux, and Windows (WSL2), lists prerequisites including the recommended Node version, and walks through both the installer script and the npm path. The getopenclaw.ai onboarding page is a friendlier version of the same steps but sometimes lags a release behind. For a step-by-step walkthrough with troubleshooting tips, see our OpenClaw install guide.

Skills

Go to docs.openclaw.ai/skills. The skills reference documents every built-in skill, the skill manifest format, and how to write custom skills from scratch. It includes the JSON schema for skill definitions, permission scoping, and examples for file operations, web requests, and shell commands. The community site at openclawcenter.com has additional third-party skill tutorials, but always check that the skill manifest version matches your installed OpenClaw version before following those guides.

Channels

Go to docs.openclaw.ai/channels. Channels control how OpenClaw connects to external services like Slack, Discord, WhatsApp, email, and webhooks. The official docs cover authentication setup, message routing, and channel-specific rate limits. For a practical walkthrough of setting up your first channel, see our how to use OpenClaw guide.

Memory

Go to docs.openclaw.ai/memory. This section explains the built-in key-value memory, compaction behavior, and how memory persists across sessions. It also documents the memory plugin API for third-party systems like Hipocampus and mem0. If you want a comparison of all available memory systems, we wrote a dedicated OpenClaw memory systems comparison.

API Reference

Go to docs.openclaw.ai/api. The API reference covers every REST endpoint, authentication with API keys and OAuth tokens, rate limits, request and response schemas, and error codes. The GitHub repo mirrors this documentation in the /docs/api folder, tagged to each release. If you are building integrations, the GitHub version is useful because you can diff changes between releases.

Troubleshooting

Go to docs.openclaw.ai/troubleshooting. The official troubleshooting page covers the 20 most common errors, including install failures, permission issues, channel disconnects, and memory corruption. The community wiki at openclawcenter.com/docs/troubleshooting has additional user-submitted fixes, but solutions there are not reviewed by the core team. For a curated list of fixes we have verified, see our OpenClaw troubleshooting guide.

Docs Sites to Avoid

openclaw.im/docs was a community mirror that stopped receiving updates in late 2025. It still ranks well in search results, which is the problem. The configuration syntax on that site uses deprecated flags that were removed in OpenClaw 3.x. Following those instructions on a current install will produce silent config errors or outright failures. If a search result points you to openclaw.im, close the tab and go to docs.openclaw.ai instead.

Any other mirror site not linked from the official GitHub repository should be treated as untrusted. Some mirror sites have injected affiliate links into install commands or modified download URLs. Always verify that install commands point to openclaw.ai domains before running them.

How to Stay on the Right Docs Version

OpenClaw docs default to the latest stable release. If you are running an older version, look for the version selector dropdown at the top of docs.openclaw.ai. On GitHub, check out the release tag that matches your installed version and read the docs from that tag. Running openclaw --version in your terminal tells you exactly which version you have.

Quick Reference Card

I need to…Go to
Install OpenClawdocs.openclaw.ai/install
Write a custom skilldocs.openclaw.ai/skills
Connect a channeldocs.openclaw.ai/channels
Set up memorydocs.openclaw.ai/memory
Call the APIdocs.openclaw.ai/api
Fix an errordocs.openclaw.ai/troubleshooting
Read the changelogGitHub repo /CHANGELOG.md
Find community workflowsopenclawcenter.com/docs
Get a guided quickstartgetopenclaw.ai/en/docs

Next Steps

If you have not installed OpenClaw yet, start with our install guide. If you already have it running and want practical usage patterns, read how to use OpenClaw. For background on what OpenClaw is and how it compares to other AI agents, see What is OpenClaw?.

Still lost in the docs?

Email Book a Call and we will point you to the exact page you need.

Get guides like this in your inbox every Wednesday.

No spam. Unsubscribe anytime.

You'll probably need this again.

Press Cmd+D (Mac) or Ctrl+D (Windows) to bookmark this page.

Need help with your OpenClaw setup?

We do remote setup, troubleshooting, and training worldwide.

Book a Call

Read next

OpenClaw Costs: How I Went From $1,600/mo to $180/mo (10 Fixes That Actually Worked)
One developer was billed $1,800 in two days on a $200 plan. Another burned $5,600 of compute on a $100 Max subscription. Here are the 10 fixes, ranked by real savings, that cut bills by 70-90%.
5 OpenClaw Mistakes Costing You Money Right Now
Five OpenClaw settings silently drain your budget. The heartbeat alone costs $50-150/month. Fix all five in under 10 minutes.
OpenClaw Update Survival Guide: Why Every Version Breaks Something (And How to Fix It)
Every OpenClaw update breaks something. Version-by-version breakage log, safe update workflow, rollback steps, and fixes for v3.22 through v4.9.