通过 Rube MCP 自动化 FlowiseAI 任务,并先检索最新工具参数与结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "flowiseai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/flowiseai-automation/SKILL.md 2. 保存为 ~/.claude/skills/flowiseai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 FlowiseAI 相关工具及其最新 schema,然后帮我触发一个指定的 Flowise 工作流,传入用户问题“总结这份产品需求”,并返回执行结果与关键步骤。
先完成工具检索,再调用正确的 Flowise 自动化动作,返回工作流执行结果、参数摘要与过程说明。
先搜索 FlowiseAI 工具的当前接口定义,找到用于读取和更新 chatflow 的操作;然后读取 chatflow 配置,帮我把模型参数 temperature 改为 0.2,并列出修改前后差异。
返回匹配到的工具操作,完成 chatflow 配置读取与更新,并给出配置变更对比。
请先搜索所有与 FlowiseAI 自动化相关的工具,整理它们的名称、用途、必填参数和示例调用场景,输出成一份便于开发接入的清单。
输出一份结构化工具清单,包含最新 schema 关键信息,方便后续自动化接入与调用。
Automate Flowiseai operations through Composio's Flowiseai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/flowiseai
RUBE_MANAGE_CONNECTIONS with toolkit flowiseaiRUBE_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 flowiseaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Flowiseai 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 Flowiseai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["flowiseai"]
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 Flowiseai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit flowiseai |
| 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 自动执行 Yousearch 检索任务并衔接后续流程