finage-automation
Automate Finage tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:20
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-finage-automation&locale=en&source=copy
Finage Automation Skills
Skill Overview
Automatically perform Finage financial data operations using Rube MCP (Composio) automation, supporting tool auto-discovery, connection management, and batch execution.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to retrieve the latest Finage tool Schema, avoiding hard-coded outdated API endpoints.RUBE_MANAGE_CONNECTIONS to centrally manage Finage connection status, supporting one-click configuration and status checks.RUBE_MULTI_EXECUTE_TOOL to perform multiple operations within a single session, improving automation efficiency.Frequently Asked Questions
What is Rube MCP, and how do I configure it?
Rube MCP is an MCP server provided by Composio that can be used without an API key. In your client configuration, add
https://rube.app/mcp as the MCP server endpoint. If RUBE_SEARCH_TOOLS is available, the connection is successful.Why do I need to search for tools before each execution?
The Finage tool Schema (interface definitions) may change. Hard-coding tool parameters can cause calls to fail. By using
RUBE_SEARCH_TOOLS to dynamically fetch the current Schema, you ensure your automation scripts always use the correct parameter format.How do I check whether the Finage connection is working properly?
Call
RUBE_MANAGE_CONNECTIONS and pass toolkit as "finage", then check the returned connection status. If the status is not ACTIVE, complete the configuration using the authentication link provided in the response. Only after the connection status becomes ACTIVE should you run any workflows.