<?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 Justmaker's KB</title><link>https://justmaker.github.io/tags/openclaw/</link><description>Recent content in Openclaw on Justmaker's KB</description><generator>Hugo -- gohugo.io</generator><language>zh-tw</language><lastBuildDate>Fri, 04 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://justmaker.github.io/tags/openclaw/index.xml" rel="self" type="application/rss+xml"/><item><title>用 OpenClaw 打造 AI 助理：從零開始</title><link>https://justmaker.github.io/post/ai-tools/openclaw-getting-started/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://justmaker.github.io/post/ai-tools/openclaw-getting-started/</guid><description>&lt;h2 id="什麼是-openclaw">什麼是 OpenClaw？
&lt;/h2>&lt;p>&lt;a class="link" href="https://github.com/openclaw/openclaw" target="_blank" rel="noopener"
>OpenClaw&lt;/a> 是一個開源的 AI agent 框架，可以讓 LLM（如 Claude、GPT）不只是聊天，還能實際操作你的電腦：讀寫檔案、執行指令、管理 Git、呼叫 API。&lt;/p>
&lt;p>它不是另一個 ChatGPT 包裝，而是一個&lt;strong>能幹活的 AI 助理&lt;/strong>。&lt;/p>
&lt;h2 id="核心概念">核心概念
&lt;/h2>&lt;h3 id="agent--chatbot">Agent ≠ Chatbot
&lt;/h3>&lt;p>一般 chatbot 只能接收文字、回覆文字。OpenClaw 的 agent 可以：&lt;/p>
&lt;ul>
&lt;li>📁 讀寫你的檔案系統&lt;/li>
&lt;li>🖥️ 執行 shell 指令&lt;/li>
&lt;li>🔧 操作 Git（commit、push、建 MR）&lt;/li>
&lt;li>🌐 瀏覽網頁、呼叫 API&lt;/li>
&lt;li>📱 連接 Discord / Telegram 接收訊息&lt;/li>
&lt;li>🧠 記住對話脈絡（透過 MEMORY.md）&lt;/li>
&lt;/ul>
&lt;h3 id="workspace-結構">Workspace 結構
&lt;/h3>&lt;pre tabindex="0">&lt;code>~/.openclaw/workspace/
├── AGENTS.md # Agent 行為規範
├── SOUL.md # Agent 的個性設定
├── USER.md # 關於你的資訊
├── TOOLS.md # 可用工具說明
├── IDENTITY.md # Agent 的身份
├── TODO.md # 待辦事項
└── MEMORY.md # Agent 的記憶
&lt;/code>&lt;/pre>&lt;p>這些 &lt;code>.md&lt;/code> 檔案就是 agent 的「大腦」——每次啟動時讀取，形成行為模式。&lt;/p>
&lt;h2 id="能做什麼">能做什麼？
&lt;/h2>&lt;p>以我日常使用為例：&lt;/p>
&lt;h3 id="自動化開發">自動化開發
&lt;/h3>&lt;blockquote>
&lt;p>「幫我寫一個 KVM 效能監控腳本，放到 ~/scripts/ 裡」&lt;/p>&lt;/blockquote>
&lt;p>Agent 會直接寫好腳本、設定執行權限、甚至幫你加到 crontab。&lt;/p>
&lt;h3 id="知識管理">知識管理
&lt;/h3>&lt;blockquote>
&lt;p>「把今天 Discord #ai-tools 頻道的討論整理成一篇部落格文章」&lt;/p>&lt;/blockquote>
&lt;p>Agent 讀取 Discord 訊息、整理成結構化文章、push 到 Hugo 部落格。&lt;/p>
&lt;h3 id="程式碼審查">程式碼審查
&lt;/h3>&lt;blockquote>
&lt;p>「Review 一下最新的 MR」&lt;/p>&lt;/blockquote>
&lt;p>Agent 會讀 MR diff、分析問題、留下 review comment。&lt;/p>
&lt;h2 id="適合誰">適合誰？
&lt;/h2>&lt;ul>
&lt;li>工程師、開發者（最大受益者）&lt;/li>
&lt;li>需要自動化重複工作的人&lt;/li>
&lt;li>願意花時間調教 AI 行為的人&lt;/li>
&lt;/ul>
&lt;h2 id="下一步">下一步
&lt;/h2>&lt;p>如果你對 OpenClaw 感興趣，可以到 &lt;a class="link" href="https://github.com/openclaw/openclaw" target="_blank" rel="noopener"
>GitHub repo&lt;/a> 看看文件和範例。&lt;/p>
&lt;p>後續文章會深入介紹進階功能：MCP server 串接、多 agent 協作、自動化工作流。&lt;/p></description></item></channel></rss>