accelo-automation
Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:7
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-accelo-automation&locale=en&source=copy
Accelo Automation - Accelo Task Automation Driven by the Rube MCP
Skill Overview
Automate Accelo operations using Composio’s Rube MCP service by dynamically discovering the tool architecture and securely executing tasks—no need to manage API keys.
Use Cases
1. Accelo Project Management Workflow Automation
Automatically create and update projects, tasks, and tickets; synchronize team member assignments; track project progress; and generate status reports. Ideal for scenarios that need to reduce manual work and improve team collaboration efficiency.
2. Accelo Customer Data Integration and Synchronization
Connect Accelo with other business systems to automatically sync customer information, contract data, and billing records. Particularly suitable for organizations that need a unified customer view and want to eliminate data silos.
3. Bulk Data Processing and Report Generation
Perform bulk queries, export large volumes of records, and generate custom reports. Best for finance reconciliation, data analysis, and compliance audits that require handling large amounts of Accelo data.
Core Features
Dynamic Tool Discovery and Architecture Adaptation
Use
RUBE_SEARCH_TOOLS to retrieve the latest Accelo tool architecture and parameter definitions in real time, automatically adapting to updates in the Composio toolkit. No manual tool mapping is required, ensuring calls remain compatible with the current architecture.Centralized Connection Management
Use
RUBE_MANAGE_CONNECTIONS to centrally manage Accelo connection status, including connection validation, obtaining authorization links, and monitoring status. A single connection can be reused across multiple workflows, simplifying the authentication process.Multi-Tool Orchestration and Execution
Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Accelo operations within a single call, supporting session reuse and memory passing. For complex bulk operations, you can also use the remote workbench mode of RUBE_REMOTE_WORKBENCH.FAQs
What configuration does the Accelo Automation skill require?
First, add the Rube MCP server (
https://rube.app/mcp) to the client configuration. After adding it, create the Accelo connection via RUBE_MANAGE_CONNECTIONS, and complete the Composio account binding using the returned authorization link. The entire process requires no API key.Why must I call RUBE_SEARCH_TOOLS first?
Composio’s Accelo toolkit is updated periodically; tool names, parameters, and architecture may change. Hard-coding tool calls can easily fail due to architecture updates.
RUBE_SEARCH_TOOLS returns the currently available tools, input architecture, and a recommended execution plan, ensuring the calls remain valid.How do I check whether the Accelo connection is available?
Call
RUBE_MANAGE_CONNECTIONS with the toolkit parameter accelo to check the returned connection status. If the status is not ACTIVE, you must complete the authorization flow first. It’s recommended to validate the connection status before running any workflow to avoid runtime errors.