通过 Rube MCP 自动化执行 Finmei 相关任务并串联工作流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "finmei-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/finmei-automation/SKILL.md 2. 保存为 ~/.claude/skills/finmei-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Finmei 相关工具及其最新参数 schema,然后帮我创建一个自动化流程:当收到新任务时,在 Finmei 中创建对应记录并返回结果摘要。
返回基于最新 schema 的可执行流程说明,并完成或模拟完成 Finmei 记录创建。
先搜索 Finmei 工具的最新 schema,再把这批表格数据批量同步到 Finmei;如果字段不匹配,请先列出映射关系并继续执行。
输出字段映射、同步执行结果,以及成功与失败记录的简要汇总。
先搜索当前 Finmei 工具的 schema,检查我现有自动化中的参数是否过时;如有问题,请改成正确参数并给出可直接使用的调用方式。
给出参数差异说明、修正后的调用配置,以及可继续执行的自动化步骤。
Automate Finmei operations through Composio's Finmei toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/finmei
RUBE_MANAGE_CONNECTIONS with toolkit finmeiRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit finmeiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Finmei operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Finmei task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["finmei"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Finmei-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit finmei |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Mezmo 相关任务,并先检索最新工具结构。