api2pdf-automation

Automate document generation and PDF conversion tasks using the Api2pdf toolkit via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill api2pdf-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api2pdf-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/api2pdf-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill api2pdf-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of generating, converting, and managing PDF documents by integrating Api2pdf directly into your agentic workflows.

Core Features & Use Cases

  • Automated PDF Generation: Convert HTML, URLs, or office documents into high-quality PDFs programmatically.
  • Toolkit Integration: Seamlessly interface with Api2pdf tools through the Rube MCP gateway for secure, authenticated operations.
  • Use Case: Automatically convert a series of generated HTML reports into PDF invoices and store them in your cloud storage after every billing cycle.

Quick Start

Use the api2pdf-automation skill to convert the provided HTML report into a PDF document.

Frequently Asked Questions about api2pdf-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Api2pdf to my agent?

Connect Api2pdf by calling the RUBE_MANAGE_CONNECTIONS tool with the 'api2pdf' toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

What should I do if my PDF conversion fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your input HTML or URL is accessible. Always call RUBE_SEARCH_TOOLS first to confirm you are using the correct tool schema and arguments.

Can I use this skill for bulk PDF generation?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to perform bulk operations. Ensure you manage session IDs correctly and check for pagination tokens if processing large batches of documents.

Are API keys required for Rube MCP?

No, Rube MCP does not require direct API keys for the gateway itself. You only need to manage the specific toolkit connections, such as Api2pdf, through the Rube interface.