원클릭으로
url2pdf
Convert URL to PDF suitable for mobile reading.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert URL to PDF suitable for mobile reading.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Provision and reuse a global uv environment for ad hoc Python scripts.
Extract a HackerNews post (article + comments) into single clean Markdown for quick reading or LLM input.
Extract content from a GitHub url.
Convert URL to PNG suitable for mobile reading.
Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.
Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
| name | url2pdf |
| description | Convert URL to PDF suitable for mobile reading. |
| author | guoqiao |
| metadata | {"openclaw":{"always":false,"emoji":"🦞","homepage":"https://clawhub.ai/guoqiao/url2pdf","os":["darwin","linux","win32"],"requires":{"bins":["uv"]}}} |
| triggers | ["/url2pdf <url>","Save this url as pdf","Convert to pdf for mobile"] |
Given a url for a webpage, convert it to pdf suitable for mobile reading.
See examples.
uvxuvx will install shot-scraper automatically on first run.
No explicit installation needed.
bash ${baseDir}/url2pdf.sh "${url}"
Path to pdf will be printed to stdout.
message tool to send the pdf file to the user as a document message:{
"action": "send",
"filePath": "<filepath>"
}