Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

clawdbot2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawdbot2

ClawdBot — multi-platform chatbot framework plugin for CMDOP with AI agents

latest
Source
npmnpm
Version
2026.3.3
Version published
Maintainers
1
Created
Source

ClawdBot — Multi-Platform AI Chatbot Framework for Telegram, Discord & Slack

npm license

CMDOP Architecture

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 clawdbot2

Quick 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);

CLI

No SDK needed? Connect via standalone binary:

curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh

cmdok ssh

Keywords

clawdbot2

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts