TopRank Skills

Home / Claw Skills / Git / GitHub / url2png
Official OpenClaw rules 36%

url2png

Convert URL to PNG suitable for mobile reading.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 url2png 技能。 若已安装,则直接安装 url2png 技能。

Overview

Skill Key
guoqiao/url2png
Author
guoqiao
Source Repo
openclaw/skills
Version
-
Source Path
skills/guoqiao/url2png
Latest Commit SHA
ef5e13351d19650b65d64d7f1ee20f9dfb4d045d

Extracted Content

SKILL.md excerpt

# URL to PNG

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

See [examples](https://github.com/guoqiao/skills/tree/main/url2png/examples)


## Requirements

- `uv`

## Installation

```bash
bash ${baseDir}/install.sh
```

The script will:

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

## Usage

```bash
# 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.

Related Claw Skills