Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @guoqiao Updated 6/28/2026 1,835 downloads 0 stars Security: Pass

🦞 Url2pdf OpenClaw Plugin & Skill | ClawHub

Looking to integrate Url2pdf into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

Convert URL to PDF suitable for mobile reading.

Install

ClawHub CLI
openclaw skills install @guoqiao/url2pdf
Node.js (npx)
npx clawhub@latest install url2pdf

Full SKILL.md

Open original
Metadata table.
namedescription
url2pdfConvert URL to PDF suitable for mobile reading.

SKILL.md content below is scrollable.

URL 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

  1. Run the script: Pass the url to be converted as an argument.
  2. Handle Output: The script will output a path to a pdf file. Use the message tool to send the pdf file to the user as a document message:
{
   "action": "send",
   "filePath": "<filepath>"
}
ClawHub Registry URL: https://clawhub.ai/guoqiao/skills/url2pdf

Related skills

If this matches your use case, these are close alternatives in the same category.