finage-automation

Automate financial data operations and tool execution through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the complexity of manually managing financial data integrations by providing a standardized, agent-driven workflow for interacting with Finage APIs via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Finage tool schemas to ensure compatibility and accuracy.
  • Connection Management: Handle authentication and session state for Finage toolkits within the Rube environment.
  • Execution Workflow: Execute multi-step financial data operations, such as fetching market data or performing automated analysis, using a consistent, schema-compliant pattern.

Quick Start

Use the finage-automation skill to discover available tools and execute a market data query for a specific ticker symbol.

Frequently Asked Questions about finage-automation

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

FAQPage Schema
How do I discover available Finage tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Finage task. This returns the current tool slugs, input schemas, and execution plans required for your operation.

How to check if my Finage connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'finage' toolkit parameter. The response will indicate if the connection status is ACTIVE or if you need to follow an authentication link.

Can I hardcode tool slugs for Finage operations?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to retrieve the most current and valid configuration.

Why is the memory parameter required in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a mandatory field for state management in Rube MCP calls. Even if your specific operation does not require persistent memory, you must provide an empty object '{}'.

What should I do if my Finage workflow fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm you are using a valid session ID.