finmei-automation
Automate Finmei tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
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-finmei-automation&locale=en&source=copy
Finmei Automation - Finmei Automation Skills
Skill Overview
Use the Rube MCP and Composio Finmei toolkits in Claude to automate Finmei tasks, allowing you to call the Finmei API without writing any code.
Use Cases
Core Functions
RUBE_MANAGE_CONNECTIONS to centrally manage Finmei connection status. Supports one-click checking whether the connection is active, and will automatically guide you through completing authorization when needed.RUBE_MULTI_EXECUTE_TOOL to execute multiple Finmei actions in one go. Supports session reuse and memory management, making it suitable for complex business workflows.FAQs
What do I need to use the Finmei Automation skill?
First, add the Rube MCP service (
https://rube.app/mcp) to your client configuration—no API key is required. Then use the skill to complete Finmei account authorization and establish the connection.How can I confirm the Finmei connection is active?
Call
RUBE_MANAGE_CONNECTIONS and set the toolkit to finmei. If the status shows ACTIVE, the connection is working properly. If it’s not connected, it will return an authorization link for you to complete the setup.What Finmei operations are supported?
The skill uses a dynamic tool discovery mechanism to retrieve all currently available Finmei operations, including data queries, task creation, status updates, and more. Before using it, call
RUBE_SEARCH_TOOLS to view the complete list of operations and their parameter requirements.