splitwise-automation

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

Install

Hot:65

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-splitwise-automation&locale=en&source=copy

Splitwise Automation

Skill Overview


Splitwise Automation is a skill that uses Rube MCP (Composio) to automatically automate Splitwise expense-splitting tasks. It supports bulk operations, automatic bill creation, and financial record management.

Use Cases


  • Roommate Expense Management — Automatically add and split shared expenses among roommates, such as rent, utilities, and other bills, without manually entering each transaction.
  • Travel Expense Splitting — Batch-process travel expenses like meals, accommodation, and transportation, and automatically allocate amounts according to the participants.
  • Team Dinner Management — Automatically record and split costs for team meals and activities, supporting complex splitting rules for multiple people.
  • Core Features


  • Automatic Tool Discovery — Dynamically fetch the current Splitwise tool schema via RUBE_SEARCH_TOOLS, avoiding hard-coded, outdated tool definitions.
  • Connection Management — Use RUBE_MANAGE_CONNECTIONS to check and manage the Splitwise connection status, ensuring connections are valid before execution.
  • Workflow Execution — Execute Splitwise actions in batches using RUBE_MULTI_EXECUTE_TOOL, supporting multi-step automation tasks.
  • FAQs

    How do I get started with Splitwise automation?


    First, add the Rube MCP server https://rube.app/mcp to your client configuration—no API key is required. Then call RUBE_SEARCH_TOOLS to discover available Splitwise tools, use RUBE_MANAGE_CONNECTIONS to establish the Splitwise connection, and once the connection is activated, you can run automation tasks.

    What operations does Splitwise automation support?


    It supports all Splitwise operations provided by the Composio toolset, including creating expenses, retrieving user information, querying groups, and managing friends. The specific available tools must be discovered first by calling RUBE_SEARCH_TOOLS, since the tool list may change over time.

    Why do I need to search tools before executing?


    The Splitwise tool schema may be updated at any time. Hard-coding tool slugs and parameters can cause execution to fail. RUBE_SEARCH_TOOLS returns the current list of available tools, input formats, and execution recommendations, ensuring your automation workflow always uses the correct tool definitions.