通过 Rube MCP 自动执行 Refiner 相关任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "refiner-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/refiner-automation/SKILL.md 2. 保存为 ~/.claude/skills/refiner-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 Refiner 相关的可用工具及其最新 schema,然后选择合适工具,自动执行一个文本优化任务:把这段产品介绍压缩为 100 字以内,并保留核心卖点。
先返回匹配到的工具与关键参数,再输出执行后的精简版产品介绍。
先搜索 Refiner 工具 schema,确认支持的输入字段后,批量处理以下 10 条广告文案:统一改成专业、简洁、适合 B2B 官网首页的语气,并输出表格结果。
输出按原文与优化文对照的表格,风格统一,便于直接审核或上线。
请先搜索当前 Refiner 相关工具的 schema 与调用要求,再设计一个自动化流程:接收原始文本、执行润色、检查长度限制、最后返回最终版本与调用步骤说明。
给出基于最新 schema 的可执行流程说明,并产出符合长度要求的最终文本。
Automate Refiner operations through Composio's Refiner toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/refiner
RUBE_MANAGE_CONNECTIONS with toolkit refinerRUBE_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 refinerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Refiner 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 Refiner task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["refiner"]
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 Refiner-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit refiner |
| 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 自动化执行 AI/ML API 任务,并先检索最新工具 schema。