<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OpenClaw 指南 on Chen Kai Blog</title><link>https://www.chenk.top/zh/openclaw-quickstart/</link><description>Recent content in OpenClaw 指南 on Chen Kai Blog</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Fri, 17 Apr 2026 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/zh/openclaw-quickstart/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenClaw 指南（十）：生产部署与故障模式</title><link>https://www.chenk.top/zh/openclaw-quickstart/10-production-deploy/</link><pubDate>Fri, 17 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/10-production-deploy/</guid><description>&lt;p>本地安装只能保证“在我机器上能跑”，而真正的考验在于：服务器在内核升级等系统变更后，是否还能持续稳定运行。&lt;/p>
&lt;p>本章介绍我在 2 核 4GB ECS 实例上的实际部署方案，以及实践中高频出现、却很少有人提前预警的八类典型故障模式。&lt;/p></description></item><item><title>OpenClaw 指南（九）：国内 IM 选型与权衡</title><link>https://www.chenk.top/zh/openclaw-quickstart/09-china-channels/</link><pubDate>Thu, 16 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/09-china-channels/</guid><description>&lt;p>第五章快速对比了 Telegram、DingTalk 和 WeChat，而本章则聚焦国内企业场景——所有渠道落地前均需通过公司 IT 部门审批。渠道众多，官方文档分散在数十个 README 中，网上那些所谓的“对比表”也大多早已过时。&lt;/p></description></item><item><title>OpenClaw 指南（八）：心跳巡逻与定时任务</title><link>https://www.chenk.top/zh/openclaw-quickstart/08-cron-and-heartbeat/</link><pubDate>Wed, 15 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/08-cron-and-heartbeat/</guid><description>&lt;p>第一次部署 OpenClaw 时，我一直在主动发消息；两天后才意识到——它当时只是一个聊天机器人，远非真正的 Agent。真正的转折点，是它开始在没有被询问的情况下主动给我发消息。&lt;/p></description></item><item><title>OpenClaw 指南（七）：记忆系统去魔法化</title><link>https://www.chenk.top/zh/openclaw-quickstart/07-memory-system/</link><pubDate>Tue, 14 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/07-memory-system/</guid><description>&lt;p>前六篇已经带你跑通了一个可用的 OpenClaw，渠道和技能都已具备；这一篇将专门解决初次安装时最常见的问题——记忆系统。&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/zh/openclaw-quickstart/07-memory-system/illustration_1.png" alt="OpenClaw 快速入门 (7)：记忆系统，去掉魔法 — 示意图" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p></description></item><item><title>OpenClaw 指南（六）：技能系统与 MCP 落地</title><link>https://www.chenk.top/zh/openclaw-quickstart/06-skills-and-mcp/</link><pubDate>Mon, 13 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/06-skills-and-mcp/</guid><description>&lt;p>学到第五篇时，你的 OpenClaw 不仅能正常运行、支持对话，更从一个演示原型蜕变为真正可落地的 Agent 系统。&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/zh/openclaw-quickstart/06-skills-and-mcp/illustration_1.png" alt="OpenClaw 快速入门 (6)：技能、MCP 及实际应用 —— 可视化" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;hr>
&lt;h2 id="我们要做什么" class="heading-anchor">我们要做什么&lt;a href="#%e6%88%91%e4%bb%ac%e8%a6%81%e5%81%9a%e4%bb%80%e4%b9%88" class="heading-link" aria-label="Permalink to this section" title="Copy link to this section">#&lt;/a>
&lt;/h2>&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/zh/openclaw-quickstart/06-skills-and-mcp/fig_skills.png" alt="技能组合流水线 —— 从触发到工具执行" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p></description></item><item><title>OpenClaw 指南（五）：对接 Telegram、钉钉与微信</title><link>https://www.chenk.top/zh/openclaw-quickstart/05-channels/</link><pubDate>Sun, 12 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/05-channels/</guid><description>&lt;p>OpenClaw 的核心理念是让 Agent 主动来找你——而目前它还只停留在 TUI（文本用户界面）里。现在，是时候为它接上真正的聊天通道了。&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/zh/openclaw-quickstart/05-channels/illustration_1.png" alt="OpenClaw 快速入门（5）：连接 Telegram、钉钉和微信 —— 可视化" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p></description></item><item><title>OpenClaw 指南（四）：配置与模型选型</title><link>https://www.chenk.top/zh/openclaw-quickstart/04-configuration/</link><pubDate>Sat, 11 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/04-configuration/</guid><description>&lt;p>如果你只打算修改 OpenClaw 项目中的一个文件，那一定是这个文件。&lt;/p>
&lt;p>&lt;code>~/.openclaw/openclaw.json&lt;/code> 负责管理模型、工具、通信渠道、记忆模块、定时任务和技能加载。初始化向导会生成一套默认配置，本文聚焦于你通常需要手动调整的关键配置项。&lt;/p></description></item><item><title>OpenClaw 指南（三）：Agent Loop 六层架构</title><link>https://www.chenk.top/zh/openclaw-quickstart/03-architecture/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/03-architecture/</guid><description>&lt;p>尽管你可能在使用 OpenClaw 的前几个月都不需要阅读这篇文章，但当你第一次编写 Skill、调试消息路由异常，或疑惑 Agent 为何突然“失忆”时，就必须厘清各模块的职责。&lt;/p></description></item><item><title>OpenClaw 指南（二）：十分钟安装与首次对话</title><link>https://www.chenk.top/zh/openclaw-quickstart/02-install-and-first-chat/</link><pubDate>Thu, 09 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/02-install-and-first-chat/</guid><description>&lt;p>README 声称只需五分钟，但我觉得十分钟更现实——多出来的几分钟基本都花在常见的 Node 版本问题上了。&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/zh/openclaw-quickstart/02-install-and-first-chat/illustration_1.png" alt="OpenClaw 快速入门（2）：10 分钟内安装并进行首次聊天 —— 可视化" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p></description></item><item><title>OpenClaw 指南（一）：这到底是什么东西</title><link>https://www.chenk.top/zh/openclaw-quickstart/01-what-is-openclaw/</link><pubDate>Wed, 08 Apr 2026 09:00:00 +0000</pubDate><guid>https://www.chenk.top/zh/openclaw-quickstart/01-what-is-openclaw/</guid><description>&lt;p>总有人问我：“OpenClaw 不就是套了个 LLM 的壳吗？” 短回答是：不是。这件事值得专门写一篇文章讲清楚，然后再进入 QuickStart。&lt;/p>
&lt;p>这是十篇系列文章的第一篇。读完这一系列，你应该能在自己的机器上跑起一个能用的 OpenClaw——它能对接模型、监听至少一个聊天频道，并且即使重启服务器也能继续工作。&lt;/p></description></item></channel></rss>