通过 Rube MCP 自动执行 Craftmypdf 的 PDF 模板生成与文档处理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "craftmypdf-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/craftmypdf-automation/SKILL.md 2. 保存为 ~/.claude/skills/craftmypdf-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Craftmypdf 相关工具及其最新 schema,然后使用客户姓名、发票编号、金额和日期数据,批量生成发票 PDF,并返回每个文件的下载链接。
一组根据模板生成的发票 PDF 文件链接,附带执行结果摘要。
先搜索 Craftmypdf 工具 schema,再调用正确工具,基于证书模板为提供的名单生成 PDF 证书,每份证书包含姓名、课程名称和完成日期。
按名单生成的证书 PDF 结果,可用于下载或后续发送。
先搜索当前可用工具和参数定义,然后把合同模板中的公司名、联系人、服务范围、价格和签署日期自动填充,导出最终 PDF。
已填充完成的合同 PDF,以及所用字段的处理说明。
Automate Craftmypdf operations through Composio's Craftmypdf toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/craftmypdf
RUBE_MANAGE_CONNECTIONS with toolkit craftmypdfRUBE_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 craftmypdfAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Craftmypdf 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 Craftmypdf task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["craftmypdf"]
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 Craftmypdf-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit craftmypdf |
| 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 自动执行 Pdfless 相关流程与文档处理任务