firmao-automation

Automate Firmao CRM operations through the Rube MCP gateway for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating CRM interfaces by providing a standardized, programmatic way to interact with Firmao data and workflows.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Firmao tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Firmao integrations.
  • Workflow Execution: Execute multi-step CRM operations, such as bulk record updates or data retrieval, using validated tool slugs.

Quick Start

Use the firmao-automation skill to search for available tools and execute a task for managing CRM records.

Frequently Asked Questions about firmao-automation

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

FAQPage Schema
How do I discover available Firmao tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans for Firmao.

How to check if my Firmao connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'firmao' toolkit parameter to verify the current connection status and obtain an authentication link if needed.

Can I execute multiple Firmao tools in one session?

Yes, you can reuse the same session ID across multiple RUBE_MULTI_EXECUTE_TOOL calls to maintain state and context throughout your CRM workflow.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs in the Firmao toolkit are subject to change; calling the search function ensures you use the most current arguments and field requirements.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the latest RUBE_SEARCH_TOOLS call.