carbone-automation

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

Install

Hot:18

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

Carbone Automation

Skill Overview


Automate Carbone document generation tasks through the Rube MCP and the Composio toolkit, integrating template rendering and report generation capabilities without requiring an API key.

Use Cases


  • Automated report generation: Generate business documents such as invoices, contracts, and reports on a regular basis, with no manual work

  • Bulk document processing: Process multiple Carbone template rendering tasks in one run using an MCP workflow

  • AI Agent integration: Let Claude or other AI Agents directly call Carbone functions to generate customized documents
  • Core Features


  • Tool discovery and search: Dynamically fetch the currently available Carbone tool list and architecture via RUBE_SEARCH_TOOLS to ensure compatibility with the latest API

  • Connection management: Use RUBE_MANAGE_CONNECTIONS to manage Carbone account connection status, supporting one-click authorization and activation

  • Batch tool execution: Run multiple Carbone operations via RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBench, supporting session reuse and memory management
  • FAQs

    What is Carbone Automation?


    Carbone Automation is a skill that connects to the Composio Carbone toolkit via Rube MCP (Model Context Protocol). It lets you automate tasks such as rendering Carbone document templates and generating reports, without configuring an API key—just add the Rube MCP server endpoint to get started.

    How do I start using it?


    First, add https://rube.app/mcp as the MCP server, then call RUBE_MANAGE_CONNECTIONS to activate the Carbone toolkit. After the connection is activated, be sure to use RUBE_SEARCH_TOOLS to query the current available tool list and input schemas before calling RUBE_MULTI_EXECUTE_TOOL to perform specific operations.

    Why do I need to search tools each time?


    The architecture and parameters of Carbone tools are updated regularly. Hard-coding tool names and parameters may cause calls to fail. RUBE_SEARCH_TOOLS returns the latest tool architecture, recommended execution plans, and known pitfalls, ensuring your workflow stays compatible with the current API.

    What document formats are supported?


    Carbone supports multiple output formats including PDF, DOCX, XLSX, PPTX, ODT, HTML, and more. Exact supported formats depend on the version of the Carbone toolkit you use. It’s recommended to query the currently supported format list via RUBE_SEARCH_TOOLS.

    What should I do if the connection fails?


    First confirm that RUBE_MANAGE_CONNECTIONS returns the status as ACTIVE. If it shows INACTIVE or another status, complete account binding using the authorization link returned. If issues persist after authorization, check whether the Rube MCP server was correctly added to the client configuration.