url-images-to-pdf
从URL提取图片并生成PDF(保持原文顺序,不排序)
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jerryliu3502/url-images-to-pdfURL图片转PDF技能
功能
从网页URL提取图片并生成PDF文件
前置要求
- Node.js 已安装
- pdfkit 已安装:
npm install -g pdfkit
方式## 使用方法1: 命令行
# 安装依赖
npm install -g pdfkit
# 运行脚本
node ~/.openclaw/workspace/skills/url-images-to-pdf/extract.js <URL> [输出文件名]
方式2: 在OpenClaw中调用
直接运行:
node ~/.openclaw/workspace/skills/url-images-to-pdf/extract.js "https://example.com/article"
输出
- PDF文件保存在当前目录或指定目录
- 自动从网页提取PNG/JPG图片
依赖安装
npm install -g pdfkit
示例
提取微信文章图片并生成PDF:
node ~/.openclaw/workspace/skills/url-images-to-pdf/extract.js "https://mp.weixin.qq.com/s/XXXX"
注意事项
- 需要网络访问权限
- 某些网站可能有反爬措施
- 建议先提取图片,确认数量后再生成PDF
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jerryliu3502-url-images-to-pdf": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
stegstr
Decode and embed Stegstr payloads in PNG images. Use when the user needs to extract hidden Nostr data from a Stegstr image, encode a payload into a cover PNG, or work with steganographic social networking (Nostr-in-images). Supports CLI (stegstr-cli decode, detect, embed, post) for scripts and AI agents.
Decision Memo Writer
Turn long documents, reports, proposals, and email threads into decision-ready memos with key points, risks, open questions, and next steps.
pdf-toolkit-pro
PDF批量处理技能包 - 一键合并、分割、压缩、转换PDF。适合办公人员、文档处理、自动化工作流。
ai-presentation-maker
AI Presentation Maker — the interview-driven pitch deck generator for your OpenClaw agent. Tell it what you built, who you're presenting to, and pick an angle — it generates a complete slide deck with speaker notes, factual validation, and real cost breakdowns. No made-up ROI. No speculative projections. Just compelling presentations built from actual work. Exports to Markdown, PPTX, and PDF. Works standalone or alongside AI Persona OS. Built by Jeff J Hunter.
md-to-office
Convert Markdown to Word, PowerPoint, and PDF using Pandoc - the universal document converter