Automate Craftmypdf PDF generation and document workflows through Rube MCP.
This skill appears to be primarily a prompt-style guide for using Rube MCP/Composio, with no declared built-in secrets, code execution, or local data access. The main security consideration is its reliance on external MCP service calls and third-party Craftmypdf authorization, which is a normal caution area rather than a high-risk signal, especially given the open-source source and strong community adoption.
The material says there are 'no API keys', but it still requires an ACTIVE `craftmypdf` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which implies third-party account tokens are involved even if not configured directly in the skill. This creates normal OAuth/connection-token exposure considerations, but there is no explicit sign of credential theft in the material.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio/Craftmypdf tooling. User task arguments, session IDs, and tool-call contents may be sent to these declared services. This is normal egress consistent with the stated function, with no red flag indicating transmission to unknown or unrelated endpoints.
System checks mark this as `prompt-only`, and the material is mainly procedural guidance about call ordering. It does not describe the skill itself launching local processes, executing scripts, or requesting additional system privileges.
The material does not claim direct local file read/write access, but when invoking remote Craftmypdf tools through Rube MCP, user-supplied document parameters, template data, or workflow content may be processed by third-party services. There is no indication of excessive local access beyond the PDF automation use case.
The source is an open GitHub repository with high community adoption (64.7k stars), which are strong risk-reducing signals. While the license is unspecified and maintenance status is unknown, and the skill depends on the external Rube/Composio service chain, the current material does not show closed-source opacity or clear malicious-injection red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "craftmypdf-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/craftmypdf-automation/SKILL.md 2. Save it as ~/.claude/skills/craftmypdf-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Perigon workflows via Rube MCP using current tool schemas.
Automate Gemini workflows via Rube MCP with schema-first tool discovery.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Docsbot AI tasks via Rube MCP using current tool schemas first.
Automate Dpd2 tasks through Rube MCP using current tool schemas first.
Search current tool schemas first, then automate Enigma tasks via Rube MCP.
Automate Pdfmonkey PDF generation and document workflows through Rube MCP.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Pdf4me PDF conversion, merging, and document workflows via Rube MCP.
Automate PDF API IO workflows via Rube MCP using current tool schemas first.
Automate Api2pdf workflows for PDF generation, conversion, and document handling.