๐Ÿ”ด This guide is updated regularly. Leave feedback below to help improve the experience for others.
๐Ÿ” ESC
Start typing to search sections, prompts, models, and more...
๐Ÿ””

Get Notified on Updates

When I add new sections, fix something, or update model recommendations โ€” you'll be the first to know. That's it. No newsletters, no marketing.

No spam. Unsubscribe anytime.

by @leoninnovates

The Only Guide You Need
to Set Up & Run OpenClaw

From zero to your own AI assistant. Free. No fluff.

Get Started โ†’
Last Updated: Apr 16, 2026 ยท 8:00 PM
โœจ NEW: Claude Opus 4.7 dropped today โ€” ยฃ5/M input, ยฃ25/M output, 70% CursorBench accuracy. Updated throughout โ†“
๐Ÿ”” Get notified when this guide is updated
โœจ

Just Updated: Opus 4.7 (April 16, 2026)

Claude Opus 4.7 released today. Identical pricing to 4.6 (ยฃ5/M input, ยฃ25/M output) but 70% on CursorBench. Direct OpenRouter access โ€” one API key, switch via config. Set as your primary and let coding agents run it. Everything else stays on Kimi K2.5 ($0.50/M output).

Auth path: OpenRouter for everything (OpenAI-codex OAuth works with ChatGPT Plus for GPT-5.4 workloads). See the updated Model Guide.

1

What Is OpenClaw?

Start Here

Not a chatbot. Not a search engine. An AI agent that takes action. You give it goals, it delivers results, it improves. Like having your own company working for you โ€” on any computer you already have.

โ†“ Watch this first โ†“

Credit: Alex Finn โ€” the best unbiased OpenClaw breakdown on YouTube

This 45-min video covers everything. If you're brand new, watch this first โ€” then come back for your custom setup plan.
๐Ÿš€

From Chatbot to Employee

This isn't a search engine. You give it goals, it takes action, delivers results, and improves. It's a self-improving employee, not a glorified Google.

๐Ÿ’ฌ

Lives Where You Live

Telegram, WhatsApp, Discord โ€” text your agent like texting a friend. Say "go build me this app" and it starts building on your computer.

โšก

Works 24/7 Autonomously

It has agency. It decides what to do, monitors the web, acts without being asked. Like having your own company working for you.

๐Ÿ”“

Open Source & Customisable

Not a walled garden. Use any AI model, any tool, customise everything. It's completely open source.

๐Ÿ“จ Get weekly OpenClaw tips & workflows

New features, model updates, and tricks โ€” straight to your inbox. Free.

2

Your Custom Setup Plan

~2 min

Answer 4 quick questions and get a personalised install plan.

Don't overthink it โ€” just pick what fits. You can change everything later.

What device are you on?

This determines your install commands.

๐ŸŽMac
๐ŸชŸWindows
๐ŸงLinux
โ˜๏ธVPS

Monthly AI budget?

This determines which AI model we recommend.

๐Ÿ†“Free
๐Ÿ’ฐโ‚ฌ20โ€“50/mo
๐Ÿš€Unlimited

What do you want to connect?

Select all that apply.

โœˆ๏ธTelegram
๐Ÿ“ฑWhatsApp
๐ŸŽฎDiscord
๐Ÿ’ผSlack

What will you use it for?

Helps us tailor your setup recommendations.

๐Ÿง Personal Assistant
๐Ÿ“ŠBusiness
๐Ÿ’ปCoding
โšกAll of the Above
3

Step-by-Step Install

~15 min

Everything you need, in order. Click to expand each step.

Go through these in order. Each step builds on the last. If you get stuck, just ask your OpenClaw agent โ€” it can help.
01 Install Node.jsโ–ผ

OpenClaw runs on Node.js (version 18 or higher). Pick your operating system below for the correct steps.

Install Homebrew (if you don't have it):

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then install Node:

brew install node

Verify it worked:

node --version
โš ๏ธ If you get "command not found" for brew, install Homebrew first: brew.sh

Debian/Ubuntu: Use the official NodeSource repo to get a current version (default apt packages are often too old).

curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs

Verify it worked:

node --version

Fedora/RHEL:

sudo dnf install -y nodejs

๐Ÿ’ก Strong recommendation: Install WSL first. Native Windows works but is officially "trickier" โ€” stale plugins, missing exports, path issues. WSL (Windows Subsystem for Linux) gives you a proper Linux terminal inside Windows. Takes 10 minutes. OpenClaw runs perfectly on it.

Step 1 โ€” Open PowerShell as Administrator (right-click PowerShell โ†’ "Run as administrator"), then run:

wsl --install

This installs Ubuntu inside Windows. Reboot when it tells you to.

Step 2 โ€” After reboot, open the Ubuntu app (Start menu โ†’ type Ubuntu). Set a username + password when prompted. Password won't show as you type โ€” that's normal.

Step 3 โ€” Inside Ubuntu, install Node.js:

curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs

Verify:

node --version

From now on, every OpenClaw command in this guide goes into the Ubuntu terminal, not PowerShell.

Absolutely have to use native Windows? Click here (not recommended)

Download the Node.js installer from nodejs.org and run it. Use the LTS version. Expect occasional plugin issues โ€” if things break, switch to WSL.

For any other OS (BSD, Arch, Alpine, NixOS, etc.): install Node.js v18+ via your package manager, then proceed to the next step. If you're on one of these, you probably know what you're doing.

Official Node.js downloads: nodejs.org

02 Install OpenClawโ–ผ

One command. That's it.

npm install -g openclaw
โš ๏ธ Permission error on Mac/Linux? Try: sudo npm install -g openclaw
03 Run First Setupโ–ผ

Initialise your workspace and configuration:

openclaw setup

This creates your workspace directory and configuration files. Follow the prompts. You can also run openclaw onboard for a more interactive guided setup.

04 Add Your AI Model (OpenRouter Recommended)โ–ผ

Recommended: OpenRouter. One API key gives you access to every model โ€” Claude, GPT, Gemini, Kimi, open-source, everything. Pay per token. Switch models anytime. This is the best way to run OpenClaw.

1. Go to openrouter.ai and create an account

2. Go to Keys โ†’ Create Key

3. Add credit ($10โ€“20 to start โ€” that'll last you a while if you optimise)

4. Run openclaw config โ†’ select your machine โ†’ model โ†’ OpenRouter โ†’ paste your API key

5. Set your default model. I recommend: Kimi K2.5 as default (cheap, capable), with Claude Opus 4.7 as fallback for complex tasks.

Why OpenRouter over direct API keys?

  • One key for every provider โ€” no juggling 4 different API keys
  • Switch models instantly without reconfiguring
  • Set spending limits to avoid surprise bills
  • Access to models you can't get direct API keys for

โš ๏ธ What about Claude OAuth / subscriptions?

Anthropic removed OAuth access for third-party tools in April 2026. You can no longer use a Claude Pro/Max subscription to power OpenClaw. That flat-rate era is over. OpenRouter is the move now.

Free options: OpenRouter free models or Google Gemini free tier. Limited but enough to test if OpenClaw is for you.

โš ๏ธ Token costs add up. OpenClaw needs tokens to think, read files, plan, and respond. See the Token Optimisation section for how to keep costs under control.
05 Connect Telegram (Start Here)โ–ผ

Telegram is the easiest channel โ€” connect this first, then set up everything else from within the conversation.

1. Open Telegram and search for @BotFather

2. Send /newbot and follow the prompts

3. Copy the bot token BotFather gives you

4. Paste that token into your OpenClaw agent โ€” it'll configure itself automatically

5. Message your new bot in Telegram. You're live.

โš ๏ธ Make sure you message your bot first โ€” Telegram bots can't initiate conversations.
06 Connect WhatsAppโ–ผ

WhatsApp uses a bridge connection. Setup involves scanning a QR code from your terminal.

Check the official docs for the latest WhatsApp setup guide โ€” it updates frequently.

07 Connect Discordโ–ผ

1. Go to Discord Developer Portal

2. Create a new application and bot

3. Copy the bot token

4. Invite the bot to your server with the generated OAuth2 URL

5. Add the token to your OpenClaw config

08 Send Your First Messageโ–ผ

Start the gateway:

openclaw gateway start

Open Telegram and message your bot. It should respond within seconds. You're live.

Once Telegram is working, you can set up other connections (WhatsApp, Discord) by simply asking your agent to help you connect them. It'll walk you through it.

If it doesn't respond โ€” check the terminal for error messages. Most common issue: API key or OAuth not configured correctly.

09 Make It Yoursโ–ผ

OpenClaw uses markdown files to define your AI's personality and behaviour:

SOUL.md โ€” Who your AI is. Its tone, personality, how it talks. Write this like you're describing a person.

AGENTS.md โ€” Operating rules. How it should handle memory, group chats, proactive behaviour.

USER.md โ€” Who you are. Context about you so the AI can be more helpful.

These files live in your workspace: ~/.openclaw/workspace/

๐Ÿง  Pro tip: Brain dump then reverse prompt. Dump everything about you โ€” goals, ambitions, interests, daily workflows, career info โ€” into your agent. Then ask: "Based on what you know about me, what are 10 workflows and automations you can implement for me right now?" This is the most powerful exercise in all of AI.

๐Ÿ“ Daily journals for memory: Have your agent create daily journal entries logging everything you discuss. This dramatically improves its memory over time. Just say: "Every day, create a journal entry and log anything important we discuss."

โš ๏ธ Skills safety: Don't blindly install other people's skills from ClawHub. Instead โ€” send your agent the link to a skill and say "Check this out and build your own version." That way you know it's safe. If your agent does something well, say "Turn that into a skill." If it does something poorly, say "Figure out a better way and write a skill for yourself."

4

Quick Wins

First 10 minutes

You're set up. Now what? Do these three things to see the power immediately.

๐Ÿ”„

0. Extract Your Data From ChatGPT

Before you start โ€” pull all your personal context out of whatever AI you've been using. Paste this into ChatGPT, Claude, or whatever you're currently on:

I'm moving to a new AI system. Please compile everything you know about me into a structured document: my name, goals, personality traits, communication style, career details, interests, daily routines, preferences, projects I'm working on, and anything else you've learned about me. Format it as a clean profile I can paste into a new system.
Save the output. You'll paste this into your OpenClaw agent's USER.md file โ€” it gives your new agent instant context about you.
๐Ÿ“‹

1. Set Up a Daily Brief

Have your agent send you a summary every morning โ€” news, tasks, whatever matters to you. This runs automatically using a cron job.

Set up a cron job to send me a daily brief every day at 8am. Include the top 3 news stories in [your industry], my upcoming tasks for the day, and anything I should know about. Schedule this as a recurring automated task.
๐Ÿ—๏ธ

2. Build Your Mission Control

Ask your agent to build you a personal dashboard โ€” a command centre for your life and work. It vibe-codes the whole thing for you.

Build me a mission control dashboard. A local web app where I can see my tasks, calendar, notes, and any tools we build together. Make it look clean and modern. Dark mode. I want to be able to add new tools to it over time โ€” like a task board, journal, research tools, whatever I need.
This is one of the most powerful things you can do. Your agent builds custom tools INTO the dashboard over time. It becomes your personal operating system.
๐Ÿง 

3. Brain Dump & Reverse Prompt

Dump everything about yourself โ€” goals, interests, workflows, career โ€” then ask what it can do for you.

Here's everything about me: [paste your goals, what you do, your daily routine, what you're building, what frustrates you]. Based on what you now know about me, what are 10 workflows and automations you can set up for me right now?
This is the most powerful exercise in all of AI. The more context you give, the better the suggestions. Don't hold back.
4.5

Build Your Second Brain

Power Move

The biggest upgrade you can make to your OpenClaw setup. Turn it from a chatbot with amnesia into an agent that remembers everything โ€” clients, projects, preferences, mistakes, patterns. This is what separates toy AI from a real operating partner.

๐Ÿง  The problem you're about to solve: OpenClaw's memory out of the box is limited. It forgets between compactions. It loses context across sessions. Small tasks get dropped. You've probably already felt it.

The fix: An Obsidian vault as the agent's long-term memory. Always accessible, selectively loaded, survives compactions, shared across agents. This is how I run my entire operation.

๐Ÿ“บ Watch This First

Credit: Alex Finn โ€” the cleanest explanation of this system on YouTube.

The 4-Layer Memory Architecture

OpenClaw ships with layers 1, 2, and 4. You're adding layer 3 โ€” the vault. This is what makes everything click.

๐Ÿ“Œ

Layer 1 โ€” Built-in Memory

Sticky-note level. Your agent's name, important file paths, core identity. Injected into every prompt. Keep it tiny.

๐Ÿ“œ

Layer 2 โ€” Rules & Soul

AGENTS.md = the rules file. SOUL.md = personality and tone. Both loaded every session. This is how your agent knows how to act.

๐Ÿ”

Layer 4 โ€” Session Search

Built-in indexed history of every session and cron run. Semantic search finds exactly the context you need without loading everything.

What Goes In The Vault

๐Ÿ“…

Daily Logs

One markdown file per day (memory/YYYY-MM-DD.md). Agent writes everything important from each session automatically. This alone fixes 80% of your memory issues.

๐Ÿšซ

Mistakes File

Every time you correct the agent ("you did that wrong"), it logs it to mistakes.md. Now it doesn't repeat the same errors. Compound learning.

๐Ÿ‘ฅ

People Files

One file per person. Clients, partners, family. Relationship history, preferences, past interactions. Your agent gets proper context next time their name comes up.

๐Ÿ“ฆ

Project Files

One file per project. Status, next actions, blockers, decisions made. "Pick up the X project from last week" actually works now.

๐Ÿ“š

Knowledge & Insights

Market intel, book notes, breakthrough ideas, conversations worth preserving. Everything that used to vanish into chat history โ€” captured and searchable.

๐Ÿ”„

Agent-Shared Directory

If you run multiple agents (OpenClaw + Hermes, or multiple OpenClaw agents), this folder is the shared workspace. They all read + write to it. One agent picks up where another left off.

The 3-Step Setup

01 Install Obsidian (free)โ–ผ

Obsidian is a free, local-first markdown editor. Download from obsidian.md. Install it like any app.

Create a new vault โ€” name it something like AI-Brain. Note the full file path where you create it. You'll give this path to your agent in step 3.

Don't put it in iCloud if you can avoid it โ€” can cause sync issues with agents writing files. Local disk is cleaner.
02 (Optional) Start with a templateโ–ผ

KJ Rainey has a solid vault template that gets you productive immediately. Built for Claude but works perfectly with OpenClaw.

Download KJ Rainey's template โ†’

Unzip it, drag into your Obsidian vault. Customise the folders to match your life โ€” People, Projects, Knowledge, etc.

๐Ÿ’ก Don't over-engineer this. Start with 5-10 folders max: People, Projects, Knowledge, Daily, Mistakes, Agent-Shared. You can always add more.
03 Give your agent the system promptโ–ผ

Copy this prompt and paste it into your OpenClaw agent. It will build the whole system into your AGENTS.md automatically.

I want to add a 4-layer memory system to my setup using an Obsidian vault. My vault is located at [REPLACE WITH YOUR VAULT PATH]. Set this up: 1. Read my current AGENTS.md and understand my existing rules. 2. Add a "Memory" section to AGENTS.md explaining the 4-layer system: - Layer 1: Built-in memory (tiny, always-on facts) - Layer 2: AGENTS.md + SOUL.md (rules + personality) - Layer 3: Obsidian vault (selective, on-demand) - Layer 4: Session search (built-in history) 3. Create the vault structure if it doesn't exist: - memory/ (daily logs, YYYY-MM-DD.md format) - People/ - Projects/ - Knowledge/ - Agent-Shared/ - mistakes.md - working-context.md 4. Add rules so you automatically: - Write a daily log at the end of each day summarising what we did - Log corrections to mistakes.md whenever I tell you something was wrong - Create/update People files when a new person is mentioned - Create/update Project files when a new project starts or a milestone hits - Update working-context.md at task start and task completion - Check the vault after every compaction to recover context - Pull from the vault on demand when I reference past work 5. Use wiki links like [[filename]] to connect files. 6. Write this entire system into AGENTS.md so it survives restarts and is followed automatically going forward. Validate it worked by creating one sample daily log, one sample person file, and one sample project file.

Validate it worked: after the agent finishes, check that:

  • Your AGENTS.md now has the memory rules inside it (not just discussed in chat)
  • The folders and sample files actually exist in your vault
  • Next session, the agent reads the vault without being asked
โš ๏ธ If the rules didn't get saved to AGENTS.md, say: "Make sure this entire system is burned into my AGENTS.md file so you follow it automatically going forward."

Why This Changes Everything

โšก

Compaction Immunity

When OpenClaw compacts mid-conversation (it will), your agent reads the vault to recover context. You won't even notice compactions happened.

๐Ÿ•ญ

"That Thing From 3 Weeks Ago"

You can reference work from any past date and your agent will find it. The small projects that used to vanish are now retrievable.

๐Ÿ”

Compound Learning

Mistakes file means your agent stops repeating the same errors. Every correction makes it sharper. This is the compounding edge.

๐Ÿ‘ฅ

Multi-Agent Coordination

If you run two agents (mine is OpenClaw + Hermes), the Agent-Shared folder lets them hand off work. One drafts, the other reviews.

My Actual Setup

My vault has 217+ markdown files. Organised into: People (clients, partners, contacts), Projects (active + parked), Knowledge (market intel, book notes, learnings), Daily (one file per day going back months), Agent-Shared (collaboration space), plus a dedicated space per agent for its working context.

Auto-update rules baked into AGENTS.md: when I mention a new person, file gets created. New project, file gets created. Decision made, logged. Mistake surfaced, logged. No manual admin.

Cost: nothing extra. Obsidian is free, files are local, the only cost is the tiny amount of tokens used to read/write the vault.

5

Copy-Paste Prompts

Just copy & send

Don't know what to say? Start with these. Copy, paste into Telegram, hit send.

๐Ÿ’ฌ Set up daily journals (memory boost)โ–ผ

This dramatically improves your agent's memory over time.

Every day, create a journal entry in your memory folder logging anything important we discuss. Include decisions, tasks, ideas, and anything I'd want to remember later.
๐Ÿ’ฌ Connect Discordโ–ผ

Once Telegram is working, just ask your agent to set up Discord.

I want to connect you to my Discord server. Walk me through the setup step by step.
๐Ÿ’ฌ Deep research with sub-agentsโ–ผ

Your agent can spin up sub-agents to research multiple angles simultaneously, then compile everything into a single report.

I need deep research on [topic]. Spin up sub-agents to research this from multiple angles: market size, key players, recent developments, risks, and opportunities. Compile everything into a structured report with sources. Take your time and be thorough โ€” I want this to be comprehensive.
๐Ÿ’ฌ Set up automated scheduled tasksโ–ผ

Your agent uses cron jobs to run tasks automatically on a schedule โ€” no manual triggering needed.

Set up the following cron jobs for me: 1) Every Monday at 9am, send me a weekly priorities review. 2) Every Friday at 5pm, compile a summary of everything we accomplished this week. 3) Every day at 8pm, check my inbox and flag anything urgent. Schedule all of these as recurring automated tasks.
๐Ÿ’ฌ Build an app or tool from scratchโ–ผ

Your agent can vibe-code full applications. Describe what you want and let it build.

Build me a [describe what you want โ€” e.g. "client tracker", "habit tracker", "invoice generator"]. Make it a local web app with a clean dark UI. Include [specific features you want]. Store data locally. I want to be able to run it from my browser. Take your time and make it look professional.
๐Ÿ’ฌ Customise your agent's personalityโ–ผ

This is what makes it yours. Define who your agent is, how it speaks, and what it prioritises.

Update your SOUL.md with the following: Your name is [name]. You're my [role โ€” e.g. chief of staff, strategic advisor, personal operating system]. Your tone is [describe โ€” e.g. direct, sharp, no fluff, grounded, slightly witty when appropriate]. You always [key behaviours โ€” e.g. challenge weak thinking, prioritise clarity over politeness, close loops]. You never [things to avoid โ€” e.g. use corporate jargon, give generic advice, sugarcoat]. When I'm under pressure, you [how to respond โ€” e.g. simplify, ground me, prioritise the next move].
๐Ÿ’ฌ Turn something good into a repeatable skillโ–ผ

When your agent does something well, lock it in so it can do it again. When it does something poorly, make it learn.

That [thing you just did] was exactly what I needed. Turn that into a skill โ€” write a SKILL.md file that captures the approach, the format, and the quality standard so you can reproduce this anytime I ask. If there's anything you'd improve, include that too.
6

Model Guide

Choose wisely

Which AI brain should you use? Here's the honest breakdown.

โšก The best way to access models now: OpenRouter โ€” one API key, access to every model. Claude, GPT, Gemini, Kimi, open-source models, everything. Pay per token. No subscriptions. Switch models any time. This is the move after Anthropic killed OAuth.

Start with Kimi K2.5 as your default (cheap + capable), set Claude Opus 4.7 as a fallback for complex tasks. That's the smart setup โ€” keeps costs low while you have the best model available when you need it.

Claude Sonnet 4.6

Anthropic ยท via OpenRouter

Best for: The middle ground. Smarter than Kimi, cheaper than Opus. Great for most tasks.

~$3/MTok input ยท ~$15/MTok output (via OpenRouter)

GPT-5 / 5.4

OpenAI ยท via OpenRouter

Best for: Arguably the smartest model available. But โ€” it gets stuck on complex tasks ~80% of the time. You can stub its toe and it rolls over. Claude crawls across the finish line with a broken leg.

Via OpenRouter

Local Models

Ollama / LM Studio / Nvidia Neotron

Best for: The future. 100% private, free, no one can take it away. Currently needs $4K+ hardware (DGX Spark) for good performance. In ~6 months, $1-2K hardware will run Opus-level models locally.

โ‚ฌ0 (hardware cost only)

6.5

Token Optimisation

Save money

Now that you're paying per token, here's how to keep costs sane.

๐Ÿง  Why Tokens Add Up Fast

Every message you send includes your entire conversation history + workspace files. If your MEMORY.md is 10,000 tokens, your SOUL.md is 3,000 tokens, and your conversation has 50 messages โ€” that's a LOT of tokens being sent with every single message. The AI reads everything, every time.

โšก Set Up Semantic Memory Search

Instead of loading every memory file in full, OpenClaw can search by meaning and pull only what's relevant. This is the single biggest cost saver.

Set up semantic memory search using Gemini embeddings. Add memorySearch config with provider gemini, hybrid search enabled, MMR diversity, and temporal decay of 30 days. This way you only pull relevant context instead of loading everything.

๐Ÿ“ Keep Workspace Files Lean

Your workspace files (MEMORY.md, SOUL.md, USER.md, AGENTS.md, TOOLS.md, HEARTBEAT.md) are injected into every message. Keep them focused:

  • MEMORY.md โ€” curate this. Remove outdated info. Keep it under 5K tokens.
  • SOUL.md โ€” personality definition. Keep it tight.
  • Daily logs โ€” use memory/ folder. Only today + yesterday get loaded automatically.
  • Don't dump everything โ€” move project-specific docs to project folders, not workspace root.

๐Ÿ”„ Use Model Fallbacks

Set a cheap model as default and expensive models as fallbacks. Your agent uses Kimi K2.5 for routine stuff and only hits Opus when you specifically ask or the task demands it.

Set my default model to openrouter/moonshotai/kimi-k2.5 with fallbacks to openrouter/anthropic/claude-sonnet-4.6 and openrouter/anthropic/claude-opus-4.7. This way I get cheap responses for simple tasks and can switch to Opus when I need the big guns.

๐Ÿ’ก Quick Wins

  • Start new sessions for new topics (don't let one conversation grow to 200+ messages)
  • Use compaction โ€” OpenClaw auto-summarises old messages when context gets large
  • Disable tools you're not using (fewer tool definitions = fewer tokens per message)
  • Check /status regularly to monitor token usage per session
7

Security & Risks

Important

Real talk. No fear-mongering, just what you need to know.

๐Ÿ”‘

API Keys = Passwords

Your API keys give access to paid AI services. Never share them, never commit them to Git, never screenshot them in public.

๐Ÿ 

Runs Locally

OpenClaw runs on your machine. Your conversations go directly to your AI provider โ€” not through a middleman's server.

๐Ÿ“ก

What Data Goes Where

Messages โ†’ your machine โ†’ AI provider (Anthropic/OpenAI/Google). That's it. No OpenClaw server in between.

โš™๏ธ

Tool Permissions

OpenClaw can run commands on your machine. Review what tools you enable. Start conservative, expand as you get comfortable.

๐Ÿ–ฅ๏ธ

Local vs VPS

Local: Your laptop. Easy but turns off when you close it. VPS: Always-on server. Runs 24/7 but needs basic server security (SSH keys, firewall).

๐Ÿง 

Be Careful What You Prompt

This is the #1 thing. Personal accountability. OpenClaw only does what you ask it to do. It won't randomly leak your photos on Facebook or tweet your passwords โ€” unless you tell it something that implies it should. Before every prompt, think: could this cause something I don't want? That's literally the whole security model. The vast majority of the millions of people using OpenClaw have never had a single security issue. Be mindful. That's it.

๐Ÿ›ก๏ธ

My Setup

I run OpenClaw on my local Mac with Claude Opus 4.7 via OpenRouter. Telegram as primary channel. Conservative tool permissions. Semantic memory search enabled to keep token costs down. Kimi K2.5 as default model, Opus 4.7 for complex tasks.

๐Ÿ“ฌ Stay in the loop

Model updates, new workflows, and things worth knowing โ€” straight to your inbox. No noise.

8

Resources

Everything else you might need.

๐Ÿ“–Official Docs ๐Ÿ™GitHub ๐Ÿ’ฌDiscord Community ๐ŸงฉClawHub (Skills)

๐Ÿ“บ Recommended Videos

๐Ÿ”ง Something Broken?

Don't panic. OpenClaw is just a folder on your computer with markdown files. Here's how to fix 100% of issues:

Open Claude Code or Codex in your OpenClaw folder and say:

My OpenClaw isn't working. Please go in and see why.

The AI agent goes through your config files and finds the issue. 99% of the time it's a config issue from someone editing files manually. This fixes it every time.

๐Ÿ’ฌ Feedback

Found something useful? Something missing? Let me know โ€” anonymous or not, your call. Nothing gets posted publicly.

This isn't a static guide โ€” it's updated regularly based on YOUR feedback. Every submission feeds an AI that identifies what's missing, what's confusing, and what to improve next. It's a self-improving feedback loop. The more you share, the better this guide gets for everyone.