通过 Rube MCP 自动化调用 ConvertAPI,批量处理文件转换与相关流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "convertapi-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/convertapi-automation/SKILL.md 2. 保存为 ~/.claude/skills/convertapi-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 ConvertAPI 工具及其最新参数 schema,然后帮我把这个文件夹中的所有 Word 文档批量转换为 PDF,并输出每个文件的转换结果与保存路径。
返回批量转换执行结果,包含成功/失败状态、输出文件路径和必要的报错信息。
先搜索工具确认当前 schema,再使用 ConvertAPI 将上传的 PNG 图片全部转换为 JPG,文件名保持一致,并生成一份转换清单。
输出转换后的 JPG 文件及一份清单,列出原文件名、目标文件名和处理状态。
先搜索 ConvertAPI 相关工具的最新 schema,接着设计一个自动化流程:当新文件上传到指定目录时,自动将其转换为 PDF 并保存到 output 文件夹,同时记录日志。
给出可执行的自动化步骤或流程配置,说明触发条件、转换动作、输出位置和日志记录方式。
Automate Convertapi operations through Composio's Convertapi toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/convertapi
RUBE_MANAGE_CONNECTIONS with toolkit convertapiRUBE_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 convertapiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Convertapi 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 Convertapi task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["convertapi"]
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 Convertapi-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit convertapi |
| 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 自动执行 Pdf4me 的 PDF 转换、合并与文档处理任务