api2pdf-automation
Automate Api2pdf tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:4
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-api2pdf-automation&locale=en&source=copy
Api2pdf Automation Skills - PDF Operations via Rube MCP
Skill Overview
Enable automated PDF generation and conversion using Composio’s Api2pdf toolkit and Rube MCP, allowing you to batch-process documents without complex configuration.
Suitable Scenarios
1. Batch Document Processing
When you need to convert multiple URLs or HTML files into PDF format, this skill can automatically invoke Api2pdf’s conversion capabilities. It’s ideal for generating business documents such as invoices, contracts, and reports.
2. Web Content Archiving
Save web pages or online documents as PDFs for offline storage. It supports bulk URL-to-PDF conversion and is suitable for website backups and content management.
3. Automated Report Generation
In data analysis and business workflows, automatically generate formatted PDF reports. Achieve efficient batch operations through
RUBE_MULTI_EXECUTE_TOOL.Core Features
1. Tool Discovery and Connection Management
Use
RUBE_SEARCH_TOOLS to dynamically fetch the current Api2pdf tool architecture, ensuring you use the latest tool definitions. Use RUBE_MANAGE_CONNECTIONS to manage the Api2pdf connection status—verify service availability before running tasks.2. Flexible PDF Conversion
Supports multiple conversion types, including URL-to-PDF, HTML-to-PDF, and Word-to-PDF. The tool discovery mechanism returns the currently available conversion options and required input parameters.
3. Batch Operations and Session Management
Use
RUBE_MULTI_EXECUTE_TOOL to run multiple conversion tasks within a single session. Reuse the session ID to improve efficiency and support pagination for processing large numbers of documents.Common Questions
How do I configure Rube MCP?
Add
https://rube.app/mcp as an MCP server to use it—no API key is required. After adding it, use RUBE_SEARCH_TOOLS to verify whether the connection is functioning properly.What if the Api2pdf connection is inactive?
Call
RUBE_MANAGE_CONNECTIONS and specify the toolkit as api2pdf. If the connection status is not ACTIVE, the system will return an authentication link. After completing authentication, the connection can be activated.Will the tool parameters change?
Yes. Api2pdf’s tool architecture may be updated. Therefore, before each workflow run, call
RUBE_SEARCH_TOOLS to retrieve the latest tool definitions and parameter requirements, avoiding hard-coded outdated parameters.