<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Skills on emsenn.net</title>
    <link>https://emsenn.net/tags/skills/</link>
    <description>Recent content in Skills on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 31 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/skills/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Write an Effective Skill</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/how-to-write-a-skill/</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/how-to-write-a-skill/</guid>
      <description>&lt;p&gt;A skill is a markdown file that loads into an agent&amp;rsquo;s context when the agent decides it is relevant. The file has YAML frontmatter for metadata and a markdown body for instructions. The agent reads the frontmatter to decide whether to load the skill. If it loads, the agent follows the body&amp;rsquo;s instructions. If it does not load, the skill costs nothing — it is inert.&lt;/p&gt;&#xA;&lt;p&gt;This guide covers how to write skills that activate at the right time and provide useful guidance when they do.&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>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>
