url2pdf
Convert URL to PDF suitable for mobile reading.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guoqiao/url2pdfURL to PDF
Given a url for a webpage, convert it to pdf suitable for mobile reading.
See examples.
Requirements
uv
Installation
playwright itself will be installed by uv automatically, while it also needs browser to be installed:
uvx playwright install chromium
Usage
uv run --script ${baseDir}/url2pdf.py "${url}"
Path to pdf will be printed to stdout.
Agent Instructions
- Run the script: Pass the url to be converted as an argument.
- Handle Output: The script will output a path to a pdf file.
Use the
messagetool to send the pdf file to the user as a document message:
{
"action": "send",
"filePath": "<filepath>"
}
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-guoqiao-url2pdf": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mlx-audio-server
Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.
mlx-stt
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
dl
Download Video/Music from YouTube/Bilibili/X/etc.
uv-global
Provision and reuse a global uv environment for ad hoc Python scripts.
url2png
Convert URL to PNG suitable for mobile reading.