<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Open-Claw on emsenn.net</title>
    <link>https://emsenn.net/tags/open-claw/</link>
    <description>Recent content in Open-Claw on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 04 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/open-claw/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenClaw Continuous Learning and Behavioral Evolution</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-continuous-learning-and-behavioral-evolution/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-continuous-learning-and-behavioral-evolution/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;&lt;a href=&#34;#overview&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Overview&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw achieves continuous learning and behavioral evolution through a three-layer architecture that persists knowledge across sessions, enables agents to autonomously extend capabilities, and filters learning opportunities through managed input gating. Unlike stateless chatbots that reset after each conversation, OpenClaw agents accumulate durable context, self-modify through skill creation, and evolve their decision boundaries through policy mechanisms.&lt;/p&gt;&#xA;&lt;h2 id=&#34;memory-persistence-layer&#34;&gt;&lt;a href=&#34;#memory-persistence-layer&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Memory Persistence Layer&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw treats memory as the primary mechanism for accumulation across sessions. The &lt;a href=&#34;./openclaw-memory.md&#34; class=&#34;link-internal&#34;&gt;memory system&lt;/a&gt; is Markdown-based and file-first, making it auditable and portable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ClawHub</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/clawhub/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/clawhub/</guid>
      <description>&lt;p&gt;ClawHub is the public skill registry for OpenClaw. It provides a&#xA;discovery and distribution surface for versioned skill bundles.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official docs position ClawHub as the normal way to search,&#xA;install, update, and publish OpenClaw skills. Its CLI supports search,&#xA;installation, updates, and sync-based publishing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;function&#34;&gt;&lt;a href=&#34;#function&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Function&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;ClawHub turns skills into portable, shareable artifacts rather than&#xA;only local folders. It therefore extends OpenClaw&amp;rsquo;s skill system with a&#xA;public registry layer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Companion Tools for OpenClaw, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/companion-tools-for-openclaw-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/companion-tools-for-openclaw-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text surveys the tools that most often recur around OpenClaw in&#xA;current official documentation and practical guide material as of March&#xA;9, 2026. The source base does not support exact usage counts, so&#xA;&amp;ldquo;often used&amp;rdquo; here means recurring companions in the current OpenClaw&#xA;ecosystem rather than measured market share.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-the-tool-stack-reveals&#34;&gt;&lt;a href=&#34;#what-the-tool-stack-reveals&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;What the tool stack reveals&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The current OpenClaw ecosystem is converging on a distinctive practice.&#xA;OpenClaw itself stays as the long-running control plane, memory layer,&#xA;and multi-channel agent surface. Specialized work is pushed outward:&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw ACP Agent</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-acp-agent/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-acp-agent/</guid>
      <description>&lt;p&gt;An OpenClaw ACP agent is an external harness runtime that OpenClaw can&#xA;run through an ACP backend plugin. ACP agents let OpenClaw delegate&#xA;work to tools such as Codex, Claude Code, OpenCode, Gemini CLI, or Pi&#xA;without reducing them to native OpenClaw sub-agents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official ACP docs distinguish ACP sessions from OpenClaw-native&#xA;sub-agent runs. ACP is used when the operator wants an external&#xA;runtime, its own session semantics, or harness-specific capabilities.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw DM Policy</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-dm-policy/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-dm-policy/</guid>
      <description>&lt;p&gt;The OpenClaw DM policy is the configuration that determines how&#xA;OpenClaw handles inbound direct messages before they reach an agent.&#xA;It is a channel-level gate on message processing, not only a cosmetic&#xA;notification preference.&lt;/p&gt;&#xA;&lt;h2 id=&#34;modes&#34;&gt;&lt;a href=&#34;#modes&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Modes&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw documents four DM policy modes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;pairing&lt;/code&gt;: unknown senders receive a short code and their message is&#xA;ignored until approval&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;allowlist&lt;/code&gt;: only approved senders can reach the bot&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;open&lt;/code&gt;: any sender can reach the bot if the channel allowlist&#xA;explicitly opts in&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;disabled&lt;/code&gt;: inbound DMs are ignored&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;function&#34;&gt;&lt;a href=&#34;#function&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Function&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This policy is one of OpenClaw&amp;rsquo;s primary safety controls for consumer&#xA;messaging surfaces. It constrains who can steer a tool-using assistant&#xA;before prompts, tool calls, or session routing become relevant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Gateway</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-gateway/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-gateway/</guid>
      <description>&lt;p&gt;The OpenClaw Gateway is the long-running control-plane process in an&#xA;OpenClaw deployment. It coordinates sessions, channels, tools,&#xA;configuration, routing, and web interfaces while the assistant remains&#xA;the user-facing product surface.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The Gateway gives OpenClaw a persistent runtime. It keeps the assistant&#xA;reachable through chat channels, the Control UI, WebChat, and paired&#xA;device surfaces without reducing the system to a single interactive&#xA;terminal session.&lt;/p&gt;&#xA;&lt;h2 id=&#34;trust-boundary&#34;&gt;&lt;a href=&#34;#trust-boundary&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Trust boundary&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw&amp;rsquo;s security model treats the Gateway as a trusted operator&#xA;boundary, not as a hostile multi-tenant service. Within one Gateway&#xA;instance, authenticated control-plane access carries authority over the&#xA;configured agents, sessions, and policies in that deployment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw HEARTBEAT.md</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-heartbeat/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-heartbeat/</guid>
      <description>&lt;p&gt;OpenClaw HEARTBEAT.md is an optional workspace file that defines what&#xA;the assistant should check or notice when it is idle. It is the main&#xA;configuration surface for low-frequency proactive behavior.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official heartbeat documentation describes &lt;code&gt;HEARTBEAT.md&lt;/code&gt; as a&#xA;small checklist that the default prompt reads on a regular heartbeat.&#xA;Independent guides distinguish it from cron: cron handles scheduled&#xA;tasks at exact times, while &lt;code&gt;HEARTBEAT.md&lt;/code&gt; handles opportunistic&#xA;awareness and gentle proactive suggestions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Hook</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-hook/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-hook/</guid>
      <description>&lt;p&gt;An OpenClaw hook is a directory-discovered event handler that runs when&#xA;command or lifecycle events fire inside the Gateway. Hooks are the&#xA;event-driven automation layer of OpenClaw.&lt;/p&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;&lt;a href=&#34;#structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Structure&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official hooks docs describe a hook as a directory containing&#xA;&lt;code&gt;HOOK.md&lt;/code&gt; plus a TypeScript handler. Hooks are discovered from&#xA;workspace, managed, and bundled directories, with workspace hooks&#xA;having highest precedence.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Hooks let operators attach automation to events such as &lt;code&gt;/new&lt;/code&gt;,&#xA;bootstrap, or gateway startup. The bundled &lt;code&gt;session-memory&lt;/code&gt;,&#xA;&lt;code&gt;bootstrap-extra-files&lt;/code&gt;, &lt;code&gt;command-logger&lt;/code&gt;, and &lt;code&gt;boot-md&lt;/code&gt; hooks show the&#xA;main current uses: memory capture, workspace augmentation, audit&#xA;logging, and startup actions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Memory</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-memory/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-memory/</guid>
      <description>&lt;p&gt;OpenClaw memory is the Markdown-based memory layer in an OpenClaw&#xA;workspace. Its source of truth is written files on disk rather than&#xA;session-local model state.&lt;/p&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;&lt;a href=&#34;#structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Structure&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official memory docs describe two default durable layers:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;MEMORY.md&lt;/code&gt; for curated long-term memory&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;memory/YYYY-MM-DD.md&lt;/code&gt; for dated logs and running context&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Memory search tools are provided by the active memory plugin, but the&#xA;files remain primary. Search augments retrieval; it does not replace&#xA;the underlying Markdown record.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Node</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-node/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-node/</guid>
      <description>&lt;p&gt;An OpenClaw node is a paired device surface that exposes host-local&#xA;capabilities to an OpenClaw Gateway. Nodes let the assistant act&#xA;through device-specific interfaces such as voice, camera, screen&#xA;capture, notifications, and host-local command execution.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pairing-model&#34;&gt;&lt;a href=&#34;#pairing-model&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Pairing model&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw documents node pairing as an operator-approved connection to a&#xA;Gateway. Once paired, node actions are treated as trusted operator&#xA;actions on that device rather than as requests from an untrusted&#xA;external sender.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Plugin Slot</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-plugin-slot/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-plugin-slot/</guid>
      <description>&lt;p&gt;An OpenClaw plugin slot is an exclusive plugin category where only one&#xA;plugin can own a given runtime role at a time. Slots let OpenClaw keep&#xA;its core lean while making selected extension points explicit and&#xA;mutually exclusive.&lt;/p&gt;&#xA;&lt;h2 id=&#34;examples&#34;&gt;&lt;a href=&#34;#examples&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Examples&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw documents &lt;code&gt;memory&lt;/code&gt; and &lt;code&gt;contextEngine&lt;/code&gt; as plugin slots. If&#xA;multiple plugins declare the same exclusive kind, only the selected&#xA;plugin loads for that slot and the others remain disabled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Research and Math Assistant Patterns, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-research-and-math-assistant-patterns-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-research-and-math-assistant-patterns-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text surveys how current expert material suggests using OpenClaw&#xA;as a research assistant and then extends that evidence into a cautious&#xA;math-assistant pattern. The research-assistant material is directly&#xA;grounded in sources. The math-assistant section is an inference from&#xA;those sources because the surveyed expert writing contains little&#xA;OpenClaw-specific mathematics guidance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-research-assistant-pattern&#34;&gt;&lt;a href=&#34;#the-research-assistant-pattern&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;The research-assistant pattern&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The clearest expert playbook comes from Carl Vellotti&amp;rsquo;s research&#xA;workflow guide. Its structure is simple:&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Skill</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-skill/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-skill/</guid>
      <description>&lt;p&gt;An OpenClaw skill is a directory-based instruction and tool bundle that&#xA;teaches an OpenClaw agent how to perform a specialized task. The&#xA;official docs define a skill as a directory containing a &lt;code&gt;SKILL.md&lt;/code&gt;&#xA;file and, optionally, scripts or other resources.&lt;/p&gt;&#xA;&lt;h2 id=&#34;loading-model&#34;&gt;&lt;a href=&#34;#loading-model&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Loading model&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official skills documentation describes three main loading&#xA;locations:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;bundled skills shipped with OpenClaw&lt;/li&gt;&#xA;&lt;li&gt;managed or local skills under &lt;code&gt;~/.openclaw/skills&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;workspace skills under &lt;code&gt;&amp;lt;workspace&amp;gt;/skills&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;When names conflict, workspace skills take precedence over shared and&#xA;bundled skills.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw SOUL.md</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-soul-md/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-soul-md/</guid>
      <description>&lt;p&gt;OpenClaw SOUL.md is a workspace file that defines the assistant&amp;rsquo;s&#xA;identity, style, values, and behavioral boundaries. In practice it is&#xA;the main place where an operator specifies how the assistant should&#xA;speak, what it should prioritize, and where it should stop.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official bootstrapping flow writes &lt;code&gt;SOUL.md&lt;/code&gt; during first-run setup&#xA;after collecting identity and preference information. Independent setup&#xA;guides treat it as the highest-leverage file to write early because it&#xA;shapes every later interaction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Summary, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-summary-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-summary-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text surveys OpenClaw as of March 9, 2026. OpenClaw is a&#xA;self-hosted personal AI assistant platform organized around a&#xA;persistent &lt;a href=&#34;../terms/openclaw-gateway.md&#34; class=&#34;link-internal&#34;&gt;OpenClaw Gateway&lt;/a&gt; that&#xA;exposes one assistant across the channels and devices a user already&#xA;uses.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-openclaw-is&#34;&gt;&lt;a href=&#34;#what-openclaw-is&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;What OpenClaw is&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://github.com/openclaw/openclaw&#34; class=&#34;link-external&#34;&gt;OpenClaw&lt;/a&gt; repository&#xA;describes the project as a personal AI assistant that runs on the&#xA;user&amp;rsquo;s own devices. The README&amp;rsquo;s central claim is that the Gateway is&#xA;only the control plane. The product is the assistant itself: an&#xA;always-available agent that can answer through messaging platforms,&#xA;web chat, and companion apps.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenProse</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openprose/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openprose/</guid>
      <description>&lt;p&gt;OpenProse is a markdown-first workflow format and OpenClaw plugin for&#xA;explicit, reusable agent programs. In OpenClaw it ships as a plugin&#xA;that installs a skill pack plus a &lt;code&gt;/prose&lt;/code&gt; slash command.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Programs live in &lt;code&gt;.prose&lt;/code&gt; files and can spawn multiple sub-agents with&#xA;explicit control flow. The official docs describe research and&#xA;synthesis, incident triage, code review, and content pipelines as core&#xA;use cases.&lt;/p&gt;&#xA;&lt;h2 id=&#34;scope&#34;&gt;&lt;a href=&#34;#scope&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Scope&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenProse sits above individual tools and below general agent behavior.&#xA;It is the program layer for repeatable multi-step workflows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QMD</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/qmd/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/qmd/</guid>
      <description>&lt;p&gt;QMD is a local-first search sidecar that OpenClaw can use as an&#xA;experimental memory backend. In this mode, Markdown remains the source&#xA;of truth while OpenClaw shells out to QMD for retrieval.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official memory docs describe QMD as combining BM25, vectors, and&#xA;reranking over local Markdown-backed memory. OpenClaw can opt into it&#xA;with &lt;code&gt;memory.backend = &amp;quot;qmd&amp;quot;&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;scope&#34;&gt;&lt;a href=&#34;#scope&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Scope&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;QMD is not OpenClaw&amp;rsquo;s canonical memory store. It is a retrieval layer&#xA;that sits on top of files such as &lt;code&gt;MEMORY.md&lt;/code&gt; and &lt;code&gt;memory/YYYY-MM-DD.md&lt;/code&gt;&#xA;to improve search and recall.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using OpenClaw on Windows, March 2026</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/using-openclaw-on-windows-march-2026/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/using-openclaw-on-windows-march-2026/</guid>
      <description>&lt;h2 id=&#34;purpose&#34;&gt;&lt;a href=&#34;#purpose&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Purpose&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This text collects practical advice for using OpenClaw on Windows as of&#xA;March 9, 2026. The source base combines official OpenClaw&#xA;documentation with two independent guides that contain operational&#xA;advice rather than only product description.&lt;/p&gt;&#xA;&lt;h2 id=&#34;baseline-treat-windows-as-a-wsl2-host&#34;&gt;&lt;a href=&#34;#baseline-treat-windows-as-a-wsl2-host&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Baseline: treat Windows as a WSL2 host&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official OpenClaw guidance is consistent: on Windows, run OpenClaw&#xA;through WSL2, with Ubuntu recommended. The Windows page states that&#xA;native Windows installs are untested and more problematic, while the&#xA;CLI and Gateway are expected to run inside Linux.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
