finmei-automation

Automate Finmei task execution through Rube MCP tool discovery and multi-step workflow orchestration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Finmei operations by providing a standardized, repeatable workflow for tool discovery, connection management, and execution, preventing manual errors and schema mismatches.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Finmei tool schemas to ensure compatibility.
  • Connection Management: Validates and maintains active Finmei connections via Rube MCP.
  • Workflow Orchestration: Executes multi-step operations including tool searching, connection verification, and batch execution.
  • Use Case: Automate recurring financial data updates by discovering the latest Finmei tool definitions and executing them within a managed Rube session.

Quick Start

Use the finmei-automation skill to discover available tools and execute a specific financial task in a new session.

Frequently Asked Questions about finmei-automation

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

FAQPage Schema
How do I execute Finmei tasks using this skill?

Start by calling RUBE_SEARCH_TOOLS to identify the correct tool slug, verify your connection with RUBE_MANAGE_CONNECTIONS, and then use RUBE_MULTI_EXECUTE_TOOL to perform the task with the required arguments.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs in Finmei are subject to change. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input requirements and prevents execution errors caused by outdated hardcoded parameters.

How do I check if my Finmei connection is active?

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

Can I reuse session IDs for different workflows?

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

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your RUBE_MULTI_EXECUTE_TOOL call.