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

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

🦞 Url2png OpenClaw Plugin & Skill | ClawHub

Looking to integrate Url2png 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 PNG suitable for mobile reading.

Install

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

Full SKILL.md

Open original
Metadata table.
namedescription
url2pngConvert URL to PNG suitable for mobile reading.

SKILL.md content below is scrollable.

URL to PNG

Given a url for a webpage, convert it to png suitable for mobile view.

See examples

Requirements

  • uv

Installation

bash ${baseDir}/install.sh

The script will:

  • install shot-scraper as uv tool
  • install chromium browser module for shot-scraper/playwright

Usage

# save to ~/Pictures with proper name by default
bash url2png.sh <url>
# specify output png path
bash url2png.sh <url> path/to/png

Agent Instructions

  1. Execute the url2png.sh script.
  2. Locate the generated PNG file (default in ~/Pictures if not specified).
  3. Send the file to the user. Crucial: To avoid compression or dimension limits (especially on Telegram), send the image as a document/file (or ZIP it), do not send as a photo.
ClawHub Registry URL: https://clawhub.ai/guoqiao/skills/url2png

Related skills

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