<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Extensibility on emsenn.net</title>
    <link>https://emsenn.net/tags/extensibility/</link>
    <description>Recent content in Extensibility on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 09 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/extensibility/index.xml" rel="self" type="application/rss+xml" />
    <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>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 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 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 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>
  </channel>
</rss>
