All OpenClaw Tips (35 total)

This page lists every tip on helpmyclaw.com as plain HTML for easy parsing. Also available as JSON.


Store API Key for Brave Search in OpenClaw Config

Configure web search tools like Brave using openclaw configure --section web, which stores values such as tools.web.search.apiKey in your JSON5 config file. Enables autonomous web search.

Skill · 2026-03-08 · EN

Migrate from Clawdbot to OpenClaw

Upgrade by running npm i -g openclaw@latest or use the install script with --no-onboard flag. It detects existing installs and upgrades in place. Treat updates like infrastructure changes with rollback ready.

Skill · 2026-03-07 · EN

Setting Up Multiple Concurrent OpenClaw Agents

Create multiple agents with openclaw agents add, each with its own model and workspace. Bind Discord channels or roles to specific agent IDs for multi-agent routing.

Skill · 2026-03-06 · EN

OpenClaw Most Important Security Setups

Start with minimal access and add capabilities one-by-one. Run openclaw security audit --fix to apply safe guardrails. Use dmPolicy pairing or allowlists, and enable mention gating.

Tip · 2026-03-05 · EN

Run OpenClaw on a VPS 24/7

When running OpenClaw on a VPS, install the gateway as a daemon so it persists after SSH disconnection. Place environment variables in ~/.openclaw/.env since the gateway service doesn't inherit SSH shell variables.

Skill · 2026-03-04 · EN

OpenClaw Browser Not Working

If the browser control service isn't responding, restart the gateway via the menubar or terminal. For Chrome extension relay issues, ensure Chrome is open and click the OpenClaw extension icon to re-attach.

Workaround · 2026-03-03 · EN

OpenClaw Update Fails with EBUSY Error

On Windows, the openclaw folder may be locked by a running process during updates. Stop the gateway first with openclaw gateway stop, close all processes, then run the update again.

Workaround · 2026-03-02 · EN

Telegram vs Discord for OpenClaw

Telegram offers a cleaner personal assistant UX with 1:1 chat and SMS-style push notifications. Discord is better for community collaboration with moderation and role features.

Tip · 2026-03-01 · EN

Set Up OpenRouter for OpenClaw

Configure OpenRouter by setting the OPENROUTER_API_KEY env var, then select an OpenRouter model ID with the openrouter/ prefix. Note that openrouter/auto routing is not supported.

Skill · 2026-02-27 · EN

Per-Agent Memory Isolation in OpenClaw

Each OpenClaw agent can have its own isolated memory and workspace. Configure per-agent memory isolation in the agents section of openclaw.json to prevent agents from sharing context.

Tip · 2026-02-24 · EN

How Memory Works in OpenClaw

OpenClaw memory has two layers: source-of-truth Markdown files in the agent workspace, and a retrieval/index backend for search. Data must be written to disk to persist across restarts.

Skill · 2026-02-22 · EN

Setting Up OpenClaw in Docker

Run OpenClaw in Docker with Node 20-slim, install via npm, expose port 18789, and use volume mounts for persistent config. Access the Docker instance from other machines on the same network.

Skill · 2026-02-17 · EN

Install OpenClaw on Windows the Right Way

The recommended way to install OpenClaw on Windows is via WSL2 (Ubuntu). Run the install script inside WSL2, then run the onboarding wizard. Native Windows is not fully supported.

Skill · 2026-02-07 · EN

Best Local Ollama Model for a 4090 RTX with OpenClaw

For a 4090 GPU running local models with OpenClaw, models like GLM 4.7 flash work well. Keep context windows at 16k-32k tokens for the best balance of speed and stability.

Tip · 2026-02-16 · EN

Connect OpenClaw to a Custom MCP Server

OpenClaw doesn't use the Claude Desktop MCP config directly. Use the bundled mcporter skill as an MCP client/manager, or use openclaw-mcp-bridge to aggregate multiple MCP servers.

Skill · 2026-02-19 · EN

Configure OpenClaw with Ollama API

Set up Ollama by configuring the API key via openclaw config set models.providers.ollama.apiKey and select your model with the ollama/ prefix. Works with any Ollama-compatible endpoint.

Skill · 2026-02-16 · EN

How to Change the Default Model in OpenClaw

Change your default model using openclaw models set or by editing agents.defaults.model.primary in your openclaw.json config. Restart the gateway after making changes.

Tip · 2026-03-04 · EN

Install the Self-Improving Agent Skill

The Self-Improving Agent skill lets OpenClaw learn from interactions and improve over time. Install it from ClawHub and configure it to write improvements to the agent's workspace.

Skill · 2026-02-22 · EN

How to Create Custom Skills for OpenClaw

Create custom skills by writing a SKILL.md file that defines the skill's behavior and placing it in the correct skills directory. OpenClaw loads skills from specific locations on startup.

Skill · 2026-02-19 · EN

How to Force OpenClaw to Use Its Skills

If OpenClaw ignores its loaded skills even when prompted, verify skills are properly installed and listed. Check with openclaw skills list or ask the agent directly.

Tip · 2026-03-06 · EN

Gateway Runtime Stopped Unexpectedly

If the gateway runtime stops unexpectedly, use openclaw doctor --fix to automatically diagnose and restart, or manually restart with openclaw gateway restart.

Workaround · 2026-02-08 · EN

OpenClaw Gateway Not Working

When the gateway won't connect, run openclaw gateway status on the same machine to see the last error. Ensure you have a valid gateway token and correct network configuration.

Workaround · 2026-02-12 · EN

Gateway Closed During Setup

If the gateway closes during initial setup with a 'Health check failed: gateway closed (1006 abnormal closure)' error, check that no other process is using port 18789 and re-run the setup command.

Workaround · 2026-02-13 · EN

Using ACP as a Remote Node for OpenClaw Gateway

Connect ACP as a remote node to your OpenClaw gateway by configuring the ACP bridge mode settings. This allows you to use remote compute resources while keeping your gateway local.

Skill · 2026-03-06 · EN

Gateway Disconnected - Terminal Won't Respond

If your OpenClaw gateway gets disconnected and the terminal shows 'command not sent gateway disconnected,' restart the gateway using the menubar app or run openclaw gateway restart in a new terminal session.

Workaround · 2026-03-06 · EN

Using Claude Code with OpenClaw When Pro Plan Tokens Run Out

Strategies for managing token limits when pairing Claude Code with OpenClaw. Includes tips on switching providers, using local models as fallback, and optimizing token usage.

Workaround · 2026-03-05 · EN

OpenClaw 浏览器功能配置指南

配置浏览器模式:使用 openclaw config set gateway.nodes.browser.mode auto,然后重启Gateway。解决浏览器工具无法调用的常见问题。

Workaround · 2026-03-01 · ZH

Running OpenClaw on a Headless Server

Run OpenClaw on a server without a window manager or graphical interface. Configure the gateway for remote access and manage it entirely via CLI.

Skill · 2026-02-28 · EN

Gateway 故障排除:使用 openclaw doctor 修复

Gateway无法启动或意外关闭?运行 openclaw doctor --fix 自动重启,或使用 openclaw gateway restart 手动重启。涵盖常见的Gateway连接问题。

Workaround · 2026-02-25 · ZH

How Do I Get the OpenClaw Gateway Token?

Access the OpenClaw dashboard to retrieve your gateway token. It opens in your browser with the token on the same machine, or shows the URL for remote access. Default port is 18789.

Tip · 2026-02-20 · EN

Best AI Model to Use for OpenClaw?

Tool-calling reliability is the top priority. The recommended approach: run OpenClaw locally while using a cloud API model for the main agent, keeping runtime and logs on your machine.

Tip · 2026-02-18 · EN

OpenClaw 安装命令详解

通过npm安装OpenClaw,初始化并运行Gateway,使用ClavHub搜索和安装技能。包含常见安装问题的排查方法。

Skill · 2026-02-15 · ZH

Make OpenClaw Work with a Local LLM

OpenClaw can connect to local models via LM Studio's OpenAI-compatible HTTP server. On Windows, run the Gateway inside WSL2 and point it at Ollama for a fully local setup.

Skill · 2026-02-14 · EN

What Is the Best Way to Let OpenClaw Search the Internet?

OpenClaw supports multiple web search providers including Brave Search and Perplexity Sonar. Learn how to configure your preferred search provider for agent web access.

Skill · 2026-02-12 · EN

Setting Up OpenClaw for the First Time Safely & Efficiently

Step-by-step guide covering initial installation, gateway onboarding, and security best practices. Keep the gateway private by default with loopback bind and token authentication.

Skill · 2026-02-10 · EN