Автоматизация мессенджера 2chat

integration

2chat automation is a Claude Code skill that automates 2chat platform operations through the Composio _2chat toolkit accessed via Rube MCP. Reach for it when you want to send or process 2chat messages as part of an automated workflow, when you need to manage communications programmatically without touching the UI, or when 2chat has to be wired into a broader Claude Code pipeline alongside other tools. The workflow follows three steps: `RUBE_SEARCH_TOOLS` fetches current tool schemas (always run this first — slugs and schemas change), `RUBE_MANAGE_CONNECTIONS` verifies and activates the `_2chat` connection, and `RUBE_MULTI_EXECUTE_TOOL` runs the actual operations. Bulk tasks can go through `RUBE_REMOTE_WORKBENCH`. Setup requires adding `https://rube.app/mcp` as an MCP server endpoint — no API keys needed. The direction here is code-driven 2chat messaging automation, not a visual drag-and-drop builder like n8n or Make. Works well once you have an active 2chat connection configured in Composio; not suitable if Rube MCP is unavailable or the connection status is not ACTIVE.