chatfai-automation

Automate Chatfai platform operations through Rube MCP tool discovery and execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill chatfai-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatfai-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/chatfai-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill chatfai-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Chatfai's interface by providing a standardized, programmatic way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans for Chatfai operations.
  • Connection Management: Verifies and maintains active authentication states for seamless tool execution.
  • Workflow Automation: Enables bulk operations and multi-step task execution using a unified session-based approach.

Quick Start

Use the chatfai-automation skill to discover available tools and execute a task for my Chatfai account.

Frequently Asked Questions about chatfai-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available tools for Chatfai?

Call the RUBE_SEARCH_TOOLS command with a query related to your specific Chatfai task. This returns the necessary tool slugs, input schemas, and execution plans required for your workflow.

What should I do if my Chatfai connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the 'chatfai' toolkit specified. Follow the provided authentication link to re-establish your connection and ensure the status returns to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs on the Chatfai platform change frequently. Searching first ensures you are using the most current, valid arguments and prevents execution errors.

Can I reuse session IDs for different workflows?

No, you should generate a new session ID for each distinct workflow to maintain state isolation. You may reuse the same session ID only within the steps of a single, continuous workflow.