3D-Printed Clawd Mascot with ESP32-Powered Mochi Bot

A Reddit user shared a 3D-printed Clawd model inspired by the Claude Code mascot (the clawed lobster-like character). The design files are available on MakerWorld, and the accompanying Clawd Mochi bot runs on an ESP32 microcontroller with a small display. The Mochi bot's source code is on GitHub for anyone to hack on.
Key Details
- 3D model: All STL and project files are hosted on MakerWorld: makerworld.com/models/2576503
- Mochi bot: Uses an ESP32 board and a small display (exact specs not specified in source). The code repository is at github.com/yousifamanuel/clawd-mochi
- Purpose: Physical mascot for Claude Code set-ups; the Mochi bot likely shows animated expressions or status (e.g., Claude idle/working).
Who It's For
Developers who want a tangible companion for their Claude Code workflow — either as a desk ornament or as a DIY electronic project with a display.
📖 Read the full source: r/clawdbot
👀 See Also

OpenClaw-Mem0 Plugin Adds Persistent Memory Outside Context Window
The openclaw-mem0 plugin moves memory storage completely outside OpenClaw's context window, preventing loss from compaction or session restarts. It provides automatic recall and capture with both cloud and local setup options.

TinySearch v0.2.0: Lightweight Web Search for Local LLMs Now Backed by SearXNG
TinySearch v0.2.0 switches from DuckDuckGo to SearXNG as search backend. It searches the web, crawls pages, and provides compact context (8k tokens) for local LLMs like Qwen3.5-9B.

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Knowledge Raven: A Searchable Knowledge Base Plugin for Claude
Knowledge Raven is a tool that lets Claude search your documents from sources like Confluence, Notion, Google Drive, Dropbox, and GitHub via a Claude Desktop plugin or MCP server, providing semantic search, keyword search, and full document retrieval.