url2png

Convert a given URL into a PNG image for mobile reading.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/guoqiao/skills --skill url2png
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: url2png
Source: https://github.com/guoqiao/skills/tree/main/url2png/url2png
Command: npx skills add https://github.com/guoqiao/skills --skill url2png

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uvx, shot-scraper, chromium, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts a given web page URL into a PNG image, making it easy to share or review web content visually.

Core Features & Use Cases

  • URL to Image Conversion: Captures a screenshot of any webpage.
  • Mobile-Friendly Output: Generates images optimized for mobile viewing.
  • Use Case: You need to quickly share the current state of a live webpage with a colleague without sending a link. Use this Skill to generate an image of the page.

Quick Start

Convert the webpage at https://example.com into a PNG image.

Frequently Asked Questions about url2png

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a URL to a PNG screenshot for mobile viewing?▼

To convert a URL to a PNG screenshot, this tool renders the webpage using chromium and shot-scraper, generating a mobile-friendly image output suitable for quick visual review and sharing.

Do I need to install chromium and uvx to capture webpage screenshots?▼

Yes, capturing webpage screenshots requires the uvx tool to run shot-scraper, which relies on chromium to render and capture the web page content into a PNG image successfully.

Can I use shot-scraper to generate mobile-optimized web capture images?▼

Yes, you can use shot-scraper to generate mobile-optimized web capture images, as this skill specifically automates the process of capturing webpage screenshots suitable for mobile reading.

What is the best way to share a live webpage state without sending a link?▼

The best way to share a live webpage state without sending a link is to convert the URL into a PNG image, providing a visual snapshot of the current page content for immediate review.

Why does URL to PNG conversion require specific web rendering dependencies?▼

URL to PNG conversion requires specific rendering dependencies like chromium and shot-scraper to accurately execute the web page rendering and capture the visual content into an image file.

Are there limitations when using a headless browser for web capture?▼

Using a headless browser for web capture means you must have the uvx, shot-scraper, and chromium dependencies installed locally to execute the rendering and capture process correctly.