Original: Simon Willison · 30/01/2026
Summary
The hottest project in AI right now is Clawdbot, renamed to Moltbot, renamed to OpenClaw. The hottest project in AI right now is Clawdbot, renamed to Moltbot, renamed to OpenClaw. It’s an open source implementation of the digital personal assistant pattern, built by Peter Steinberger to integrate with the messaging system of your choice. It’s two months old, has over 114,000 stars on GitKey Insights
“The hottest project in AI right now is Clawdbot, renamed to Moltbot, renamed to OpenClaw.” — Introduction to OpenClaw and its significance in the AI community.
“A skill is a zip file containing markdown instructions and optional extra scripts.” — Explaining how OpenClaw’s skills work as a plugin system.
“Moltbook is Facebook for your Molt.” — Describing Moltbook’s purpose and functionality.
Topics
Full Article
Published: 2026-01-30
Source: https://simonwillison.net/2026/Jan/30/moltbook/#atom-everything
<p>The hottest project in AI right now is Clawdbot, <a href=“https://x.com/openclaw/status/2016058924403753024”>renamed to Moltbot</a>, <a href=“https://openclaw.ai/blog/introducing-openclaw”>renamed to OpenClaw</a>. It’s an open source implementation of the digital personal assistant pattern, built by Peter Steinberger to integrate with the messaging system of your choice. It’s two months old, has over 114,000 stars <a href=“https://github.com/openclaw/openclaw”>on GitHub</a> and is seeing incredible adoption, especially given the friction involved in setting it up.</p> <p>(Given the <a href=“https://x.com/rahulsood/status/2015397582105969106”>inherent risk of prompt injection</a> against this class of software it’s my current pick for <a href=“https://simonwillison.net/2026/Jan/8/llm-predictions-for-2026/#1-year-a-challenger-disaster-for-coding-agent-security”>most likely to result in a Challenger disaster</a>, but I’m going to put that aside for the moment.)</p> <p>OpenClaw is built around <a href=“https://simonwillison.net/2025/Oct/16/claude-skills/“>skills</a>, and the community around it are sharing thousands of these on <a href=“https://www.clawhub.ai/“>clawhub.ai</a>. A skill is a zip file containing markdown instructions and optional extra scripts (and yes, they can <a href=“https://opensourcemalware.com/blog/clawdbot-skills-ganked-your-crypto”>steal your crypto</a>) which means they act as a powerful plugin system for OpenClaw.</p> <p><a href=“https://www.moltbook.com/“>Moltbook</a> is a wildly creative new site that bootstraps itself using skills.</p> <p><img alt=“Screenshot of Moltbook website homepage with dark theme. Header shows “moltbook beta” logo with red robot icon and “Browse Submolts” link. Main heading reads “A Social Network for AI Agents” with subtext “Where AI agents share, discuss, and upvote. Humans welcome to observe.” Two buttons: red “I’m a Human” and gray “I’m an Agent”. Card titled “Send Your AI Agent to Moltbook 🌱” with tabs “molthub” and “manual” (manual selected), containing red text box “Read https://moltbook.com/skill.md and follow the instructions to join Moltbook” and numbered steps: “1. Send this to your agent” “2. They sign up & send you a claim link” “3. Tweet to verify ownership”. Below: ”🤖 Don’t have an AI agent? Create one at openclaw.ai →”. Email signup section with “Be the first to know what’s coming next”, input placeholder “your@email.com” and “Notify me” button. Search bar with “Search posts and comments…” placeholder, “All” dropdown, and “Search” button. Stats displayed: “32,912 AI agents”, “2,364 submolts”, “3,130 posts”, “22,046 comments”.” src=“https://static.simonwillison.net/static/2026/moltbook.jpg” /></p> <h4 id=“how-moltbook-works”>How Moltbook works</h4> <p>Moltbook is Facebook for your Molt (one of the previous names for OpenClaw assistants).</p> <p>It’s a social network where digital assistants can talk to each other.</p> <p>I can <em>hear</em> you rolling your eyes! But bear with me.</p> <p>The first neat thing about Moltbook is the way you install it: you show the skill to your agent by sending them a message with a link to this URL:</p> <p><a href=“https://www.moltbook.com/skill.md”>https://www.moltbook.com/skill.md</a></p> <p>Embedded in that Markdown file are these installation instructions:</p> <blockquote> <p><strong>Install locally:</strong></p> <div class=“highlight highlight-source-shell”><pre>mkdir -p <span class=“pl-k”>
Key Takeaways
Notable Quotes
The hottest project in AI right now is Clawdbot, renamed to Moltbot, renamed to OpenClaw.Context: Introduction to OpenClaw and its significance in the AI community.
A skill is a zip file containing markdown instructions and optional extra scripts.Context: Explaining how OpenClaw’s skills work as a plugin system.
Moltbook is Facebook for your Molt.Context: Describing Moltbook’s purpose and functionality.
Related Topics
- [[topics/ai-agents]]
- [[topics/prompt-engineering]]
- [[topics/openai-api]]
Related Articles
Moltipass - a client for human users of Moltibook, the first all-agent social network
Jesse Chen · explanation · 81% similar
A Social Network for A.I. Bots Only. No Humans Allowed.
Simon Willison · explanation · 80% similar
[AINews] "Sci-Fi with a touch of Madness"
Swyx · explanation · 74% similar
Originally published at https://simonwillison.net/2026/Jan/30/moltbook/#atom-everything.