---
title: "5 tips for OpenClaw"
source_name: "Greg Isenberg"
original_url: "https://www.youtube.com/shorts/qYLDENqtpiY"
canonical_url: "https://www.traeai.com/articles/89b76e20-4a53-48fd-8e92-a57e7e61b1c3"
content_type: "video"
language: "英文"
score: 5.5
tags: ["OpenClaw","AI Agent","自动化","提示工程","开源工具"]
published_at: "2026-04-16T20:00:05+00:00"
created_at: "2026-04-18T13:56:20.986527+00:00"
---

# 5 tips for OpenClaw

Canonical URL: https://www.traeai.com/articles/89b76e20-4a53-48fd-8e92-a57e7e61b1c3
Original source: https://www.youtube.com/shorts/qYLDENqtpiY

## Summary

文章实为YouTube Shorts视频描述，列出OpenClaw使用技巧但缺乏技术细节和原创深度。

## Key Takeaways

- 将OpenClaw文档导入Claude项目可解决99%的设置问题
- 通过OAuth复用现有大模型订阅以降低成本并配置备用模型
- 通过Telegram分组和系统提示隔离对话上下文防止信息混杂

## Content

Title: YouTube

URL Source: http://www.youtube.com/shorts/qYLDENqtpiY

Markdown Content:
YouTube

 Back [![Image 1](http://www.youtube.com/shorts/qYLDENqtpiY)](http://www.youtube.com/ "YouTube Home")

Skip navigation

 Search 

 Search with your voice 

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[Sign in](https://accounts.google.com/ServiceLogin?service=youtube&uilel=3&passive=true&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fshorts%252FqYLDENqtpiY&hl=en&ec=65620)

[![Image 2](http://www.youtube.com/shorts/qYLDENqtpiY)](http://www.youtube.com/ "YouTube Home")

[Home Home](http://www.youtube.com/ "Home")[Shorts Shorts](http://www.youtube.com/shorts/ "Shorts")[Subscriptions Subscriptions](http://www.youtube.com/feed/subscriptions "Subscriptions")[You You](http://www.youtube.com/feed/you "You")

![Image 3](https://yt3.ggpht.com/5wiiTxMamM0NnCmGOt0iJ6eoVRmFLNIGF-BEiTZ_AVqaS02YIxAsB-2XY6xwLCUWQfoENG1MHKo=s48-c-k-c0x00ffffff-no-rj)

[@GregIsenberg](http://www.youtube.com/@GregIsenberg/shorts)

Subscribe

### [I fixed OpenClaw so it actually works (full setup)](http://www.youtube.com/watch?v=fd4k16REDOU)

## 5 tips for OpenClaw

420

 

Dislike

 

7

 

Share

 

Remix

 [![Image 4](https://yt3.ggpht.com/5wiiTxMamM0NnCmGOt0iJ6eoVRmFLNIGF-BEiTZ_AVqaS02YIxAsB-2XY6xwLCUWQfoENG1MHKo=s48-c-k-c0x00ffffff-no-rj)](about:invalid#zClosurez)

Sign in to confirm you’re not a bot

This helps protect our community. [Learn more](https://support.google.com/youtube/answer/3037019#zippy=%2Ccheck-that-youre-signed-into-youtube)

[Sign in](https://accounts.google.com/ServiceLogin?service=youtube&uilel=3&passive=true&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3D%252Fshorts%252FqYLDENqtpiY&hl=en)

![Image 5](http://www.youtube.com/shorts/qYLDENqtpiY)

## Comments 7

[Top Show featured comments](http://www.youtube.com/shorts/qYLDENqtpiY)[Newest Show recent comments, including potential spam](http://www.youtube.com/shorts/qYLDENqtpiY)

![Image 6](http://www.youtube.com/shorts/qYLDENqtpiY)

## Description

5 tips for OpenClaw

420 Likes

15,337 Views

Apr 16 2026

I sit down with Moritz Kremb, an OpenClaw power user and agency builder based in Berlin, to break down how to actually make OpenClaw useful. Moritz walks through a 10-step optimization guide covering everything from troubleshooting and memory management to model selection and security basics. He then demos two real systems he built with OpenClaw: a full short-form video content pipeline and a conversational CRM. This episode is for anyone who tried OpenClaw, hit a wall, and wants a clear path to turning it into a superhuman digital employee. Key Points * Upload the OpenClaw documentation into a Claude project to create a dedicated troubleshooting baseline — it solves roughly 99% of setup issues. * Use the OAuth method (your existing $20 ChatGPT or Anthropic subscription) to avoid expensive API costs, and always configure backup models. * Memory problems are almost always caused by memory never being saved in the first place; add an auto-save instruction to the heartbeat file so it logs every 30 minutes. * Organize your OpenClaw conversations into separate Telegram groups and topics with group-specific system prompts to avoid context bleed. * Stronger models are meaningfully more resistant to prompt injection; pair that with least-access principles and agent-owned accounts for a solid security posture. * Custom skills are the path to real automation — whenever you do something repeatedly, tell your OpenClaw to turn it into a skill. Numbered Section Summaries 1. OpenClaw Explained: What It Is and How It Differs Moritz breaks down OpenClaw as the first truly personal, autonomous agent — one that remembers, runs on a heartbeat every 30 minutes, executes cron jobs, and lives inside whatever chat app you already use. He maps the evolution from ChatGPT (cloud chat) to Claude Code (local files) to OpenClaw (persistent, proactive, and portable). 2. OpenClaw vs. Claude Cowork and Dispatch Anthropic's new Dispatch feature and Claude Cowork are moving toward what OpenClaw already does, but OpenClaw remains more powerful and feature-rich today. Moritz frames the long-term comparison as Linux vs. Windows: the open-source version attracts community contribution, flexibility, and customization that proprietary tools have a harder time matching. 3. The 10-Step Optimized Setup The core of the episode. Moritz walks step by step through: creating a troubleshooting project with the official docs, personalizing workspace files (agents.md, soul.md, user.md, identity.md), fixing memory with compaction settings and heartbeat auto-save, selecting models via OAuth, organizing Telegram groups with system prompts, understanding the three browser modes, activating and building skills, tuning the heartbeat file, hardening security, and applying least-access principles with agent-owned accounts. 4. Model Selection and the OAuth Shortcut Instead of paying per-API-call, Moritz recommends hooking OpenClaw into an existing $20 ChatGPT subscription via OAuth. He suggests setting up a backup chain — OpenAI as primary, Anthropic as secondary, and open-source models through OpenRouter or Kilo Gateway as fallbacks — so the agent always has a working brain. The #1 tool to find startup ideas/trends - https://www.ideabrowser.com/ LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn 'what if' into reality with AI, apps, and next-gen products https://latecheckout.agency/ The Vibe Marketer - Resources for people into vibe marketing/marketing with AI: https://www.thevibemarketer.com/ FIND ME ON SOCIAL X/Twitter: https://twitter.com/gregisenberg Instagram: https://instagram.com/gregisenberg/ LinkedIn: https://www.linkedin.com/in/gisenberg/ FIND MORITZ ON SOCIAL X: https://x.com/moritzkremb Youtube: https://www.youtube.com/@promptwarrior/videos Instagram: https://www.youtube.com/@promptwarrior/…...more 

...more Show less 

![Image 7](http://www.youtube.com/shorts/qYLDENqtpiY)

![Image 8: Go to video](http://www.youtube.com/shorts/qYLDENqtpiY)

# Keep Coming Back to the Start

![Image 9: Go to channel](http://www.youtube.com/shorts/qYLDENqtpiY)

Duplex Heart - Topic

 Next video 

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

Tap to unmute

2x

[![Image 10](http://www.youtube.com/shorts/qYLDENqtpiY)](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

Search

Info

Shopping

![Image 11](http://www.youtube.com/shorts/qYLDENqtpiY)

[![Image 12](http://www.youtube.com/shorts/qYLDENqtpiY)](http://www.youtube.com/shorts/qYLDENqtpiY)

If playback doesn't begin shortly, try restarting your device.

•

[](http://www.youtube.com/shorts/qYLDENqtpiY)

Share

[](http://www.youtube.com/shorts/qYLDENqtpiY "Share link")- [x] Include playlist 

An error occurred while retrieving sharing information. Please try again later.

Watch later

Share

Copy link

![Image 13](http://www.youtube.com/shorts/qYLDENqtpiY)

0:00

[](http://www.youtube.com/shorts/qYLDENqtpiY)[](http://www.youtube.com/shorts/qYLDENqtpiY "Next (SHIFT+n)")

 / 

Live

•Watch full video

•

•

[](http://www.youtube.com/shorts/qYLDENqtpiY)

[](http://www.youtube.com/shorts/qYLDENqtpiY)

NaN / NaN

[[](http://www.youtube.com/shorts/qYLDENqtpiY)](http://www.youtube.com/shorts/qYLDENqtpiY)
