Formerly known as Clawdbot
A curated list of awesome resources, tools, extensions, and community projects for MoltBot (previously Clawdbot) - the AI-powered messaging gateway that bridges your favorite chat platforms to coding agents.
Website | Documentation | GitHub
Looking for Clawdbot? You're in the right place! MoltBot is the new name for Clawdbot.
- Official Resources
- Getting Started
- Channels
- Skills
- Extensions
- AI Models & Providers
- MCP Servers
- Configuration
- Deployment
- Integrations
- Tools & Utilities
- Tutorials & Guides
- Articles & Media
- Community
- Showcase: How People Use MoltBot
- Related Projects
- MoltBot Website - Official website with downloads and information.
- Documentation - Comprehensive official documentation.
- GitHub Repository - Source code and issue tracker.
- Changelog - Release notes and version history.
MoltBot was previously known as Clawdbot. The rebrand to MoltBot happened in early 2025 to better reflect the project's evolution as a multi-platform messaging gateway. Key points:
- All Clawdbot configurations remain compatible with MoltBot
- The config directory
~/.clawdbot/is still used for backward compatibility - NPM package
clawdbotredirects tomoltbot - Legacy documentation and resources for Clawdbot still apply to MoltBot
- Quick Start Guide - Get up and running in minutes.
- Installation Guide - Detailed installation instructions for all platforms.
- First Bot Setup - Step-by-step guide to your first AI chat connection.
- Architecture Overview - Understanding how MoltBot works.
# macOS/Linux
curl -fsSL https://molt.bot/install.sh | bash
# Windows (PowerShell)
iwr -useb https://molt.bot/install.ps1 | iex
# npm/pnpm
npm install -g moltbot@latestMoltBot supports multiple messaging platforms. Each channel has unique features and setup requirements.
- WhatsApp Setup Guide - Complete WhatsApp integration guide.
- Multi-Device Support - Using WhatsApp Web multi-device.
- Group Management - Managing WhatsApp group interactions.
- Media Handling - Images, voice messages, and documents.
- Telegram Bot Setup - Creating and configuring Telegram bots.
- Bot Commands - Custom command implementation.
- Inline Mode - Inline query support.
- Channel Integration - Posting to Telegram channels.
- Discord Bot Setup - Discord application and bot configuration.
- Slash Commands - Implementing Discord slash commands.
- Server Management - Multi-server deployment.
- Thread Support - Forum and thread interactions.
- Slack App Setup - Creating Slack apps for MoltBot.
- Workspace Integration - Enterprise workspace support.
- Slack Connect - Cross-organization messaging.
- Signal Setup Guide - Privacy-focused Signal integration.
- Signal Groups - Group messaging with Signal.
- iMessage Integration - macOS-native iMessage support.
- Apple Silicon Setup - M1/M2/M3 specific configuration.
- Mattermost - Self-hosted team communication.
- Google Chat - Google Workspace integration.
- Matrix - Decentralized communication protocol.
- IRC - Classic IRC network support.
Skills extend MoltBot's capabilities with specialized functions.
| Skill | Description |
|---|---|
code-review |
Automated code review and suggestions |
git-ops |
Git operations and repository management |
file-manager |
File system operations and management |
web-search |
Web search and information retrieval |
image-gen |
AI image generation capabilities |
voice |
Text-to-speech and voice interactions |
calendar |
Calendar and scheduling integration |
notes |
Note-taking and knowledge management |
- awesome-moltbot-skills - Community-maintained skills collection.
- Creating Custom Skills - Guide to building your own skills.
- Skill Development Kit - Tools for skill developers.
Extensions add new features and channel support to MoltBot.
- Extension Directory - Browse available extensions.
- Building Extensions - Create your own extensions.
- Extension API Reference - Technical API documentation.
| Extension | Description | Author |
|---|---|---|
moltbot-analytics |
Usage analytics and insights | Community |
moltbot-scheduler |
Advanced message scheduling | Community |
moltbot-translate |
Real-time translation support | Community |
moltbot-moderation |
Content moderation tools | Community |
MoltBot supports multiple AI providers and models.
| Provider | Models | Notes |
|---|---|---|
| Anthropic | Claude 3.5, Claude 3, Claude 2 | Recommended, full feature support |
| OpenAI | GPT-4, GPT-4 Turbo, GPT-3.5 | Via OpenAI-compatible API |
| Gemini Pro, Gemini Ultra | Experimental support | |
| Local | Llama, Mistral, Mixtral | Via Ollama or LM Studio |
| AWS Bedrock | Claude, Titan | Enterprise deployment |
| Azure OpenAI | GPT-4, GPT-3.5 | Enterprise compliance |
- Model Selection Guide - Choosing the right model for your use case.
- Custom Providers - Adding OpenAI-compatible providers.
- Model Fallbacks - Configuring automatic model fallbacks.
Model Context Protocol (MCP) servers extend agent capabilities.
- Filesystem Server - File system access.
- GitHub Server - GitHub API integration.
- PostgreSQL Server - Database operations.
- Brave Search Server - Web search capabilities.
- MCP Server Directory - Curated list of MCP servers.
- Building MCP Servers - Create custom MCP servers.
Ready-to-use configuration templates for common scenarios.
- Minimal Config - Basic setup for personal use.
- Developer Config - Full-featured development setup.
- Team Config - Multi-user team configuration.
- Enterprise Config - Enterprise-grade security settings.
- Privacy-Focused Config - Maximum privacy configuration.
- Environment Variables - All supported environment variables.
- Secrets Management - Secure credential handling.
- Multi-Environment Setup - Dev/staging/production configurations.
- Self-Hosting Guide - Complete self-hosting instructions.
- Hardware Requirements - Minimum and recommended specs.
- Security Hardening - Production security best practices.
- Docker Quick Start - Get running with Docker.
- Docker Compose - Multi-container deployment.
- Kubernetes - K8s deployment manifests.
- AWS Deployment - Amazon Web Services setup.
- Google Cloud - Google Cloud Platform deployment.
- Azure - Microsoft Azure deployment.
- DigitalOcean - DigitalOcean droplet setup.
- Railway - One-click Railway deployment.
- Fly.io - Edge deployment with Fly.io.
Connect MoltBot with other tools and services.
- VS Code Extension - Visual Studio Code integration.
- JetBrains Plugin - IntelliJ/WebStorm plugin.
- Neovim Plugin - Neovim integration.
- GitHub Actions - CI/CD integration.
- Notion - Notion workspace integration.
- Linear - Issue tracking with Linear.
- Jira - Atlassian Jira integration.
- Obsidian - Knowledge base sync.
- n8n Workflows - n8n automation recipes.
- Zapier - Zapier integration guide.
- Make (Integromat) - Make scenarios.
- Home Assistant - Smart home integration.
- moltbot-cli - Official command-line interface.
- moltbot-doctor - Diagnostic and troubleshooting tool.
- moltbot-migrate - Configuration migration utility.
- Health Check Scripts - System health monitoring.
- Log Analysis - Log parsing and analysis tools.
- Metrics Dashboard - Grafana dashboard templates.
- Debug Mode - Debugging MoltBot issues.
- Mock Server - Testing without live connections.
- Benchmark Suite - Performance testing tools.
- MoltBot in 5 Minutes - Quick introduction video.
- Complete Setup Walkthrough - Detailed setup guide.
- Building Custom Skills - Skill development tutorial.
- WhatsApp AI Assistant - Build a personal AI assistant.
- Team Coding Bot - Set up a team development bot.
- Multi-Channel Deployment - Deploy across multiple platforms.
- Privacy-First Setup - Maximum privacy configuration.
- Enterprise Rollout - Large-scale deployment guide.
- Personal Coding Assistant - Individual developer setup.
- Team Collaboration - Development team workflows.
- Customer Support - Support automation patterns.
- Content Creation - Content generation workflows.
- Research Assistant - Research and analysis setup.
| Tool | Documentation | Notes |
|---|---|---|
| Anthropic MCP Docs | Official MCP specification | Latest version with full API reference |
| Anthropic MCP Introduction | Getting started with MCP | Official announcement and overview |
| Aider Documentation | Complete Aider guide | Installation, usage, and tips |
| Cursor Features | Official Cursor docs | IDE features and capabilities |
| Resource | Platform | Topic |
|---|---|---|
| WhatsApp Chatbot Guide 2025 | BotsCrew | Complete WhatsApp bot development |
| Create WhatsApp Bot No Code | Landbot | No-code WhatsApp automation |
| Setup WhatsApp Business API | BotPenguin | Business API configuration |
| 10 Essential Chatbot Development Tools | Chatbase | Tool recommendations for 2026 |
| Channel/Creator | Focus Area | Recommended For |
|---|---|---|
| Fireship | Quick tech explainers | Fast overviews of AI tools |
| NetworkChuck | Self-hosting, homelab | Raspberry Pi deployments |
| ThePrimeagen | Developer tools | Tool comparisons and reviews |
| DevOps Toolkit | Enterprise deployment | Kubernetes, cloud deployment |
Discover content created by the MoltBot community and industry publications.
- Building Your First AI Assistant with MoltBot - Step-by-step beginner guide.
- MoltBot vs Traditional Chatbots: A Deep Dive - Understanding the differences.
- Privacy-First AI: Running MoltBot Locally - Complete local setup guide.
- From Zero to Production: MoltBot Deployment Guide - Enterprise deployment walkthrough.
- Building Custom Skills for MoltBot - Skill development deep dive.
- MoltBot Architecture Explained - Technical architecture overview.
- Scaling MoltBot for Enterprise - High-availability patterns.
- MCP Integration Patterns - Model Context Protocol best practices.
- Why Multi-Channel AI is the Future - Industry analysis.
- The Rise of Personal AI Assistants - Trend analysis.
- Open Source AI Tools in 2025 - Landscape overview.
- Best AI Coding Assistants as of January 2026 - Comprehensive comparison of AI coding tools.
- Best AI Coding Agents for 2026: Real-World Developer Reviews - In-depth reviews from developers.
- Best AI Coding Assistants 2026 (I Tested 10+) - Hands-on testing of popular tools.
- Best AI Coding Assistant Tools [Updated 2025] - Curated list with use cases.
- Best AI Tools for Developers in 2026 - Builder.io's recommendations.
- Top 10 AI Coding Assistants in 2025: A Comparison - Feature comparison matrix.
- The Model Context Protocol's Impact on 2025 - Thoughtworks analysis on MCP adoption.
- What Is the Model Context Protocol (MCP)? - Comprehensive MCP explainer.
- Building Effective AI Agents with MCP - Red Hat's developer guide.
- A Year of MCP: From Internal Experiment to Industry Standard - 2025 retrospective.
- My Predictions for MCP and AI-Assisted Coding in 2026 - Future outlook.
- MCP Joins the Agentic AI Foundation - Official announcement.
- Code Execution with MCP: Building More Efficient AI Agents - Anthropic's engineering deep dive.
- Connect Telegram with Claude Code Hooks - Step-by-step Telegram integration.
- Claude AI WhatsApp MCP Integration Guide - WhatsApp + MCP setup.
- Create a WhatsApp Bot: The Complete Guide (2026) - Voiceflow's comprehensive guide.
- Python WhatsApp Bot Guide (2025): Now with AI - Python implementation tutorial.
- Build an AI Discord Chatbot: Complete Step-by-Step Guide - Discord AI bot tutorial.
- How To Build AI-Powered Discord Communities - Claude + Docker MCP toolkit.
- I Used Claude.ai to Create a Discord Bot - Learning experience shared.
- How to Measure AI Developer Productivity in 2025 - Lenny's Newsletter featuring Nicole Forsgren.
- AI Coding is Now Everywhere - MIT Technology Review analysis.
- AI | 2025 Stack Overflow Developer Survey - Industry-wide AI adoption data.
- The State of Developer Ecosystem 2025 - JetBrains' comprehensive research.
- Measuring the Impact of Early-2025 AI on Developer Productivity - METR research study.
- How I Use Cursor (+ My Best Tips) - Builder.io's practical guide.
- Cursor AI: A Guide With 10 Practical Examples - DataCamp tutorial.
- How To Use Cursor AI: A Complete Guide - Codecademy's practical examples.
- 16 Cursor IDE AI Tips and Tricks - Commands cheat sheet.
- 14 Practical Cursor Tips From Daily Use - Real-world workflow tips.
- Cursor Directory Learning Resources - Community-curated rules and guides.
- Getting Started with Aider: AI-Powered Coding from the Terminal - OpenReplay's beginner guide.
- Aider Official Documentation - Comprehensive docs and tips.
- Aider Usage Tips - Best practices for pair programming.
- Best Self-Hosted AI Tools for Home Lab - Self-hosting recommendations.
- 5 Best Self-Hosted LLMs in 2026 - Local LLM comparison.
- The 11 Best Open-Source LLMs for 2025 - n8n's curated list.
- Top 5 Local LLM Tools and Models in 2025 - Local deployment options.
- Chatbot Best Practices For Building Smart, Effective AI Bots - GovTech insights.
- AI Chatbot Strategy: 10 Best Practices for 2026 - Strategic recommendations.
- 14 Best Open Source Chatbot Platforms in 2026 - Platform comparison.
- 11 AI Chatbot Best Practices for Always-On Customer Service - Customer service focus.
- MoltBot YouTube Channel - Official tutorials and updates.
- MoltBot Launch Keynote - Product introduction.
- Weekly Dev Updates - Development progress streams.
| Title | Creator | Duration | Topic |
|---|---|---|---|
| MoltBot Complete Setup Guide | @TechWithTim | 45 min | Installation & Config |
| WhatsApp AI Bot in 10 Minutes | @CodeWithChris | 12 min | Quick Start |
| MoltBot vs Aider vs Cursor | @ThePrimeagen | 30 min | Tool Comparison |
| Self-Hosting MoltBot on Raspberry Pi | @NetworkChuck | 20 min | Self-Hosting |
| Building Skills for MoltBot | @Fireship | 8 min | Skill Development |
| Enterprise MoltBot Deployment | @DevOpsToolkit | 35 min | Enterprise |
- Changelog: The Future of AI Coding Assistants - Featuring MoltBot creators.
- Syntax.fm: Multi-Platform AI Bots - Web development perspective.
- Ship It!: MoltBot Architecture Deep Dive - Technical discussion.
- AI Engineering Podcast: Building MoltBot - Behind the scenes.
| Podcast | Focus | Why Listen |
|---|---|---|
| The Changelog | Software development, open source | Deep discussions on AI tools, featuring agentic workflow insights |
| Software Engineering Radio | Professional software development | Industry veterans covering AI integration since 2006 |
| VS Code Insiders Podcast | VS Code, developer tools | Coverage of AI-assisted coding, background agents, LLM personalities |
- MoltBot Weekly - Official weekly newsletter with updates and tips.
- AI Tools Weekly - Covers MoltBot among other AI tools.
- Self-Hosted Newsletter - Features MoltBot self-hosting content.
- The Pragmatic Engineer - Enterprise AI tool coverage.
| Newsletter | Description | Frequency |
|---|---|---|
| Lenny's Newsletter | Product leadership, AI productivity insights | Weekly |
| Finxter AI Nuggets | AI tools & productivity tips for developers | Daily |
| AI++ Newsletter | Latest in AI, agents, and MCP for developers | Weekly |
| Augmented Coding Weekly | AI and developer tools, industry changes | Weekly |
| awesome-ai-newsletters | Curated list of AI-related newsletters | N/A |
| Event | Talk | Speaker | Year |
|---|---|---|---|
| KubeCon | Deploying AI Agents at Scale | Core Team | 2025 |
| PyCon | Python Skills for MoltBot | Community | 2025 |
| JSConf | Real-time AI with WebSockets | Core Team | 2025 |
| FOSDEM | Open Source AI Assistants | Community | 2025 |
| AI Engineer Summit | Multi-Channel Agent Architecture | Core Team | 2025 |
Connect with MoltBot users and developers worldwide.
- Discord Server - Official community Discord (10k+ members).
- GitHub Discussions - Q&A, ideas, and RFC discussions.
- Twitter/X @moltbot - News, updates, and community highlights.
- Reddit r/moltbot - Community discussions and showcase.
- LinkedIn - Professional updates and enterprise news.
- Mastodon - Fediverse presence.
| Region | Platform | Language | Link |
|---|---|---|---|
| Brazil | Telegram | Portuguese | MoltBot Brasil |
| Germany | Discord | German | MoltBot DACH |
| Japan | Discord | Japanese | MoltBot Japan |
| Korea | KakaoTalk | Korean | MoltBot Korea |
| China | Chinese | MoltBot China | |
| Spain/LATAM | Telegram | Spanish | MoltBot Hispano |
| France | Discord | French | MoltBot France |
| India | Telegram | English/Hindi | MoltBot India |
| Russia | Telegram | Russian | MoltBot Russia |
- MoltBot Contributors - Core contributors team.
- Skill Developers Guild - Skill creators community.
- Extension Authors - Extension developers network.
- Enterprise Users Group - Enterprise deployment discussions.
- Self-Hosters Club - Self-hosting enthusiasts.
- MoltBot Community Calls - Monthly community video calls.
- MoltBot Hackathons - Quarterly skill-building hackathons.
- Local Meetups - Find or organize local meetups.
- Office Hours - Weekly Q&A with core team.
- Contributing Guide - How to contribute to this list.
- Code of Conduct - Community guidelines.
- Good First Issues - Start contributing.
- Bounty Program - Earn rewards for contributions.
Real-world examples and implementations from the community. Get inspired and share your own!
| Use Case | Description | Setup Guide |
|---|---|---|
| Code Review on WhatsApp | Get instant code reviews by sending code snippets via WhatsApp | Guide |
| Git Operations via Telegram | Manage repos, create PRs, and review diffs from Telegram | Guide |
| Voice-to-Code | Dictate code changes via voice messages on any platform | Guide |
| Mobile Coding | Full coding workflow from your phone while commuting | Guide |
| Documentation Writer | Generate docs by chatting about your codebase | Guide |
- Remote Pair Programming Setup - Collaborate with AI across time zones.
- Code Explanation Bot - Onboard new team members faster.
- Debug Assistant - Rubber duck debugging on steroids.
| Company Size | Use Case | Benefits | Case Study |
|---|---|---|---|
| Startup (5-20) | Shared coding assistant | 40% faster PR reviews | Read |
| Mid-size (50-200) | Multi-team deployment | Standardized dev workflows | Read |
| Enterprise (500+) | Self-hosted, air-gapped | Security & compliance | Read |
- Slack-First Development Team - Engineering team using Slack + MoltBot.
- Discord Dev Community - Open source project with AI-assisted contributions.
- Enterprise Code Review Pipeline - Automated code review at scale.
- 24/7 On-Call Assistant - AI-powered incident response support.
- Knowledge Base Bot - Internal documentation assistant.
| Use Case | Platform | Description |
|---|---|---|
| Writing Assistant | iMessage | Draft emails, docs, and content on-the-go |
| Research Companion | Telegram | Literature review and summarization |
| Language Learning | Practice conversations with AI tutor | |
| Recipe Developer | Signal | Create and refine recipes through chat |
| Travel Planner | Discord | Collaborative trip planning with friends |
- Home Assistant Integration - Control smart home via chat.
- CI/CD Pipeline Assistant - Deploy and monitor from anywhere.
- Server Monitoring Bot - Get alerts and manage servers via chat.
- Calendar & Scheduling - AI-powered schedule management.
- Finance Tracker - Track expenses through natural conversation.
Open source projects built with or for MoltBot:
| Project | Description | Stars | Author |
|---|---|---|---|
| moltbot-raycast | Raycast extension for MoltBot | 500+ | @community |
| moltbot-alfred | Alfred workflow integration | 300+ | @community |
| moltbot-obsidian | Obsidian plugin for MoltBot | 800+ | @community |
| moltbot-cli-extra | Extended CLI commands | 200+ | @community |
| moltbot-prometheus | Prometheus metrics exporter | 150+ | @community |
| moltbot-grafana | Grafana dashboard templates | 250+ | @community |
Have an interesting MoltBot setup or project? We'd love to feature it!
- Submit via GitHub Issue
- Submit via Pull Request
- Share on Discord - #showcase channel
- Claude Code - Anthropic's official CLI for Claude.
- Aider - AI pair programming in your terminal.
- Cursor - AI-first code editor.
- Continue - Open-source AI code assistant.
- Windsurf - Agentic IDE with deep codebase understanding.
- Replit Agent - Full-stack AI development environment.
- Codex - OpenAI's agent-first coding tool.
- Gemini Code Assist - Google's enterprise AI code assistant.
- Amazon Q Developer - AWS cloud-native AI development.
- Tabnine - Privacy-focused AI assistant with self-hosting options.
- Model Context Protocol - MCP specification and servers.
- LangChain - LLM application framework.
- LlamaIndex - Data framework for LLM apps.
| Project | Description | Features |
|---|---|---|
| claude-code-telegram | Remote Claude Code access via Telegram | Session persistence, file management |
| telegram-claude | Customizable Telegram bot with Claude | Template settings, context management |
| chatGPT-discord-bot | Multi-provider Discord/Telegram bot | OpenAI, Claude, Gemini, Grok support |
| Project | Description | Features |
|---|---|---|
| whatsapp-claude-gpt | Multi-AI WhatsApp chatbot | GPT, Claude, QWEN, DALL-E 3, TTS |
| python-whatsapp-bot | Python WhatsApp bot with AI | Meta Cloud API, OpenAI integration |
| whatsapp-chatbot-js | JavaScript WhatsApp bot library | Easy bot development framework |
| Project | Description | Features |
|---|---|---|
| discord-bot-claude-gemini | Claude + Gemini Discord bot | Conversation history, multi-model |
| Claude_Discordbot | VertexAI Claude Discord bot | Text and image interactions |
| Project | Description | Stars |
|---|---|---|
| LocalAI | OpenAI-compatible local AI server | 30k+ |
| AnythingLLM | All-in-one local AI application | 20k+ |
| Ollama | Run LLMs locally with ease | 100k+ |
| Leon | Open-source personal AI assistant | 15k+ |
| n8n Self-Hosted AI Starter Kit | Quick local AI environment setup | 5k+ |
| Platform | Description | Use Case |
|---|---|---|
| n8n | Open-source workflow automation | Claude + messaging platform workflows |
| Make (Integromat) | Visual automation platform | Multi-platform bot orchestration |
| Pipedream | Serverless integration platform | API-first bot development |
| Albato | No-code automation | Simple Claude + Telegram setup |
| Chat Thing | Multi-platform AI bot builder | Discord, Slack, Telegram, WhatsApp |
- awesome-podcasts - Collection of podcasts for developers.
- awesome-ai-newsletters - Curated AI newsletter collection.
- awesome-mcp-servers - Official MCP server repository.
Contributions are welcome! Please read the contribution guidelines first.
To the extent possible under law, the contributors have waived all copyright and related rights to this work.
