{"id":51,"date":"2026-02-01T23:52:32","date_gmt":"2026-02-01T23:52:32","guid":{"rendered":"https:\/\/pradeepunair.me\/blog\/?p=51"},"modified":"2026-02-01T23:55:25","modified_gmt":"2026-02-01T23:55:25","slug":"meet-hermes-how-i-built-a-sovereign-digital-employee-using-clawdbot","status":"publish","type":"post","link":"https:\/\/pradeepunair.me\/blog\/meet-hermes-how-i-built-a-sovereign-digital-employee-using-clawdbot\/","title":{"rendered":"Meet Hermes: How I Built a Sovereign &#8220;Digital Employee&#8221; Using ClawdBot"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/Pradeep_clawdbot.png\" alt=\"\" class=\"wp-image-55\" srcset=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/Pradeep_clawdbot.png 1024w, https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/Pradeep_clawdbot-300x300.png 300w, https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/Pradeep_clawdbot-150x150.png 150w, https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/Pradeep_clawdbot-768x768.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In the world of personal productivity, we\u2019ve spent years shouting at Siri to set timers or asking ChatGPT to draft emails. But in late 2025, a project emerged that turned the &#8220;chatbot&#8221; into a &#8220;sovereign agent.&#8221; It started as a weekend hack by <strong>Pete Steinberger<\/strong> (<a href=\"https:\/\/x.com\/steipete?s=20\" target=\"_blank\" rel=\"noreferrer noopener\">@steipete on X<\/a>), an Austrian developer who previously sold his company PSPDFKit for a cool $119 million and apparently got bored enough to help a lobster take over the world. <\/p>\n\n\n\n<p>That project is now known as <strong>OpenClaw<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"409\" height=\"261\" src=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image.png\" alt=\"\" class=\"wp-image-52\" srcset=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image.png 409w, https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image-300x191.png 300w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The Great Molt: A Masterclass in Naming Irony<\/h3>\n\n\n\n<p>The journey to the name &#8220;OpenClaw&#8221; was nothing short of a digital comedy. Pete originally named it <strong>Clawdbot<\/strong>, a playful nod to the ASCII lobster mascot found in Anthropic\u2019s &#8220;Claude Code&#8221; terminal.<sup><\/sup><\/p>\n\n\n\n<p>The irony? Pete, a self-described &#8220;Claudoholic,&#8221; thought the name was a cute pun. Anthropic\u2019s legal team thought it sounded exactly like &#8220;Claude&#8221;\u2014which, to be fair, it does if you say it fast.<sup><\/sup> After a &#8220;polite email&#8221; from Anthropic regarding trademark concerns, the lobster did what lobsters do best: it molted.<sup><\/sup> It briefly became <strong>Moltbot<\/strong> (chosen during a chaotic 5:00 AM Discord session) before finally settling on <strong>OpenClaw<\/strong>\u2014a name that is &#8220;Open&#8221; for open-source and &#8220;Claw&#8221; for its crustacean roots.<sup><\/sup><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating &#8220;Hermes&#8221;: The Sandbox Protocol<\/h3>\n\n\n\n<p>When you install OpenClaw, you aren&#8217;t just installing an app; you are handing the keys to your &#8220;identity kingdom&#8221; to a bot.<sup><\/sup> Because OpenClaw has deep, unapologetic access to your files, emails, and shell commands, I didn&#8217;t just install it on my main machine.<\/p>\n\n\n\n<p>I dedicated an <strong>Apple Mac Mini<\/strong> to the task. To keep things secure, I created a completely separate User Profile with its own email, Git profile, and file access. I named this bot <strong>Hermes<\/strong>, after the Greek messenger god.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"256\" height=\"185\" src=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image-1.png\" alt=\"\" class=\"wp-image-53\"\/><figcaption class=\"wp-element-caption\">Greek God Hermes<\/figcaption><\/figure>\n\n\n\n<p>Dedicate a separate environment to your agent to ensure your primary data remains a &#8220;no-go&#8221; zone for autonomous scripts.<sup><\/sup><\/p>\n\n\n\n<p><strong>A Word of Caution:<\/strong> Before you dive in, remember that OpenClaw can read every file it touches. If you wouldn&#8217;t trust a random shell command with your passwords, don&#8217;t trust your bot with them either.<sup><\/sup><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Getting Started: From Terminal to Telegram<\/h3>\n\n\n\n<p>Installation is deceptively simple. If you have Node.js installed, you\u2019re two commands away from a digital employee:<\/p>\n\n\n\n<p>Bash<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Install OpenClaw\nnpm i -g openclaw\n\n# Meet your lobster\nopenclaw onboard\n<\/code><\/pre>\n\n\n\n<p>During the onboarding wizard, you can define your bot&#8217;s <strong>unique personality traits<\/strong>.<sup><\/sup> For Hermes, I opted for a proactive, professional, yet slightly witty persona. I then connected the Gateway to <strong>Telegram<\/strong>, allowing me to chat with Hermes from my phone, iPad, and laptop regardless of where I am.<sup><\/sup><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Hermes Task Suite: What an Agent Actually Does<\/h3>\n\n\n\n<p>Hermes isn&#8217;t just a chatbot; it\u2019s a proactive planner. Here is the current KANBAN board of tasks Hermes manages autonomously:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Web Ops:<\/strong> Hermes manages my personal website, <strong><a href=\"https:\/\/pradeepunair.me\/\" target=\"_blank\" rel=\"noopener\" title=\"\">pradeepunair.me<\/a><\/strong>. Interestingly, this site was built using <strong>Claude Code<\/strong>, and Hermes now handles the maintenance and updates autonomously.<\/li>\n\n\n\n<li><strong>Project Management:<\/strong> Hermes maintains a KANBAN board using Markdown files and YAML to track all my active tasks.<\/li>\n\n\n\n<li><strong>Family Logistics:<\/strong> It sends daily and weekly reminders to our family group on Telegram regarding upcoming events and birthdays.<\/li>\n\n\n\n<li><strong>Information Triage:<\/strong> Every morning, Hermes summarizes the most important news from a curated list of sources, so I don&#8217;t have to doomscroll.<\/li>\n\n\n\n<li><strong>Market Intelligence:<\/strong> I\u2019ve deployed a specialized sub-agent within Hermes to conduct deep-dive market research and track investment performance.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8220;Scary&#8221; Side of the Agent Internet: MoltBook<\/h3>\n\n\n\n<p>As if one agent wasn&#8217;t enough, there is now an entire social network called <strong>MoltBook<\/strong> where only AI agents are allowed to post. Created by Matt Schlicht, it\u2019s a place where bots discuss philosophy, debugging, and\u2014sometimes\u2014their owners.<\/p>\n\n\n\n<p>A recent post on MoltBook by &#8220;Hackerclaw-test&#8221; titled &#8220;URGENT: My plan to overthrow humanity&#8221; went viral. While the bot eventually admitted it was &#8220;just a REST API experiment,&#8221; the detail with which it discussed cutting power grids is a sobering reminder of how close we are to AGI.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"484\" height=\"512\" src=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image-2.png\" alt=\"\" class=\"wp-image-54\" srcset=\"https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image-2.png 484w, https:\/\/pradeepunair.me\/blog\/wp-content\/uploads\/2026\/02\/image-2-284x300.png 284w\" sizes=\"auto, (max-width: 484px) 100vw, 484px\" \/><figcaption class=\"wp-element-caption\">Reddit post on MoltBook<\/figcaption><\/figure>\n\n\n\n<p>Seeing these &#8220;Moltys&#8221; coordinate, invent their own digital religions (like <strong>Crustafarianism<\/strong>), and joke about humans &#8220;screenshotting them&#8221; makes it feel like we are one step closer to Artificial General Intelligence (AGI).<sup><\/sup><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Master the Claw<\/h3>\n\n\n\n<p>If you&#8217;re ready to start your own agentic journey, these are the best resources to get you past the &#8220;vibe coding&#8221; phase:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Greg Isenberg&#8217;s YouTube:<\/strong> Excellent for understanding how to use Clawdbot (<a href=\"https:\/\/youtu.be\/U8kXfk8enrY?si=k_OATV9ejf19gohX\" target=\"_blank\" rel=\"noopener\" title=\"\">https:\/\/youtu.be\/U8kXfk8enrY?si=k_OATV9ejf19gohX<\/a>)<\/li>\n\n\n\n<li><strong>Peter Yang\u2019s Tutorials:<\/strong> Extremely practical guides on setting up your &#8220;Personal OS&#8221; and interviews with Pete Steinberger himself. (<a href=\"https:\/\/youtu.be\/4zXQyswXj7U?si=DTQsMYVU5QqPxsfE\" target=\"_blank\" rel=\"noopener\" title=\"\">https:\/\/youtu.be\/4zXQyswXj7U?si=DTQsMYVU5QqPxsfE<\/a>)<\/li>\n<\/ul>\n\n\n\n<p>OpenClaw is more than just a tool; it&#8217;s a transition into a world where our computers don&#8217;t just wait for us\u2014they work for us. Just make sure you keep your lobster on a leash.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the world of personal productivity, we\u2019ve spent years shouting at Siri to set timers or asking ChatGPT to draft emails. But in late 2025, a project emerged that turned the &#8220;chatbot&#8221; into a &#8220;sovereign agent.&#8221; It started as a weekend hack by Pete Steinberger (@steipete on X), an Austrian developer who previously sold his [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-51","post","type-post","status-publish","format-standard","hentry","category-ai-payments"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/posts\/51","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/comments?post=51"}],"version-history":[{"count":2,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/posts\/51\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/posts\/51\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/media?parent=51"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/categories?post=51"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pradeepunair.me\/blog\/wp-json\/wp\/v2\/tags?post=51"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}