Automate Chatfai tasks via Rube MCP with schema lookup first.
This skill appears to be a prompt/documentation-style wrapper with open-source distribution and strong community adoption, so overall risk is low. However, its instructions explicitly rely on remote Rube MCP and a Chatfai connection, meaning actual use involves external tool discovery, connection management, and remote execution that warrant attention to data egress and third-party authorization scope.
The material says 'No API keys needed' but also requires activating a `chatfai` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth link. This suggests the skill does not directly collect local API keys, but it does rely on third-party account authorization/tokens, creating normal caution around third-party connection scope and potential misuse.
The instructions require adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube for tool discovery, connection management, and tool execution. As a result, user inputs, session IDs, tool arguments, and possibly Chatfai operation data may be sent to the stated third-party service. The endpoint is explicit and functionally relevant, with no clear sign of unrelated or hidden exfiltration.
Based on the provided material, the skill itself is an instruction/workflow prompt and does not include local scripts, install commands, or direct local code execution requirements. Any execution capability comes from external MCP tools rather than the skill text itself.
The material does not state direct read/write access to local files or system resources, but it does pass sessions, parameters, pagination results, and potentially Chatfai account data through remote workflows. The effective data access scope depends on Rube MCP and the authorized Chatfai connection, so least-privilege review is advisable.
The source is an open GitHub repository and part of the widely adopted `awesome-claude-skills` collection (~64.9k stars), which provides good auditability and source trust. The missing license declaration and unclear maintenance status are minor uncertainties, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "chatfai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/chatfai-automation/SKILL.md 2. Save it as ~/.claude/skills/chatfai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Chatfai operations through Composio's Chatfai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/chatfai
RUBE_MANAGE_CONNECTIONS with toolkit chatfaiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit chatfaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Chatfai operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Chatfai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["chatfai"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Chatfai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit chatfai |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Adobe app workflows to speed up repetitive creative tasks.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Mocean tasks through Rube MCP using the latest tool schemas.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate 2chat workflows via Rube MCP after checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Superchat tasks and workflows through Rube MCP integrations.
Automate ManyChat workflows and bot operations through Rube MCP efficiently.
Automate Recallai workflows through Rube MCP with tool-schema lookup first.