craftmypdf-automation

Automate Craftmypdf tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:57

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-craftmypdf-automation&locale=en&source=copy

Craftmypdf Automation — PDF Generation Automation via Rube MCP

Skill Overview


Craftmypdf Automation is a Claude skill that, through Composio’s Rube MCP service, enables you to automatically generate PDF documents and batch process templates directly within a Claude conversation—without writing code. This supports automating the creation of documents such as invoices, contracts, and reports.

Use Cases

  • Batch Document Generation

  • If you need to regularly produce large volumes of consistently formatted PDF documents—such as monthly invoices, employee contracts, and customer reports—just provide the data source and PDF templates. The skill can then automatically generate PDFs in batches, greatly reducing manual effort.

  • Workflow Automation Integration

  • Integrate PDF generation into existing business processes—for example, automatically send a welcome contract after customer registration, generate an invoice after an order is confirmed, or export reports after data updates—enabling end-to-end document automation.

  • Document Handling for Non-Technical Users

  • Suitable for users without a programming background. You can accomplish tasks like template filling, document merging, and format conversion by describing your needs in natural language, lowering the technical barrier.

    Core Features

  • Tool Discovery and Execution via Rube MCP

  • The skill includes an intelligent tool discovery mechanism. Before each run, it automatically calls RUBE_SEARCH_TOOLS to fetch the latest Craftmypdf tool schema, ensuring the correct parameter format is used. It also supports session management, so connection status can be reused within the same workflow.

  • Connection Status Management

  • Using RUBE_MANAGE_CONNECTIONS, the skill automatically checks the Craftmypdf connection status. If not connected, it provides an authorization link to complete the binding. After a successful connection, it caches the session ID to avoid repeated authentication.

  • Flexible Workflow Modes

  • Supports both single-tool execution and batch operation modes. Single tasks can be completed quickly with RUBE_MULTI_EXECUTE_TOOL. For batch tasks, you can use RUBE_REMOTE_WORKBENCH to execute complex scripts to meet varying processing needs.

    FAQs

    What prerequisites are needed to use the Craftmypdf skill?


    You need to add the Rube MCP service in your client configuration (endpoint: https://rube.app/mcp). No additional API key is required. After adding it, the skill will automatically validate that the connection is available and guide you through authorizing the Craftmypdf tool package.

    What types of PDF operations does the skill support?


    Craftmypdf supports template-based PDF generation, data filling, document merging, format conversion, and more. The specific available tools update dynamically. It’s recommended that before each use, have the skill run tool discovery first to obtain the latest feature list and parameter formats.

    How do I troubleshoot if execution fails?


    First, check whether the connection status returned by RUBE_MANAGE_CONNECTIONS is ACTIVE. Then confirm that the parameter format you use matches the schema returned by RUBE_SEARCH_TOOLS. If the issue persists, review the detailed error messages in the session logs—typically caused by mismatched parameter types or incorrect template configuration.

    Is this skill paid?


    The Rube MCP service itself is free, but Craftmypdf may have its own usage limits and pricing policies. The exact cost depends on your Craftmypdf account type and usage volume. Please check the latest pricing information on the Composio official website.

    Can I use custom PDF templates?


    Yes. Craftmypdf supports uploading custom templates. You can design templates on the Craftmypdf platform and then use the skill to call the relevant tools for data filling and generation. The skill will automatically match the correct template based on the template ID or name you provide.