firmao-automation

Automate Firmao tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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-firmao-automation&locale=en&source=copy

Firmao Automation Skills - CRM Automation with Rube MCP

Skill Overview


Automate Firmao CRM operations through the Composio Rube MCP server, enabling seamless integration for customer data management, order processing, and business workflows.

Use Cases

1. Automatic Customer Data Synchronization


Automatically sync leads from website forms, e-commerce platforms, or marketing tools into Firmao CRM—no manual entry required—preventing data omissions and duplicate work.

2. Bulk Data Processing


Bulk import customer information, update order statuses, or assign sales leads. Discover the latest operation interfaces through tool-driven pattern discovery, ensuring synchronization with updates on the Firmao platform.

3. Business Process Automation


Automatically trigger customer follow-up reminders, assign sales representatives, and update deal statuses—turning repetitive CRM tasks into automated workflows and improving team efficiency.

Core Features

1. Smart Tool Discovery


Use RUBE_SEARCH_TOOLS to dynamically fetch currently available Firmao tools and input patterns. This avoids issues caused by hard-coded interfaces and ensures the automation flow always uses the latest APIs.

2. Connection Status Management


Use RUBE_MANAGE_CONNECTIONS to check and manage the Firmao connection status, ensuring the connection is activated before running automation tasks. Supports session reuse and error recovery.

3. Multi-Tool Coordinated Execution


Use RUBE_MULTI_EXECUTE_TOOL to batch execute multiple Firmao operations, supporting complex business workflow orchestration—such as creating a customer, then automatically assigning a salesperson and adding a follow-up task.

Common Questions

How do I configure a Rube MCP connection to Firmao?


In your client configuration, add https://rube.app/mcp as the MCP server—no API key is required. Then call the RUBE_MANAGE_CONNECTIONS tool, specifying the toolkit as firmao. If the connection is not activated, complete authorization using the authentication link returned.

Does this skill require programming experience?


When using Claude Code or another MCP-supported AI client, you can describe your needs in natural language, and the skill will automatically call the appropriate Firmao tools. If you need to customize complex workflows, understanding basic tool-calling logic will be helpful.

Why do I need to call RUBE_SEARCH_TOOLS every time?


Firmao’s APIs and available tools are updated regularly. Hard-coding tool names and parameters can cause automation to fail. RUBE_SEARCH_TOOLS retrieves the currently valid tool modes and recommended execution plans in real time—this is a key step for the skill to run reliably.

Can I operate multiple Firmao accounts at the same time?


Yes. Manage multiple connections using different session IDs. Each session can be bound to an independent Firmao account. When executing tools, specify the corresponding session_id.

What if a tool execution fails?


First check RUBE_MANAGE_CONNECTIONS to confirm the connection status is ACTIVE. Then verify that the parameters you provided match the mode returned by RUBE_SEARCH_TOOLS. If the issue persists, review the error message returned by the tool—you may need to re-search tools or re-authorize the connection.