通过 Rube MCP 自动化 Apitemplate.io 模板生成与文档处理流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "apitemplate-io-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/apitemplate-io-automation/SKILL.md 2. 保存为 ~/.claude/skills/apitemplate-io-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用的 Apitemplate.io 相关工具及其最新参数 schema,然后用合适的工具批量生成 20 张促销海报。海报模板 ID 为 tpl_123,变量包括商品名、价格、折扣和二维码链接。输出每张海报的生成结果和访问链接。
一份批量生成结果,包含每张海报的状态、文件链接或失败原因。
请先搜索 Apitemplate.io 工具的当前 schema,再根据证书模板 cert_2024,为以下学员名单生成 PDF 证书:张三、李四、王五。证书变量包含姓名、课程名“AI 自动化入门”和完成日期“2025-08-01”。请返回每个 PDF 的下载地址。
每位学员对应的 PDF 证书生成结果与下载链接。
请先搜索 Apitemplate.io 可用工具和 schema,然后查看模板 tpl_invoice_01 的详情,列出它支持的变量字段,并将 company_name 更新为“星河科技”、invoice_date 更新为“2025-08-15”。最后总结更新后的可用字段。
模板字段清单、更新执行结果,以及更新后可用变量的简要说明。
Automate Apitemplate IO operations through Composio's Apitemplate IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/apitemplate_io
RUBE_MANAGE_CONNECTIONS with toolkit apitemplate_ioRUBE_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 apitemplate_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Apitemplate IO 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 Apitemplate IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["apitemplate_io"]
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 Apitemplate IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit apitemplate_io |
| 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 自动执行 Craftmypdf 的 PDF 模板生成与文档处理任务。