fireberry-automation
Automate Fireberry tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
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-fireberry-automation&locale=en&source=copy
Fireberry Automation - Automate Fireberry CRM Tasks via Rube MCP
Skill Overview
Fireberry Automation is an automation skill for Fireberry CRM using Composio’s Rube MCP service. It helps you automatically discover tools, manage connections, and perform Fireberry operations.
Use Cases
Automate customer record creation, updates, and synchronization to reduce manual data entry. For example: create a record in Fireberry when a new customer signs up, or assign a sales owner automatically based on rules.
Use
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to process Fireberry data in batches—such as bulk importing contacts, bulk updating customer statuses, or generating monthly sales reports.Connect Fireberry with other systems to enable data flow. For example: automatically sync leads from a website form to Fireberry, or push Fireberry order data to a finance system.
Core Features
Use
RUBE_SEARCH_TOOLS to fetch the currently available Fireberry tool list and input modes in real time. No need to hard-code tool definitions, ensuring you always follow the latest API specifications.Use
RUBE_MANAGE_CONNECTIONS to check and manage Fireberry connection status. Supports account linking via a simple authorization link, without manually configuring API keys.Use
RUBE_MULTI_EXECUTE_TOOL to execute one or multiple Fireberry actions. Supports session reuse and memory management to ensure workflow continuity and efficiency.FAQs
How do I get started with Fireberry Automation?
First, add Rube MCP (
https://rube.app/mcp) to your client configuration. No API key is required—after adding it, you can use it directly. Then call RUBE_SEARCH_TOOLS to discover available tools, and use RUBE_MANAGE_CONNECTIONS to establish the Fireberry connection.What prerequisites does the skill require?
You need the Rube MCP service available and a valid Fireberry account. On first use, complete account linking via the authorization link returned by
RUBE_MANAGE_CONNECTIONS. After confirming the connection status is ACTIVE, you can execute operations.Why do I need to search for tools every time?
Fireberry’s tool modes may change. Hard-coding tool definitions could lead to call failures.
RUBE_SEARCH_TOOLS returns the latest tool modes, execution recommendations, and known issues, ensuring your automation always uses the correct API structure.