borneo-automation

Automate Borneo operations through the Rube MCP gateway using structured tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Borneo operations by providing a standardized, repeatable workflow for tool discovery, connection management, and task execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans to prevent hardcoding errors.
  • Connection Management: Validates and maintains active Borneo connections to ensure reliable tool execution.
  • Workflow Automation: Enables bulk operations and multi-step task execution through a unified interface.

Quick Start

Use the borneo-automation skill to discover available tools and execute a specific Borneo task in your current session.

Frequently Asked Questions about borneo-automation

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

FAQPage Schema
How do I connect to Borneo using Rube MCP?

Call the RUBE_MANAGE_CONNECTIONS tool with the toolkit set to 'borneo'. If the connection status is not ACTIVE, follow the provided authentication link to complete the setup process.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and execution parameters, preventing runtime errors.

What should I do if my Borneo tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Always include an empty memory object if required.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation. Reuse existing session IDs only within the context of a single, continuous workflow.