<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Raven AI Blog</title><description>Raven AI 的 AI 自動化、工具實作與知識工作文章。</description><link>https://raven.tw/</link><language>zh-TW</language><item><title>從 Prompt Engineering 到 Loop Engineering：AI Builder 必須理解的十種迴圈設計模式</title><link>https://raven.tw/blog/loop-engineering-ai-builder/</link><guid isPermaLink="true">https://raven.tw/blog/loop-engineering-ai-builder/</guid><description>Loop Engineering 不是工程師的專利，任何使用 AI Agent 的人都需要理解如何設計可控制的迴圈系統。本文從 Prompt Engineering 的侷限出發，完整拆解十種 AI Loop Pattern，從 Retry、Reflection、Evaluation 到 Multi-Agent 與 Continuous Improvement，並分析真實工作流中如何組合這些模式、以及常見的八個設計錯誤。</description><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate></item><item><title>製作 AI 工作流一定要記住的三種文字介面：CLI、MCP、API</title><link>https://raven.tw/blog/cli-mcp-api-for-ai-agents/</link><guid isPermaLink="true">https://raven.tw/blog/cli-mcp-api-for-ai-agents/</guid><description>人類操作電腦靠圖形化介面（GUI），但 AI Agent 看不到畫面，最順手的是文字進、文字出的介面。這篇從 AI Agent 的角度，把它最常用的三種介面講清楚：CLI（命令列，含 OpenCLI、CLASP、Google Workspace CLI）、MCP（模型上下文協定，附推薦清單與安全提醒）、API（應用程式介面，從 Notion 存取權杖與串接 DeepSeek 切入）。看完你會知道做 AI 工作流時，哪一段該接哪種介面。</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item><item><title>想讓 AI Agent 自己上網抓資料嗎？4 個熱門開源工具實測＋跟 opencli 比較</title><link>https://raven.tw/blog/ai-web-tools-vs-opencli/</link><guid isPermaLink="true">https://raven.tw/blog/ai-web-tools-vs-opencli/</guid><description>我用 opencli 當 AI Agent 的連網工具兩個多月，最近看到四個熱門開源方案：agent-reach、Scrapling、browser-use、web-access。這篇用同一套流程把它們一個個實測、並和 opencli 比較，講清楚各自是什麼、怎麼運作、跟 opencli 差在哪，也檢查了安裝與資安上的眉角，幫你判斷哪個補了 opencli 的不足、哪個其實功能重疊。</description><pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate></item><item><title>OpenCLI：給 AI Agent 用的瀏覽器 CLI，我把它接到電子報發布的全工作流</title><link>https://raven.tw/blog/opencli-browser-cli-for-ai-agents-substack-workflow/</link><guid isPermaLink="true">https://raven.tw/blog/opencli-browser-cli-for-ai-agents-substack-workflow/</guid><description>介紹 OpenCLI 這個讓 AI agent 操作瀏覽器、桌面 App、本地 CLI 的工具，包含瀏覽器低階指令、100+ 內建網站 adapter、CLI Hub 三大功能。並分享我用 Claude Code 操作 OpenCLI 自動化 Substack 發布流程的實際過程，以及踩到的 ProseMirror、HeadlessUI combobox、datetime-local 三個前端框架的雷與解法。</description><pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate></item><item><title>用 Claude Desktop 自動發布到 WordPress：免終端機的完整工作流</title><link>https://raven.tw/blog/claude-desktop-auto-publish-to-wordpress/</link><guid isPermaLink="true">https://raven.tw/blog/claude-desktop-auto-publish-to-wordpress/</guid><description>本文介紹以 Claude Desktop 為核心的本地寫作發布工作流。透過 Claude Cowork、Obsidian 與 WordPress MCP 外掛（Easy MCP AI），讓你在本地寫完文章後，無需手動登入後台即可一鍵發布。並涵蓋三種 WordPress 接入方案比較，以及進階的 Claude Code 主題修改技巧與 Skills 安裝建議。</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>用 Claude Code 打造你的個人部落格：從零開始的完全指南</title><link>https://raven.tw/blog/claude-code-personal-blog-complete-guide/</link><guid isPermaLink="true">https://raven.tw/blog/claude-code-personal-blog-complete-guide/</guid><description>想要有自己的網站，但不想學一堆前端？這篇用 Claude Code 從零帶你做出個人部落格：選工具、建 Astro 專案、串 Notion 當 CMS、上傳 GitHub、用 Cloudflare Pages 免費部署，再到自動重新部署與綁網域。新手照做也能上線。</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>自媒體圖文製作工作流：用龍蝦 AI 代理打造 IG 圖卡自動產線</title><link>https://raven.tw/blog/ig-carousel-automation-pipeline-openclaw/</link><guid isPermaLink="true">https://raven.tw/blog/ig-carousel-automation-pipeline-openclaw/</guid><description>我把 IG 圖卡製作拆成「找素材→寫文案→套 HTML/CSS 模板→Playwright 截圖→自動去背」的流水線，讓 OpenClaw（龍蝦）當代理批次產圖。人只要挑內容、做最後確認，就能用零碎時間穩定產出 carousel。</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate></item><item><title>為什麼 Claude Code 有時候不聽話？從注意力機制到 Session 管理的白話解釋</title><link>https://raven.tw/blog/why-claude-code-disobeys/</link><guid isPermaLink="true">https://raven.tw/blog/why-claude-code-disobeys/</guid><description>Claude Code 明明很強，卻偶爾無視你的指令？這不是 bug，而是注意力機制的物理限制。本文用白話解釋背後原因，以及你能怎麼應對。</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>