finmei-automation

Automate Finmei tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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

  • Batch Finmei Data Processing: When you need to handle multiple Finmei tasks or datasets at once, this skill can significantly improve efficiency and avoid manual, one-by-one operations.
  • Finmei Workflow Integration: Integrate Finmei actions into automated workflows to enable coordinated operations with other MCP tools.
  • Quick Finmei API Calls: No need to learn the official Finmei SDK or write API code—just describe your needs in natural language to complete the work.
  • Core Functions

  • Intelligent Tool Discovery: Automatically search for and fetch the latest list of Finmei tools and their parameter structures, ensuring correct API usage and preventing call failures due to API updates.
  • Connection Management: Use 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.
  • Batch Execution: Use 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.