splitwise-automation
Automate Splitwise tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Features
RUBE_SEARCH_TOOLS, avoiding hard-coded, outdated tool definitions.RUBE_MANAGE_CONNECTIONS to check and manage the Splitwise connection status, ensuring connections are valid before execution.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.