Ably — автоматизация real-time коммуникаций
integration
Ably automation is a Claude Code skill that automates Ably real-time messaging operations through the Composio Ably toolkit, accessed via Rube MCP. Reach for it when you want Claude Code to publish events to Ably channels on a trigger, manage connections programmatically, or wire up an AI workflow that reacts to real-time data and dispatches messages — without writing raw API calls by hand. The skill uses three Rube MCP tools: RUBE_SEARCH_TOOLS to fetch current operation schemas, RUBE_MANAGE_CONNECTIONS to activate and verify the Ably connection, and RUBE_MULTI_EXECUTE_TOOL to run the discovered tools. Setup means adding https://rube.app/mcp as an MCP server endpoint in your client config — no API keys required. Calling RUBE_SEARCH_TOOLS before every workflow is mandatory because tool slugs and schemas change and must not be hardcoded. The direction here is controlling Ably from within a Claude Code agent loop, not building a standalone Ably integration without an AI layer. Works when Rube MCP is reachable and the Ably connection shows ACTIVE status; not suitable for environments where MCP servers are blocked or unavailable.
- #ably
- #real-time
- #messaging
- #rube-mcp
- #composio