
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

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.
npm install clawdbot2
import { ClawdBot } from 'clawdbot2';
const client = ClawdBot.remote({ apiKey: 'cmdop_live_xxx' });
const result = await client.terminal.execute('ls -la');
console.log(result.output);
No SDK needed? Connect via standalone binary:
curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh

FAQs
ClawdBot — multi-platform chatbot framework plugin for CMDOP with AI agents
We found that clawdbot2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.