Openclaw Skills for PDF Toolkit Free delivers a lightweight, one-stop PDF workflow for creating, editing, converting, merging, splitting, compressing, encrypting, and OCR tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf-toolkit-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pdf-toolkit-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PDF Toolkit Free is a practical Openclaw Skills package for handling everyday PDF operations through structured, agent-friendly instructions. It focuses on the core document workflows most users need: creation, editing, conversion, merge/split, compression, encryption, watermarking, OCR, and table extraction.
Designed for quick onboarding and single-task execution, this skill emphasizes simple parameter-driven operation, structured responses, and compatibility with Markdown-based AI agent workflows. Openclaw Skills makes it easy to use PDF Toolkit Free as a dependable document-processing layer for personal, day-to-day PDF tasks.
python3 --version
pip install pypdf pdfplumber reportlab requests
Confirm your AI agent environment supports SKILL.md-based execution with read, write, and exec permissions.
Provide the task input in the expected format:
| Parameter | Type | Required | Description |
|---|---|---|---|
| input | string | Yes | The PDF instruction or input data |
| options | object | No | Additional configuration such as mode or format preferences |
| callback_url | string | No | Webhook URL for async completion notifications |
Use the skill with a concise command-style instruction, such as merge, convert, encrypt, or OCR.
For local validation, test with a simple PDF operation:
from pypdf import PdfReader, PdfWriter
reader = PdfReader("input.pdf")
writer = PdfWriter()
for page in reader.pages:
writer.add_page(page)
writer.encrypt("password123")
with open("encrypted.pdf", "wb") as f:
writer.write(f)
PDF Toolkit Free uses a simple parameter-driven schema with structured response metadata.
| Field | Type | Purpose |
|---|---|---|
| input | string | Primary instruction or task payload |
| options | object | Optional behavior overrides, such as mode and output preferences |
| callback_url | string | Optional async callback destination |
{
"success": true,
"data": {
"result": "PDF processing result",
"execution_time": "0.5s",
"metadata": {
"version": "1.0",
"processor": "pdfkit"
}
},
"execution_log": ["parse input", "execute core processing", "format output"],
"error": null
}
input_params and output_format-style configuration patterns internally.input_params for create, query, export, and modification tasks.callback_url.Loading
dawn-office-suite is an Openclaw Skills package for end-to-end automation of Word, PowerPoint, Excel, PDF, and integrated office document workflows.

Weather Toolkit Free is an Openclaw Skills package for instantly querying current weather and short forecasts from free, no-key APIs.

Openclaw Skills for logging into QQ Space, browsing albums, viewing photos, and downloading single images through a lightweight command workflow.

Audit Toolkit Free is a structured, multi-domain verification skill for turning AI-generated outputs into traceable, evidence-based audit results.

Skill Creator Tool (Free Edition) helps you create, validate, and optimize AI skills through structured SKILL.md generation, metadata management, and basic verification workflows.

Openclaw Skills for knowledge toolkit free turns fragmented information into searchable, linked, Zettelkasten-style notes.








































