pdf-co
PDF.co API integration with managed OAuth. Convert, merge, split, edit PDFs and extract data. Use this skill when users want to convert PDFs to/from other formats, merge or split PDFs, add watermarks or text, extract text/tables, or parse invoices. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/pdf-coWhat This Skill Does
The pdf-co skill acts as a powerful middleware layer for the PDF.co API, enabling seamless document manipulation within the OpenClaw environment. By utilizing managed OAuth via Maton.ai, this skill abstracts away the complexities of authentication and credential management. It allows users to programmatically convert documents between various formats, merge multiple files into a single PDF, split large documents, add watermarks, and extract structured data like text, tables, or invoice fields. The skill provides a robust gateway that tunnels requests to PDF.co while automatically injecting the necessary security headers, ensuring your workflow remains efficient and secure.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/pdf-co
After installation, ensure your Maton API key is configured as an environment variable by running export MATON_API_KEY="YOUR_API_KEY". You can manage your active connections and authorization states at https://ctrl.maton.ai.
Use Cases
- Invoice Processing: Automatically extract line items and tax totals from vendor invoices and pipe that data into your accounting software.
- Document Archiving: Convert high-volume batches of legacy document formats (like DOCX or images) into standardized, searchable PDF/A files.
- Report Generation: Merge individual department reports into a single, cohesive PDF document for stakeholders.
- Data Sanitization: Apply watermarks to sensitive company documents before distributing them to external contractors.
Example Prompts
- "Please convert the invoice located at https://example.com/inv123.pdf into a JSON object and extract the total amount and line items."
- "Merge the three PDF files stored at [file_url_1], [file_url_2], and [file_url_3] into one document and name it 'Q1_Report.pdf'."
- "Apply a 'CONFIDENTIAL' watermark to the document at https://example.com/draft.pdf and save the output."
Tips & Limitations
- Authentication: Always ensure your
MATON_API_KEYis current. If requests fail, check your connection status athttps://ctrl.maton.ai. - Format Support: While PDF.co supports a wide range of conversions, verify that your specific source document format is supported by checking the official PDF.co API documentation.
- Large Files: For extremely large documents, consider the API's processing time limits; split large jobs into smaller chunks if you experience timeouts.
- External Requests: This skill relies on the Maton gateway; ensure your network permits traffic to
gateway.maton.ai.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-pdf-co": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.