Automate Pdfmonkey PDF generation and document workflows through Rube MCP.
This skill appears to be primarily an open-source prompt wrapper, but it is designed to connect users to remote Rube MCP and operate the Pdfmonkey/Composio toolchain, so the overall posture is low-to-moderate caution. The material does not indicate that the skill itself needs secrets or local code execution, but there is ordinary risk from data egress through an external MCP service and third-party connection authorization.
The skill is marked as requiring no local keys, but the README explicitly requires activating a `pdfmonkey` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow, indicating real use involves third-party account connection/token handling. No details are provided about credential storage, scope, or isolation.
The README instructs users to add the remote MCP endpoint `https://rube.app/mcp` and execute actions through Composio/Pdfmonkey tools; user inputs, session IDs, tool arguments, and potentially business data will be sent to that external service as part of normal operation. No broader or unusual egress targets are listed, but there is a clear remote data-transmission path.
The system flags this as `prompt-only`, and the provided material does not describe launching local processes, running scripts, or requesting system-level capabilities. Its role is primarily to guide calls to existing MCP tool interfaces.
The skill is intended to automate Pdfmonkey-related operations, which typically involve document-generation or related business data. While the material does not state direct local file access, parameters, session content, and possible document data may be accessible to external services when sent through remote MCP/tools. No signs of excessive local permissions beyond the stated purpose are shown.
The source is an open GitHub repository, with `open-source` and strong community adoption (64.7k stars) as positive trust signals. The current material itself is more like a skill instruction document and is reviewable. Still, the license is unspecified and maintenance status is unknown, so the repository content and recent activity should be checked before connecting to the remote MCP.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "pdfmonkey-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pdfmonkey-automation/SKILL.md 2. Save it as ~/.claude/skills/pdfmonkey-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Pdfmonkey operations through Composio's Pdfmonkey toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pdfmonkey
RUBE_MANAGE_CONNECTIONS with toolkit pdfmonkeyRUBE_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 pdfmonkeyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Pdfmonkey 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 Pdfmonkey task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pdfmonkey"]
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 Pdfmonkey-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pdfmonkey |
| 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 Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate PDF API IO workflows via Rube MCP using current tool schemas first.
Automate Pdf4me PDF conversion, merging, and document workflows via Rube MCP.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.
Automate Api2pdf workflows for PDF generation, conversion, and document handling.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.