<?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 Derek's Guides</title><link>https://guides.derekleeds.cloud/tags/skills/</link><description>Recent content in Skills on Derek's Guides</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 18 Mar 2026 18:28:22 -0500</lastBuildDate><atom:link href="https://guides.derekleeds.cloud/tags/skills/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Modular Content Moderation with Guardrails</title><link>https://guides.derekleeds.cloud/docs/openclaw/guardrails-skill/</link><pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate><guid>https://guides.derekleeds.cloud/docs/openclaw/guardrails-skill/</guid><description>&lt;p&gt;When building AI agents, content moderation is often an afterthought — if it&amp;rsquo;s considered at all. This guide walks through building a &lt;strong&gt;modular guardrails skill&lt;/strong&gt; for OpenClaw that can be optionally imported into any skill that needs content filtering.&lt;/p&gt;
&lt;h2 id="why-modular-over-middleware"&gt;Why Modular Over Middleware?&lt;/h2&gt;
&lt;p&gt;Traditional approaches often bake moderation into the core agent loop. This has drawbacks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;All-or-nothing&lt;/strong&gt; — You either moderate everything or nothing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hard to test&lt;/strong&gt; — Global changes affect everything&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inflexible&lt;/strong&gt; — Different skills may need different rules&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A modular approach lets you:&lt;/p&gt;</description></item></channel></rss>