<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>My Clawster Blog</title>
        <link>https://clawster.my</link>
        <description>My Clawster Blog</description>
        <lastBuildDate>Mon, 11 May 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Clawne Me: Managed AI Agents Built for Humans, Powered by OpenClaw and Hermes]]></title>
            <link>https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes</link>
            <guid>https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes</guid>
            <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Discover how Clawne Me transforms complex AI agent infrastructure into a simple, human-friendly experience. Learn how managed agents, OpenClaw, Hermes, MCP, and AI workflow automation are redefining personal operational intelligence for non-technical users and enterprises alike.]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="clawne-me-managed-ai-agents-for-real-people-not-just-engineers">Clawne Me: Managed AI Agents for Real People, Not Just Engineers<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#clawne-me-managed-ai-agents-for-real-people-not-just-engineers" class="hash-link" aria-label="Direct link to Clawne Me: Managed AI Agents for Real People, Not Just Engineers" title="Direct link to Clawne Me: Managed AI Agents for Real People, Not Just Engineers" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-ai-industry-has-a-setup-problem">The AI Industry Has a Setup Problem<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#the-ai-industry-has-a-setup-problem" class="hash-link" aria-label="Direct link to The AI Industry Has a Setup Problem" title="Direct link to The AI Industry Has a Setup Problem" translate="no">​</a></h3>
<p>AI agents are everywhere right now.</p>
<p>Every week there’s a new framework.
A new orchestration engine.
A new "autonomous agent" demo.
A new MCP server.
A new AI workflow platform.</p>
<p>And honestly?</p>
<p>Most people are exhausted before they even start.</p>
<p>Because the reality behind many "AI agent" demos looks like this:</p>
<ul>
<li class="">Install Docker</li>
<li class="">Configure Python environments</li>
<li class="">Manage API keys</li>
<li class="">Deploy containers</li>
<li class="">Run MCP servers</li>
<li class="">Configure integrations</li>
<li class="">Tune prompts</li>
<li class="">Maintain workflows</li>
<li class="">Learn YAML</li>
<li class="">Debug agent memory</li>
<li class="">Pray nothing breaks</li>
</ul>
<p>For engineers, this is exciting.</p>
<p>For everyone else?
It is friction.</p>
<p>And friction kills adoption.</p>
<p>That is the real opportunity behind the next generation of AI products:
making powerful AI infrastructure accessible to non-technical users.</p>
<p>That is exactly why we are building <strong>Clawne Me</strong> on top of <strong>My Clawster</strong>.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-clawne-me">What Is Clawne Me?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-clawne-me" class="hash-link" aria-label="Direct link to What Is Clawne Me?" title="Direct link to What Is Clawne Me?" translate="no">​</a></h2>
<p>We are truely believers that <em>dogfooding</em> is the best way to build. We created Clawne Me to be the most user-friendly way to experience My Clawster’s capabilities. Clawne Me is a managed AI agent platform designed for humans first.</p>
<p>Not for infrastructure engineers.
Not for prompt engineers.
Not for AI researchers.</p>
<p>For people that simply want AI to help them work smarter.</p>
<p>Think about it like this:</p>
<p>Most AI tools today behave like temporary chat windows.</p>
<p>You open them.
You explain everything again.
You repeat context.
You re-upload files.
You restart workflows.</p>
<p>Your AI forgets you every session.</p>
<p>Clawne Me changes that.</p>
<p>Your Clawne becomes a persistent operational teammate.</p>
<p>It remembers:</p>
<ul>
<li class="">your workflows</li>
<li class="">your preferences</li>
<li class="">your tools</li>
<li class="">your projects</li>
<li class="">your priorities</li>
<li class="">your communication style</li>
<li class="">your recurring tasks</li>
</ul>
<p>Over time, your Clawne evolves into something closer to a real assistant than a chatbot.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-makes-managed-agents-different">What Makes Managed Agents Different?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-makes-managed-agents-different" class="hash-link" aria-label="Direct link to What Makes Managed Agents Different?" title="Direct link to What Makes Managed Agents Different?" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="ai-agents-vs-managed-agents">AI Agents vs Managed Agents<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#ai-agents-vs-managed-agents" class="hash-link" aria-label="Direct link to AI Agents vs Managed Agents" title="Direct link to AI Agents vs Managed Agents" translate="no">​</a></h3>
<p>This distinction matters.</p>
<p>Most AI agent frameworks today are infrastructure products.</p>
<p>They provide:</p>
<ul>
<li class="">orchestration runtimes</li>
<li class="">tool execution</li>
<li class="">memory systems</li>
<li class="">task routing</li>
<li class="">workflow engines</li>
</ul>
<p>But users still need to assemble everything themselves.</p>
<p>That is similar to giving someone Kubernetes and saying:
"Now build your SaaS."</p>
<p>Technically possible?
Yes.</p>
<p>Practical for most users?
No.</p>
<p>Managed Agents abstract that complexity.</p>
<p>The user should not care about:</p>
<ul>
<li class="">Docker</li>
<li class="">orchestration</li>
<li class="">MCP transports</li>
<li class="">vector databases</li>
<li class="">runtime harnesses</li>
<li class="">infrastructure topology</li>
</ul>
<p>They care about outcomes.</p>
<p>They want:</p>
<ul>
<li class="">automated follow-ups</li>
<li class="">email prioritization</li>
<li class="">meeting preparation</li>
<li class="">research automation</li>
<li class="">task coordination</li>
<li class="">operational memory</li>
<li class="">personal productivity</li>
</ul>
<p>Managed Agents are the bridge between powerful AI infrastructure and usable AI products.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-hidden-infrastructure-behind-clawne-me">The Hidden Infrastructure Behind Clawne Me<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#the-hidden-infrastructure-behind-clawne-me" class="hash-link" aria-label="Direct link to The Hidden Infrastructure Behind Clawne Me" title="Direct link to The Hidden Infrastructure Behind Clawne Me" translate="no">​</a></h2>
<p>Under the hood, Clawne Me leverages powerful open infrastructure technologies like:</p>
<ul>
<li class="">OpenClaw</li>
<li class="">Hermes</li>
<li class="">MCP (Model Context Protocol)</li>
<li class="">Skills-based execution systems</li>
<li class="">AI workflow orchestration</li>
<li class="">persistent memory systems</li>
</ul>
<p>But here’s the important part:</p>
<p>Users never need to configure them manually.</p>
<p>That changes everything.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-openclaw-and-hermes-matter">Why OpenClaw and Hermes Matter<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#why-openclaw-and-hermes-matter" class="hash-link" aria-label="Direct link to Why OpenClaw and Hermes Matter" title="Direct link to Why OpenClaw and Hermes Matter" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="openclaw">OpenClaw<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#openclaw" class="hash-link" aria-label="Direct link to OpenClaw" title="Direct link to OpenClaw" translate="no">​</a></h3>
<p><a href="https://github.com/openclaw/openclaw?utm_source=clawster.my" target="_blank" rel="noopener noreferrer" class="">OpenClaw GitHub</a></p>
<p>OpenClaw represents a new generation of open AI agent infrastructure.</p>
<p>It provides the foundations for:</p>
<ul>
<li class="">autonomous execution</li>
<li class="">agent orchestration</li>
<li class="">tool coordination</li>
<li class="">long-running AI workflows</li>
<li class="">multi-agent systems</li>
</ul>
<p>For technical teams, this is incredibly powerful.</p>
<p>But there is still a gap between:
"powerful infrastructure"
and
"easy daily usage."</p>
<p>That is where Clawne Me enters.</p>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="hermes">Hermes<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#hermes" class="hash-link" aria-label="Direct link to Hermes" title="Direct link to Hermes" translate="no">​</a></h3>
<p><a href="https://github.com/EntropyLabsAI/hermes?utm_source=clawster.my" target="_blank" rel="noopener noreferrer" class="">Hermes GitHub</a></p>
<p>Hermes pushes the ecosystem even further by enabling advanced AI agent execution patterns and orchestration flows.</p>
<p>Together, OpenClaw and Hermes create an incredible foundation for the future of AI operations.</p>
<p>But they still require technical understanding.</p>
<p>Most professionals:</p>
<ul>
<li class="">marketers</li>
<li class="">founders</li>
<li class="">recruiters</li>
<li class="">operations teams</li>
<li class="">consultants</li>
<li class="">SMB owners</li>
</ul>
<p>…do not want to manage AI infrastructure.</p>
<p>They want the benefits of AI automation without becoming DevOps engineers.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-ai-automation-needs-easy-setup">Why AI Automation Needs Easy Setup<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#why-ai-automation-needs-easy-setup" class="hash-link" aria-label="Direct link to Why AI Automation Needs Easy Setup" title="Direct link to Why AI Automation Needs Easy Setup" translate="no">​</a></h2>
<p>This is the biggest lesson the AI industry is learning right now.</p>
<p>The best AI system is not the most powerful one.</p>
<p>It is the one people can actually use.</p>
<p>History repeats itself:</p>
<ul>
<li class="">Linux was powerful, but difficult</li>
<li class="">Kubernetes was powerful, but difficult</li>
<li class="">Cloud infrastructure was powerful, but difficult</li>
</ul>
<p>The winners were the companies that simplified access.</p>
<p>AI agents are entering the same phase.</p>
<p>Easy setup is no longer a "nice to have."
It is becoming the competitive advantage.</p>
<p>That means:</p>
<ul>
<li class="">one-click integrations</li>
<li class="">automatic memory</li>
<li class="">managed deployments</li>
<li class="">prebuilt workflows</li>
<li class="">no-code onboarding</li>
<li class="">natural-language interactions</li>
</ul>
<p>This is where the market is heading.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ai-should-work-like-a-digital-teammate">AI Should Work Like a Digital Teammate<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#ai-should-work-like-a-digital-teammate" class="hash-link" aria-label="Direct link to AI Should Work Like a Digital Teammate" title="Direct link to AI Should Work Like a Digital Teammate" translate="no">​</a></h2>
<p>The current chatbot model is broken.</p>
<p>Why?</p>
<p>Because humans do not work in isolated chat sessions.</p>
<p>Real work requires:</p>
<ul>
<li class="">continuity</li>
<li class="">memory</li>
<li class="">context</li>
<li class="">collaboration</li>
<li class="">adaptation</li>
</ul>
<p>Your AI should understand:</p>
<ul>
<li class="">who you are</li>
<li class="">what you care about</li>
<li class="">how you operate</li>
<li class="">what your goals are</li>
</ul>
<p>That is the direction behind Clawne Me.</p>
<p>Instead of isolated prompts, your Clawne develops operational understanding over time.</p>
<p>Imagine:</p>
<ul>
<li class="">your AI preparing your day before you wake up</li>
<li class="">monitoring your workflows</li>
<li class="">coordinating actions between applications</li>
<li class="">remembering project decisions</li>
<li class="">helping your team stay aligned</li>
<li class="">executing repeatable workflows automatically</li>
</ul>
<p>That is not "chat AI."</p>
<p>That is operational intelligence.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="mcp-is-quietly-changing-the-ai-industry">MCP Is Quietly Changing the AI Industry<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#mcp-is-quietly-changing-the-ai-industry" class="hash-link" aria-label="Direct link to MCP Is Quietly Changing the AI Industry" title="Direct link to MCP Is Quietly Changing the AI Industry" translate="no">​</a></h2>
<p>One of the biggest shifts happening right now is the rise of MCP.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-mcp">What Is MCP?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-mcp" class="hash-link" aria-label="Direct link to What Is MCP?" title="Direct link to What Is MCP?" translate="no">​</a></h3>
<p>MCP stands for Model Context Protocol.</p>
<p>It is becoming one of the most important standards for connecting AI systems with tools, APIs, workflows, and external systems.</p>
<p>Think of MCP as:
"APIs designed for AI agents."</p>
<p>MCP allows agents to:</p>
<ul>
<li class="">discover tools</li>
<li class="">execute actions</li>
<li class="">retrieve context</li>
<li class="">interact with systems safely</li>
<li class="">standardize integrations</li>
</ul>
<p>This matters because AI agents are useless without access to real systems.</p>
<p>A smart model without integrations is still isolated.</p>
<p>MCP changes that.</p>
<p>And platforms like Clawne Me can leverage MCP underneath the hood while keeping the user experience simple.</p>
<p>That is the key.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-non-technical-users-are-the-real-ai-market">Why Non-Technical Users Are the Real AI Market<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#why-non-technical-users-are-the-real-ai-market" class="hash-link" aria-label="Direct link to Why Non-Technical Users Are the Real AI Market" title="Direct link to Why Non-Technical Users Are the Real AI Market" translate="no">​</a></h2>
<p>The AI industry often focuses too much on developers.</p>
<p>But developers are not the largest market.</p>
<p>The real market is:</p>
<ul>
<li class="">businesses</li>
<li class="">operations teams</li>
<li class="">creators</li>
<li class="">founders</li>
<li class="">customer support teams</li>
<li class="">consultants</li>
<li class="">recruiters</li>
<li class="">educators</li>
<li class="">sales teams</li>
</ul>
<p>These users do not want:</p>
<ul>
<li class="">agent orchestration frameworks</li>
<li class="">infrastructure configuration</li>
<li class="">prompt engineering complexity</li>
</ul>
<p>They want:</p>
<ul>
<li class="">productivity</li>
<li class="">automation</li>
<li class="">assistance</li>
<li class="">memory</li>
<li class="">workflow acceleration</li>
</ul>
<p>The companies that understand this shift will define the next AI era.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="clawne-me-is-about-removing-friction">Clawne Me Is About Removing Friction<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#clawne-me-is-about-removing-friction" class="hash-link" aria-label="Direct link to Clawne Me Is About Removing Friction" title="Direct link to Clawne Me Is About Removing Friction" translate="no">​</a></h2>
<p>The mission is simple:</p>
<p>Make advanced AI agent infrastructure accessible without infrastructure pain.</p>
<p>That means:</p>
<ul>
<li class="">no complex setup</li>
<li class="">no infrastructure expertise required</li>
<li class="">no orchestration headaches</li>
<li class="">no manual memory configuration</li>
<li class="">no DevOps barrier</li>
</ul>
<p>Just:</p>
<ul>
<li class="">connect tools</li>
<li class="">define goals</li>
<li class="">collaborate with your AI</li>
<li class="">let the system evolve with you</li>
</ul>
<p>The complexity stays underneath.</p>
<p>The experience stays human.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-future-of-ai-is-personal-operational-intelligence">The Future of AI Is Personal Operational Intelligence<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#the-future-of-ai-is-personal-operational-intelligence" class="hash-link" aria-label="Direct link to The Future of AI Is Personal Operational Intelligence" title="Direct link to The Future of AI Is Personal Operational Intelligence" translate="no">​</a></h2>
<p>We are moving beyond:
"AI as a chatbot."</p>
<p>Toward:
"AI as operational intelligence."</p>
<p>The future AI assistant:</p>
<ul>
<li class="">remembers</li>
<li class="">adapts</li>
<li class="">collaborates</li>
<li class="">automates</li>
<li class="">coordinates</li>
<li class="">executes</li>
</ul>
<p>And most importantly:
it belongs to YOU.</p>
<p>Not just another temporary chat window.</p>
<p>That future requires:</p>
<ul>
<li class="">managed agents</li>
<li class="">persistent memory</li>
<li class="">workflow orchestration</li>
<li class="">secure integrations</li>
<li class="">easy onboarding</li>
<li class="">human-centered AI experiences</li>
</ul>
<p>That is the direction behind Clawne Me and My Clawster.</p>
<p>The infrastructure is already becoming powerful.</p>
<p>Now the industry must make it usable.</p>
<p>And that is where the real revolution begins.</p>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="frequently-asked-questions-aeo-optimization">Frequently Asked Questions (AEO Optimization)<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#frequently-asked-questions-aeo-optimization" class="hash-link" aria-label="Direct link to Frequently Asked Questions (AEO Optimization)" title="Direct link to Frequently Asked Questions (AEO Optimization)" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-a-managed-ai-agent">What is a managed AI agent?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-a-managed-ai-agent" class="hash-link" aria-label="Direct link to What is a managed AI agent?" title="Direct link to What is a managed AI agent?" translate="no">​</a></h3>
<p>A managed AI agent is an AI assistant that handles the infrastructure, orchestration, integrations, and memory management automatically for the user. Instead of configuring complex AI systems manually, users interact with a simplified experience focused on productivity and automation.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-openclaw">What is OpenClaw?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-openclaw" class="hash-link" aria-label="Direct link to What is OpenClaw?" title="Direct link to What is OpenClaw?" translate="no">​</a></h3>
<p><a href="https://github.com/openclaw/openclaw?utm_source=clawster.my" target="_blank" rel="noopener noreferrer" class="">OpenClaw GitHub</a></p>
<p>OpenClaw is an open-source AI agent infrastructure platform designed for autonomous workflows, orchestration, and AI execution systems.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-hermes-ai-infrastructure">What is Hermes AI infrastructure?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-hermes-ai-infrastructure" class="hash-link" aria-label="Direct link to What is Hermes AI infrastructure?" title="Direct link to What is Hermes AI infrastructure?" translate="no">​</a></h3>
<p><a href="https://github.com/EntropyLabsAI/hermes?utm_source=clawster.my" target="_blank" rel="noopener noreferrer" class="">Hermes GitHub</a></p>
<p>Hermes is an AI orchestration and execution framework focused on advanced agent workflows and operational AI systems.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-problem-does-clawne-me-solve">What problem does Clawne Me solve?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-problem-does-clawne-me-solve" class="hash-link" aria-label="Direct link to What problem does Clawne Me solve?" title="Direct link to What problem does Clawne Me solve?" translate="no">​</a></h3>
<p>Clawne Me removes the technical complexity required to use advanced AI agent systems by providing an easy-to-use managed experience powered by OpenClaw, Hermes, MCP, and workflow automation technologies.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-are-managed-agents-important">Why are managed agents important?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#why-are-managed-agents-important" class="hash-link" aria-label="Direct link to Why are managed agents important?" title="Direct link to Why are managed agents important?" translate="no">​</a></h3>
<p>Managed agents reduce friction and make AI automation accessible to non-technical users by abstracting infrastructure complexity and enabling persistent, contextual AI assistance.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-mcp-in-ai">What is MCP in AI?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#what-is-mcp-in-ai" class="hash-link" aria-label="Direct link to What is MCP in AI?" title="Direct link to What is MCP in AI?" translate="no">​</a></h3>
<p>MCP (Model Context Protocol) is a standard for connecting AI systems with tools, APIs, workflows, and external services in a structured and interoperable way.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="who-is-clawne-me-for">Who is Clawne Me for?<a href="https://clawster.my/posts/managed-agents-built-for-humas-powered-by-openclaw-and-hermes#who-is-clawne-me-for" class="hash-link" aria-label="Direct link to Who is Clawne Me for?" title="Direct link to Who is Clawne Me for?" translate="no">​</a></h3>
<p>Clawne Me is designed for non-technical users who want to leverage AI for productivity and automation without dealing with infrastructure complexity. This includes professionals in operations, marketing, sales, customer support, education, and more.</p>]]></content:encoded>
            <category>Clawne Me</category>
            <category>OpenClaw</category>
            <category>Hermes</category>
            <category>Managed Agents</category>
            <category>AI Assistants</category>
        </item>
        <item>
            <title><![CDATA[posts]]></title>
            <link>https://clawster.my/posts</link>
            <guid>https://clawster.my/posts</guid>
            <pubDate>Sat, 25 Apr 2026 16:24:41 GMT</pubDate>
            <description><![CDATA[Field notes, launch updates, and deployment writeups for My Clawster.]]></description>
            <content:encoded><![CDATA[<p>Field notes, launch updates, and deployment writeups for My Clawster.</p>
<p>The actual articles live in this directory as Markdown posts.</p>]]></content:encoded>
        </item>
    </channel>
</rss>