chatfai-automation
Automate Chatfai tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:16
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-chatfai-automation&locale=en&source=copy
Chatfai Automation - Automate Chatfai Tasks via Rube MCP
Skill Overview
Chatfai Automation is a Claude skill that, through Composio’s Chatfai toolkit and the Rube MCP server, enables you to automatically carry out Chatfai operations— including tool discovery, connection management, and bulk task execution.
Use Cases
Core Features
Using
RUBE_SEARCH_TOOLS, it automatically retrieves the current Chatfai tool architecture, avoiding hard-coded tool slugs. It supports dynamic queries for available actions, input formats, and execution plans, ensuring the tool schema stays synchronized with the latest version.Use
RUBE_MANAGE_CONNECTIONS to manage Chatfai authentication state. It supports connection activation, status queries, and the authorization flow, ensuring the connection is in an ACTIVE state before executing tasks, along with comprehensive error-handling guidance.Through
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH, it supports bulk execution of Chatfai operations— including multi-tool orchestration, session-level memory management, and pagination. It is well-suited for complex workflows and large-scale data processing.FAQ
What is Rube MCP? How do I get it?
Rube MCP is a free MCP server that provides a unified interface for Composio toolkits. Getting it is simple: add
https://rube.app/mcp as the MCP server in your client configuration—no API key or account registration is required.How do I connect Chatfai to Rube MCP?
First, confirm that Rube MCP is available, then call
RUBE_MANAGE_CONNECTIONS and set the toolkit to chatfai. If the connection is not activated, the system returns an authorization link. After completing authentication, the status will change to ACTIVE, and you can then execute Chatfai operations.What Chatfai automation operations are supported?
Via the tool discovery mechanism, supported operations are dynamically updated. Typically, this includes core Chatfai capabilities such as conversation management, message handling, and session control. It’s recommended to call
RUBE_SEARCH_TOOLS before each use to retrieve the latest available tool list and architecture definitions.