borneo-automation

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

Install

Hot:5

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

Borneo Automation - Automate Borneo Tasks via Rube MCP

Skill Overview


Borneo Automation is a skill that automates Borneo operations through Composio’s Rube MCP server. It supports tool discovery, connection management, and multi-tool execution, enabling quick integration without API keys.

Use Cases


  • Automation workflow building: Discover available tools using RUBE_SEARCH_TOOLS, and execute complex Borneo operation tasks with RUBE_MULTI_EXECUTE_TOOL.

  • Batch data processing: Use the Borneo toolkit for large-scale data operations and management workflows.

  • Enterprise system integration: Integrate Borneo capabilities into your existing MCP client architecture for unified tool management.
  • Core Features


  • Smart tool discovery: Dynamically retrieve the current tool architecture with RUBE_SEARCH_TOOLS, avoiding hard-coded tool slugs and ensuring sync with the continuously updated Borneo API.

  • Connection status management: Use RUBE_MANAGE_CONNECTIONS to check and manage the Borneo connection status in real time, ensuring connections are active before executing tools.

  • Multi-tool batch execution: Execute multiple Borneo tools within a single session via RUBE_MULTI_EXECUTE_TOOL, supporting complex workflow orchestration and memory management.
  • FAQs

    What is the Borneo Automation skill?


    Borneo Automation is a skill that automates Borneo platform operations using the Rube MCP server provided by Composio. It offers tool discovery, connection management, and batch execution features, allowing you to integrate Borneo capabilities without directly handling API keys or complex authentication flows.

    How do I configure the Rube MCP connection to Borneo?


    First, add https://rube.app/mcp as the server address in your MCP client configuration—no API key is required. Then use RUBE_SEARCH_TOOLS to discover available tools, call RUBE_MANAGE_CONNECTIONS, and specify the toolkit as "borneo" to establish the connection. If the connection is not active, the system will return an authentication link for you to complete setup.

    What prerequisites are needed to use Borneo Automation?


    Ensure that the Rube MCP server is connected correctly (verified via RUBE_SEARCH_TOOLS), and that the Borneo connection status is ACTIVE. It’s recommended to always call RUBE_SEARCH_TOOLS first to get the latest tool architecture, since tool slugs and parameters may change over time.