Back to Registry View Author Profile
Official Verified
url2png
Convert URL to PNG suitable for mobile reading.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guoqiao/url2pngOr
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-scraperas uv tool - install
chromiumbrowser 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
- Execute the
url2png.shscript. - Locate the generated PNG file (default in
~/Picturesif not specified). - 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.
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-guoqiao-url2png": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
mlx-audio-server
Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.
guoqiao 2387
mlx-stt
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
guoqiao 2387
dl
Download Video/Music from YouTube/Bilibili/X/etc.
guoqiao 2387
url2pdf
Convert URL to PDF suitable for mobile reading.
guoqiao 2387
uv-global
Provision and reuse a global uv environment for ad hoc Python scripts.
guoqiao 2387