<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Openclaw on D5N</title><link>https://www.d5n.xyz/en/tags/openclaw/</link><description>Recent content in Openclaw on D5N</description><generator>Hugo -- 0.146.5</generator><language>en-US</language><lastBuildDate>Mon, 23 Mar 2026 15:45:00 +0800</lastBuildDate><atom:link href="https://www.d5n.xyz/en/tags/openclaw/index.xml" rel="self" type="application/rss+xml"/><item><title>From Scripts to Official: My Google Services Management Evolution - An OpenClaw User's CLI Migration Journey</title><link>https://www.d5n.xyz/en/posts/google-workspace-cli-guide/</link><pubDate>Mon, 23 Mar 2026 15:45:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/google-workspace-cli-guide/</guid><description>&lt;h2 id="introduction-an-ai-agent-power-users-tool-evolution">Introduction: An AI Agent Power User&amp;rsquo;s Tool Evolution&lt;/h2>
&lt;p>As a heavy user of OpenClaw AI assistant, my daily workflow has long been inseparable from automation:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Every morning at 8:17&lt;/strong>, AI automatically pushes today&amp;rsquo;s schedule and todo tasks&lt;/li>
&lt;li>&lt;strong>Stock analysis&lt;/strong> automatically fetches data and generates technical reports&lt;/li>
&lt;li>&lt;strong>Blog publishing&lt;/strong> with bilingual Chinese/English auto-deployment&lt;/li>
&lt;li>&lt;strong>Memory management&lt;/strong> automatically backs up to GitHub&lt;/li>
&lt;/ul>
&lt;p>Behind these automations lies deep integration with Google services: &lt;strong>Google Calendar&lt;/strong> for scheduling, &lt;strong>Google Tasks&lt;/strong> for tracking todos, and &lt;strong>Google Drive&lt;/strong> for file storage.&lt;/p></description></item><item><title>OpenClaw 2026.3.13: Live Chrome Session Attach Deep Dive</title><link>https://www.d5n.xyz/en/posts/openclaw-live-chrome-session-attach/</link><pubDate>Sun, 15 Mar 2026 16:20:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-live-chrome-session-attach/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>On March 13, 2026, OpenClaw released a game-changing feature update — &lt;strong>Live Chrome Session Attach&lt;/strong>. This functionality leverages Chrome DevTools Protocol (CDP) and Model Context Protocol (MCP) to enable AI assistants to seamlessly take control of your actual Chrome browser session.&lt;/p>
&lt;h2 id="what-is-live-chrome-session-attach">What is Live Chrome Session Attach?&lt;/h2>
&lt;p>&lt;strong>In one sentence: &amp;ldquo;One-click takeover of your real Chrome browser session — preserving login states, no extension required.&amp;rdquo;&lt;/strong>&lt;/p>
&lt;p>Traditional browser automation forces you to choose between:&lt;/p></description></item><item><title>OpenClaw + Tailscale Remote Access Guide: Two Secure Ways to Expose Your Gateway</title><link>https://www.d5n.xyz/en/posts/openclaw-tailscale-guide/</link><pubDate>Fri, 06 Mar 2026 09:00:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-tailscale-guide/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>OpenClaw Gateway runs locally by default (&lt;code>127.0.0.1:18789&lt;/code>), which means:&lt;/p>
&lt;ul>
&lt;li>✅ Secure: No external access&lt;/li>
&lt;li>❌ Limited: Can only be used locally&lt;/li>
&lt;/ul>
&lt;p>If you want to:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Run OpenClaw on your home server and access it remotely from your phone&lt;/strong>&lt;/li>
&lt;li>&lt;strong>Share an OpenClaw instance with your team&lt;/strong>&lt;/li>
&lt;li>&lt;strong>Use your home AI assistant while away&lt;/strong>&lt;/li>
&lt;/ul>
&lt;p>Then &lt;strong>Tailscale&lt;/strong> integration is your best choice.&lt;/p>
&lt;hr>
&lt;h2 id="what-is-tailscale">What is Tailscale?&lt;/h2>
&lt;p>&lt;a href="https://tailscale.com/">Tailscale&lt;/a> is a zero-config VPN tool based on WireGuard. It lets you easily build a private network (Tailnet) and securely connect any devices.&lt;/p></description></item><item><title>OpenClaw API Key Management: Environment Variables Best Practices</title><link>https://www.d5n.xyz/en/posts/openclaw-secretref-guide/</link><pubDate>Tue, 03 Mar 2026 22:00:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-secretref-guide/</guid><description>&lt;h2 id="the-problem-with-plaintext-keys">The Problem with Plaintext Keys&lt;/h2>
&lt;p>When setting up OpenClaw, you&amp;rsquo;re dealing with sensitive credentials:&lt;/p>
&lt;ul>
&lt;li>Discord Bot Tokens&lt;/li>
&lt;li>AI API Keys (Kimi, OpenAI, etc.)&lt;/li>
&lt;li>Service credentials&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>The temptation:&lt;/strong> Just paste them into &lt;code>openclaw.json&lt;/code>&lt;/p>
&lt;p>&lt;strong>The risk:&lt;/strong> One accidental git commit, and your keys are public.&lt;/p>
&lt;hr>
&lt;h2 id="the-solution-environment-variables">The Solution: Environment Variables&lt;/h2>
&lt;p>OpenClaw supports referencing environment variables in configuration. Your config file only contains placeholders, actual values live in environment variables.&lt;/p>
&lt;h3 id="how-it-works">How It Works&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-json" data-lang="json">&lt;span style="display:flex;">&lt;span>{
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;channels&amp;#34;&lt;/span>: {
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;discord&amp;#34;&lt;/span>: {
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#f92672">&amp;#34;token&amp;#34;&lt;/span>: &lt;span style="color:#e6db74">&amp;#34;${env:DISCORD_BOT_TOKEN}&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> }
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> }
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>}
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The &lt;code>${env:VAR_NAME}&lt;/code> syntax tells OpenClaw to read from environment variables at runtime.&lt;/p></description></item><item><title>Search Solutions for AI Agents: SearXNG vs. Tavily vs. Custom</title><link>https://www.d5n.xyz/en/posts/openclaw-search-solutions-comparison/</link><pubDate>Tue, 24 Feb 2026 20:53:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-search-solutions-comparison/</guid><description>Comparing web search solutions for AI agents: self-hosted SearXNG, managed Tavily, and custom implementations. Features, pricing, and recommendations.</description></item><item><title>OpenClaw Disk Cleanup: Reclaiming Storage Space</title><link>https://www.d5n.xyz/en/posts/openclaw-disk-cleanup/</link><pubDate>Sun, 22 Feb 2026 20:45:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-disk-cleanup/</guid><description>How to identify and clean up disk space used by OpenClaw. Covers logs, caches, and configuration cleanup.</description></item><item><title>AI Memory Systems: File Storage vs. Vector Databases</title><link>https://www.d5n.xyz/en/posts/ai-memory-reflection/</link><pubDate>Sat, 21 Feb 2026 21:43:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/ai-memory-reflection/</guid><description>A reflection on different approaches to AI memory systems—from simple file storage to vector databases. Comparing trade-offs and when to choose each approach.</description></item><item><title>Building an AI Memory System: A Lightweight Vector Database Guide</title><link>https://www.d5n.xyz/en/posts/ai-memory-vector-db-guide/</link><pubDate>Fri, 20 Feb 2026 22:45:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/ai-memory-vector-db-guide/</guid><description>Build a semantic search and auto-linking memory system for your AI assistant from scratch. Includes complete code and deployment steps—ready to use immediately.</description></item><item><title>Setting Up OpenClaw with Discord: Complete Guide</title><link>https://www.d5n.xyz/en/posts/openclaw-discord-complete-guide/</link><pubDate>Thu, 12 Feb 2026 20:18:00 +0800</pubDate><guid>https://www.d5n.xyz/en/posts/openclaw-discord-complete-guide/</guid><description>Complete walkthrough for setting up OpenClaw with Discord. Covers bot creation, token configuration, permissions, and common troubleshooting.</description></item></channel></rss>