clawdbot2
v2026.2.27
Published
ClawdBot — multi-platform chatbot framework plugin for CMDOP with AI agents
Maintainers
Readme
ClawdBot — Multi-Platform AI Chatbot Framework for Telegram, Discord & Slack

ClawdBot is an AI chatbot framework Node.js that simplifies building multi-platform bot builders. Target Telegram Discord Slack bot deployment and complex chat automation agent tasks. Consider it an alternative to Telegraf, discord.js, Bolt for Slack, BotPress, and Rasa but with a unified approach. Build smarter bots faster using ClawdBot.
Features
- Orchestrate AI chatbot framework Node.js logic across platforms like Telegram, Discord, and Slack.
- Streamline development of multi-platform bot builder applications.
- Automate responses and actions using a versatile Telegram Discord Slack bot.
- Manage complex workflows using the chat automation agent.
- Extend bot capabilities via custom Node.js modules.
Use Cases
- Deploy AI-powered bots across Telegram, Discord, and Slack from one codebase
- Execute remote shell commands and agent tasks via chat messages
- Build ChatOps automation pipelines with natural language triggers
Get Started
npm install clawdbot2Quick Start
import { ClawdBot } from 'clawdbot2';
const client = ClawdBot.remote({ apiKey: 'cmdop_live_xxx' });
const result = await client.terminal.execute('ls -la');
console.log(result.output);